1.0.1 • Published 6 years ago

gitbook-plugin-talkus v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

gitbook-plugin-talkus

Add talkus chat button to gitbook web pages

How to use?

Add plugin to your book.json, then run gitbook install:

{
    "plugins": ["talkus"]
}

Configure usabilla token:

Configure

{
    "plugins": ["talkus"],
    "pluginsConfig": {
        "talkus": {
            "talkusId": "12345678abc",
            "tag": "chatroomname"
        }
    }
}

Inspiration

Inspired by: https://github.com/chudaol/gitbook-plugin-gtm