Setup

Install the chat widget (script tag)

Paste one script tag to add the widget to WordPress, Shopify, Webflow, Wix, Squarespace, or any site.


SpideyChat installs with a single script tag — the same kind you'd paste for an analytics tool. No plugin, no build step.

<script src="https://spideychat.com/widget.js" data-bot-id="YOUR_BOT_ID"></script>

Where to paste it

Paste the snippet just before the closing </body> tag so it loads on every page. Here's where that lives on the most common platforms:

  1. 1WordPress — use a header-and-footer-scripts plugin, or your theme's footer-code setting.
  2. 2Shopify — add it to theme.liquid before </body>, or via a custom-code section.
  3. 3Webflow — Project Settings → Custom Code → Footer Code, then publish.
  4. 4Wix — Settings → Custom Code → add to the body on all pages.
  5. 5Squarespace — Settings → Advanced → Code Injection → Footer.
  6. 6React / Next.js — add it to your root layout (Next.js: next/script) or index.html.

The widget loads asynchronously, so it won't block your page from rendering.

More in Setup