All integrations
Add Zovibot to HTML
About 1 minIf you can edit your HTML, you are done in one paste. Every other guide on this page is just this step wearing a different menu.
Steps
The snippet below is a placeholder — yours carries your own site key.
Paste the script tag
It goes anywhere before the closing </body> tag. Inside <head> is tidiest. Order does not matter and it does not need to be last.
Copy this<script async src="https://zovibot.leadfella.com/zovibot.js" data-site-key="pk_live_YOUR_SITE_KEY"></script>Publish, then load the page
A launcher appears in the bottom corner. The first load is what marks the site installed, so nothing changes in your dashboard until a real page has run the script.
Worth knowing
- On a multi-page static site, put it in whatever shared header or template every page includes, not in one page.