New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

gitbook-plugin-facebook

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-facebook

Facebook comment plugin for GitBook

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

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

Changelog

  • 2.0.0: updated to latest facebook api, now requires gitbook >= 3.0.

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.

FAQs

Package last updated on 30 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts