Cloudflare app to injects WalkMe's snippet to a site integrated with Cloudflare
- Install modules
$ npm install
- Build with yarn
$ yarn build
- Install the app
- Grab you WalkMe User ID (Also known as User GUID) from within your Editor. GOTO Manu -> Snippet:
- Insert your WalkMe User ID
- Click on
Preview in seperate window
- Right-click and select inspect the page
- Open the console
- Enter the following text query:
_walkMe.getEnvId();
- If it returns undefined, the Snippet is not properly set up. If the query returns a value, then you’re all set!
Troubleshooting and other methods to inject WalkMe's snippet: https://support.walkme.com/knowledge-base/snippet/
- Build sources
- Upload the folder to app-creator
- Insert your WalkMe User ID, or use the following test user id:
e10edb82f7094e61a758e821f91dc4b3
- Continue from section 4 in
Usage
section.
- Fork it (https://github.com/pab1it0/walkme-snippet-injector.git/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Pavel Shklovsky - creator and maintainer