gitbook-plugin-crazyegg
v1.0.0
Published
Add crazyegg code to gitbook
Readme
gitbook-plugin-crazyegg
CrazyEgg for Gitbook
How to use?
Add plugin to your book.json, then run gitbook install:
{
"plugins": ["crazyegg"]
}Configure crazyegg account number:

Crazyegg's script breaks your account number into a substring of 4 digits each, include both in the pluginsConfig
{
"plugins": ["crazyegg"],
"pluginsConfig": {
"crazyegg": {
"partOne": "1234",
"partTwo": "5678"
}
}
}Inspiration
Inspired by: https://github.com/chudaol/gitbook-plugin-gtm
