Install

Add a chat to WordPress

A plugin from the WordPress directory, or the snippet in your theme footer.

Start free14 days. No credit card.
  1. Get your snippet

    Sign up, enter the address of the site, and Flyzoo generates the Application ID. If you already have an account, open the dashboard and use Add website instead.

  2. Copy it

    It is one block, and the only part specific to you is the Application ID in the first line.

    <script>
      (function () {
        window._FlyzooApplicationId = "YOUR-APPLICATION-ID";
        var fz = document.createElement('script');
        fz.type = 'text/javascript';
        fz.async = true;
        fz.src = '//widget.flyzoo.co/scripts/flyzoo.start.js';
        var s = document.getElementsByTagName('script')[0];
        s.parentNode.insertBefore(fz, s);
      })();
    </script>
  3. Paste it into WordPress

    Appearance → Theme File Editor → footer.php, just before </body>. On a block theme, or if you would rather not edit a theme that updates, use any header-and-footer-scripts plugin and paste it into the footer box.

    Editing the theme directly means the next theme update overwrites it. Use a child theme or the plugin.

  4. Reload the page

    The dock appears in the bottom corner and you are set as the site’s administrator. Everything after this — rooms, colours, moderation, operators — is in the dashboard.

There is also a plugin: Flyzoo for WordPress

Published in the WordPress Plugin Directory. It asks for the Application ID and API secret from your dashboard and handles the rest.

Put a chat on your site this afternoon

One script tag before the closing body tag. Fourteen days free, and no card until you decide.

Start free14 days. No credit card.