Sti3bas / gitbook-plugin-tawk

Tawk.to messaging for GitBook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tawk.to messaging for GitBook

You can use install it via NPM:

$ npm install gitbook-plugin-tawk

Add the plugin to your book.json:

{
    "plugins": ["tawk"]
}

Configuration in the book.json:

{
    "plugins": ["tawk"],
    "pluginsConfig": {
        "tawk": {
        	"siteID": "REPLACE_WITH_SITE_ID",
			"widgetID": "default", // optional
			"charset": "UTF-8", // optional
			"crossorigin": "*" // optional
        }
    }
}

About

Tawk.to messaging for GitBook

License:Apache License 2.0


Languages

Language:HTML 100.0%