Widget installation
Add widget in your website to enable Checklist
Install the script. Add the code below to every page on which you want to enable Checklist. Copy and paste it before the
</body>
tag on each page.Optional. After adding the code, go to your website or web app and load any of the pages you just updated. Call
window.Alvis("boot")
to make sure Alvis is installed.Show checklist to your user. Once you have a logged in user on your site (after they have authenticated and you have their user IDs available) you call the following to identify the user. For Intercom, Make sure to use the user_id that you use to identify users, so we can match them. For Hubspot, make sure to use the email of the current logged in user.
After a user is identified, the launcher will be shown at the bottom right corner.
Whenever the URL or route changes, you need to call
window.Alvis("page")
for Alvis to check if or which checklist should be shown.
Last updated
Was this helpful?