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:
- 1WordPress — use a header-and-footer-scripts plugin, or your theme's footer-code setting.
- 2Shopify — add it to theme.liquid before </body>, or via a custom-code section.
- 3Webflow — Project Settings → Custom Code → Footer Code, then publish.
- 4Wix — Settings → Custom Code → add to the body on all pages.
- 5Squarespace — Settings → Advanced → Code Injection → Footer.
- 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.