Skip to main content
All integrations

Add Zovibot to HTML

About 1 min

If 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.
  1. 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>
  2. 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.