gitbook-plugin-talkus
v1.0.1
Published
Add talkus code to gitbook
Downloads
4
Readme
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:
{
"plugins": ["talkus"],
"pluginsConfig": {
"talkus": {
"talkusId": "12345678abc",
"tag": "chatroomname"
}
}
}
Inspiration
Inspired by: https://github.com/chudaol/gitbook-plugin-gtm