Disqus integration for GitBook

To use the Disqus plugin in your Gitbook project, add the disqus plugin to the book.json file, along with your shortname (you create a shortname for disqus by creating a new website on the disqus.com website)

  1. {
  2. "plugins": ["disqus"],
  3. "pluginsConfig": {
  4. "disqus": {
  5. "shortName": "XXXXXXX"
  6. }
  7. }
  8. }

Then run gitbook install to download and install the plugin.