Wisdom / GitBook-Plugin-Wisdom

Wisdom Session Replay plugin for GitBook

Home Page:https://GetWisdom.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wisdom + GitBook

GitBook-Plugin-Wisdom

Adds the Wisdom Session Replay plugin to your GitBook.

About

Wisdom is the most accurate website visitor session recorder available- by far. You'll soon be watching your website visitors, interacting live with your website. You'll fast-forward, rewind and discover new insights.

Wisdom reconstructs a virtual desktop screen for every visitor, across all browser tabs, to capture the true feel of every browsing experience. Every click, scroll, text selection, and so much more is recorded that no other provider comes close to offering the same.

Please note: Wisdom works hard to respect privacy. We have, and continue to develop, measures to limit personal information collection.

Usage

Install the GitBook-Plugin-Wisdom NPM package.

npm i gitbook-plugin-wisdom --save

Then add Wisdom to GitBook's book.json file.

{
    "plugins": ["wisdom"]
}

Then configure the Wisdom plugin with your Wisdom accountId.

{
    "pluginsConfig": {
        "wisdom": {
            "accountId": __YOUR__ACCOUNT_ID_HERE__
        }
    }
}

Support

Please create an issue for bugs and contributions.

About

Wisdom Session Replay plugin for GitBook

https://GetWisdom.io

License:MIT License


Languages

Language:JavaScript 100.0%