Install on Wix
Wix exposes a Custom Code panel that lets you inject a <script> tag on every page. Spelo installs there in one step.
Steps
-
Open Custom Code
Wix dashboard → Settings → Custom Code (under Advanced).
-
Add a new snippet
Click + Add Custom Code. Paste:
<script src="https://spelo.ai/spelo.js" data-site-id="YOUR_SITE_ID" async></script> -
Configure the snippet
Field Value Name Spelo widgetAdd Code to Pages All pages → Load once Place Code in Body — end Click Apply.
-
Publish the site
Wix only serves custom code on the published version. Click Publish in the top right.
-
Verify
Open the live site. Orb should appear at the bottom center.
Premium plan required
Wix requires at least a Business & eCommerce Basic plan (or higher) to use Custom Code. Free and Combo plans do not expose this feature.
Wix-specific notes
- Wix Velo / Wix Studio — the same Custom Code path works. You do not need to write any Velo.
- Editor X — settings are under Site → Custom Code. Same fields.
- Mobile site — Wix publishes separate mobile templates. The widget auto-responsive-styles itself; the same snippet works on both.
- Members-only pages — works, but the orb is hidden on the Wix login/signup screens by default. Configure via enabled pages.
Verify
DevTools on your published site → Console. Type window.Spelo — you should get an object back (the widget’s runtime handle). If you see undefined, the snippet did not load.
Troubleshooting
- Snippet isn’t taking effect → check that you’re looking at the published site, not the editor preview.
- CSP errors → Wix’s default CSP allows external scripts. If you’ve customized yours, allow
spelo.aiandapi.spelo.ai. - Still nothing after 24h → see Orb not appearing.