1.0.8 • Published 10 years ago

gitbook-plugin-facebooktest v1.0.8

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
10 years ago

This is a plugin that allows you to add Facebook comments plugin in your GitBook.

Usage

To add Facebook comments into your GitBook, you need to first obtain your personal Application ID from Facebook. To do so, you can follow the guide here.

After obtaining the ID, add the following config into your book.json and you should be good to go:

"plugins": ["facebook"],
"pluginsConfig": {
    "facebook": {
        "appKey": {{YOUR ID SHOULD BE INSERTED HERE}}
    }
}

Note that the Facebook comment plugins is quite slow and will add a few seconds to the page load time.

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago