gitbook-plugin-talkus

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i gitbook-plugin-talkus

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

2.9 kB

Total Files

4

Last publish

Collaborators

  • dtolb