How to Add AI User Guidance to Squarespace, Wix, Webflow & WordPress
By Gary — March 2026
ActivationKit installs with a single script tag. No npm, no build step, no framework dependency. If your platform lets you paste HTML, you can have AI-powered user guidance running in under 2 minutes.
This guide covers five platforms: Squarespace, Wix, Webflow, WordPress, and Shopify. The script is the same everywhere — only the injection method differs.
And yes — the free plan (25 AI conversations/month) works on all of them. No credit card required.
The Script
Every platform below uses the same snippet. Copy this and keep it handy:
<script src="https://cdn.activationkit.com/sdk.js" data-key="YOUR_API_KEY"></script>Replace YOUR_API_KEY with the key from your ActivationKit dashboard. That's the only customization needed.
Squarespace
Requires Business plan or higher
Site-wide (recommended)
- Go to Settings → Advanced → Code Injection
- Paste the script in the Footer field
- Click Save
Footer is better than Header here — the SDK loads after the DOM is ready, which is exactly what it needs to observe your page.
Single page only
- Edit the page → click Add Block → Code
- Paste the script
- Turn off Display Source
Note: Squarespace uses Ajax page loading on some templates. ActivationKit's SPA detection handles this automatically — guidance persists across page transitions without extra config.
Wix
Option 1: Custom Code (easiest)
- Go to Settings → Custom Code (or search "Custom Code" in the dashboard)
- Click + Add Custom Code
- Paste the script
- Set placement to Body - end
- Apply to All pages (or choose specific pages)
- Click Apply
Requires Wix Premium (any paid plan).
Option 2: Wix Editor (HTML Embed)
- In the editor, click Add (+) → Embed Code → Custom Element or HTML iframe
- Choose Enter Code
- Paste the script inside a minimal HTML wrapper
Webflow
Site-wide
- Go to Project Settings → Custom Code
- Paste the script in the Footer Code section
- Click Save Changes
- Publish your site (custom code only runs on published sites, not in the designer)
Single page
- Open the page in the Designer
- Go to Page Settings (gear icon) → Custom Code → Before </body> tag
- Paste the script and publish
Webflow bonus: Custom code works on all Webflow plans, including the free Starter plan (for staging). Production sites need a paid site plan.
WordPress
Option 1: Theme file (self-hosted WordPress)
- Go to Appearance → Theme File Editor
- Open
footer.php(orheader.php) - Paste the script just before
</body>(in footer.php) or before</head>(in header.php) - Click Update File
Option 2: Plugin (easier, survives theme updates)
- Install a code injection plugin like WPCode (free) or Insert Headers and Footers
- Add the script to the Footer section
- Set it to load on All Pages
- Save
WordPress.com users: You need the Business plan or higher to add custom code. Personal and Premium plans don't support script injection.
Shopify
- Go to Online Store → Themes
- Click Actions → Edit Code on your active theme
- Open
theme.liquid - Paste the script just before
</body> - Click Save
Works on all Shopify plans. No app install needed.
Verify It's Working
After installing on any platform:
- Open your site in a browser (not the editor preview — some platforms don't run custom code in preview)
- Look for the ActivationKit chat widget in the bottom-right corner
- Open browser DevTools → Console and look for
[ActivationKit]log messages - Type a question in the widget — if you get a response, you're live
Why This Works Without Configuration
Traditional product tour software would need you to open a visual editor, click on elements, write tooltip copy, set trigger rules, and test across pages. On Squarespace or Wix, that's nearly impossible because the DOM structure is generated and unpredictable.
ActivationKit doesn't need any of that. The AI agent observes your page's DOM in real time — it reads button labels, navigation structure, form fields, disabled states, and visible content. When a user asks "how do I change my email?" the agent finds the relevant UI elements on the current page and guides them there.
No selectors to maintain. No tours to rebuild when your template changes. No visual editor sessions. Just paste the script and the AI handles the rest.
Start free — 25 AI conversations/month
No credit card. No trial expiration. Paste the script and go.
Get your script tag →