0.0.3 • Published 11 years ago

gitbook-plugin-share v0.0.3

Weekly downloads
1
License
GPLv3
Repository
github
Last release
11 years ago

Social share buttons for GitBook

This plugin allows you to add social shared buttons to the bottom of every page in your gitbook.

Screenshot of gitbook-plugin-share

Installation

Install as a global NodeJs package.

$ npm install -g gitbook-plugin-share

Use in a gitbook

To use in your book, add to plugins list in book.json in your gitbook directory:

{
    "plugins": ["share"]
}

Configuration

You can configure the plugin is book.json:

{
    "pluginsConfig": {
        "share": {
            "reddit": {
                "newwindow": 1
            }
        }
    }
}

Licence

GPLv3

Requests

If you would like to see share buttons for different sites, or see more options supported for the sites already there, create a new issue.

Contributions welcome, of course!