All Projects → GitbookIO → plugin-disqus

GitbookIO / plugin-disqus

Licence: Apache-2.0 license
Disqus comments on your books

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to plugin-disqus

Way To Algorithm
Algorithm Tutorial and Source Code
Stars: ✭ 221 (+351.02%)
Mutual labels:  gitbook
how-to-build-the-gitbook-with-gitbook-cli
如何藉由 gitbook-cli 來建置自己的 GitBook。
Stars: ✭ 26 (-46.94%)
Mutual labels:  gitbook
BooGi
Generate GitBook-like modern docs/tutorial websites using Gatsby
Stars: ✭ 117 (+138.78%)
Mutual labels:  gitbook
Centos Book
Web开发者手边的一本CentOS小书,是对 CentOS 系统知识的一个整理以及补完,当然对于其它 Linux 发行版本也有很大的参考意义,但的确针对的是目前 CentOS 的最新版本——CentOS 7
Stars: ✭ 241 (+391.84%)
Mutual labels:  gitbook
projects
A website that showcases interesting projects, using Angular JS.
Stars: ✭ 106 (+116.33%)
Mutual labels:  gitbook
docs-archive
Contao Documentation
Stars: ✭ 44 (-10.2%)
Mutual labels:  gitbook
Awesome React Native Web
💙 React Native Web patterns, techniques, tips, and tricks ✨
Stars: ✭ 215 (+338.78%)
Mutual labels:  gitbook
advanced-php-crawler
新浪博客文章/wenku8轻小说文库爬虫,可抓取图片保存,一键制作电子书。kindle读书党的神器!
Stars: ✭ 26 (-46.94%)
Mutual labels:  gitbook
teslaapi.io
Unofficial Tesla API Documentation
Stars: ✭ 29 (-40.82%)
Mutual labels:  gitbook
scalaz-docs
Scalaz Japanese Documentation
Stars: ✭ 21 (-57.14%)
Mutual labels:  gitbook
Nodebook
nodejs 基础教程
Stars: ✭ 241 (+391.84%)
Mutual labels:  gitbook
gitbook-treeview
🌲 A gitbook plugin for generating tree view for ech page
Stars: ✭ 38 (-22.45%)
Mutual labels:  gitbook
tensorflow-and-deep-learning-chinese
TensorFlow and deep learning without a PhD, translated to Chinese
Stars: ✭ 16 (-67.35%)
Mutual labels:  gitbook
Android Bookmark
【资料汇总】Android 资源知识大全 http://www.yundashi168.com/articles/2018/09/12/1536725366888.html
Stars: ✭ 235 (+379.59%)
Mutual labels:  gitbook
LearningReIn30Mins
正则表达式30分钟入门
Stars: ✭ 20 (-59.18%)
Mutual labels:  gitbook
Bookdown
Authoring Books and Technical Documents with R Markdown
Stars: ✭ 2,768 (+5548.98%)
Mutual labels:  gitbook
dao
Documentation for Liker Land and LikeCoin.
Stars: ✭ 20 (-59.18%)
Mutual labels:  gitbook
haskell-for-typescript-devs
Onboarding Material: Haskell for TypeScript Developers
Stars: ✭ 37 (-24.49%)
Mutual labels:  gitbook
acala-wiki
Acala GitBook Wiki, https://wiki.acala.network
Stars: ✭ 22 (-55.1%)
Mutual labels:  gitbook
saika
✍️Effortless info-site, done right.
Stars: ✭ 19 (-61.22%)
Mutual labels:  gitbook

Disqus comments for GitBook

Preview

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)

{
    "plugins": ["disqus"],
    "pluginsConfig": {
        "disqus": {
            "shortName": "XXXXXXX"
        }
    }
}

Disable it for a specific page

Using the YAML frontmatter, you can disable the Disqus comments thread for a specific page:

---
disqus: false
---

# My Page without disqus

Use custom page identifiers

By default Disqus use the window URL as the main identifier when creating a thread. You can set a custom identifier in the YAML frontmatter of your page:

---
disqus:
  identifier: "some-identifier"
---
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].