Skip to main content
All integrations

Add Zovibot to WordPress

About 3 min

Two routes. The plugin route survives theme updates and is what we recommend; the theme route needs no plugin but is overwritten the next time the theme updates.

Steps

The snippet below is a placeholder — yours carries your own site key.
  1. Recommended: use a header-scripts plugin

    Install WPCode or Insert Headers and Footers from Plugins > Add New. Then open its settings and paste the tag into the "Header" or "Scripts in Header" box, and save.

    Copy this
    <script async src="https://zovibot.leadfella.com/zovibot.js" data-site-key="pk_live_YOUR_SITE_KEY"></script>
  2. Alternative: edit the theme directly

    Appearance > Theme File Editor > header.php, and paste immediately before </head>. Use a child theme if you have one.

  3. Clear your cache

    If you run WP Rocket, W3 Total Cache, LiteSpeed or a host-level cache, purge it. Otherwise visitors keep getting the cached page without the tag and it looks like nothing happened.

Worth knowing

  • Do not paste it into a post or page body — the block editor strips <script> tags.
  • On WordPress.com you need a Business plan or higher to add custom code.