Skip to content
GitHub
Get started →

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

  1. Open Custom Code

    Wix dashboard → SettingsCustom Code (under Advanced).

  2. Add a new snippet

    Click + Add Custom Code. Paste:

    <script src="https://spelo.ai/spelo.js" data-site-id="YOUR_SITE_ID" async></script>
  3. Configure the snippet

    FieldValue
    NameSpelo widget
    Add Code to PagesAll pages → Load once
    Place Code inBody — end

    Click Apply.

  4. Publish the site

    Wix only serves custom code on the published version. Click Publish in the top right.

  5. 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 SiteCustom 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.ai and api.spelo.ai.
  • Still nothing after 24h → see Orb not appearing.