Integrations

Add an AI chatbot to Wix

Settings, Custom Code, Add Custom Code. Load it on all pages, at Body — end.

₹2,999/month · 20,000 messages · no per-seat or per-resolution fee

Wix supports third-party scripts through a dedicated Custom Code panel, and the install is a form rather than a file edit.

The prerequisite is the part to check first: Custom Code is only available on a premium Wix plan with a domain connected. On a free Wix site with a wixsite.com address the panel is not usable, and no script-tag widget can be installed regardless of vendor.

Where the tag goes

From your Wix dashboard: Settings, then Custom Code under Advanced, then "+ Add Custom Code". Paste the line into the code box, name it something you will recognise later, set "Add Code to Pages" to All pages, and set "Place Code in" to Body — end. Apply.

The line looks like this: <script src="https://eteon.net/v1.js" data-bot-id="YOUR_BOT_ID" defer></script>

Body — end rather than Head, for the same reason as everywhere else: your page should finish rendering before anything optional is fetched.

The premium plan requirement

Wix gates Custom Code behind a premium plan with a connected domain. If the panel is greyed out, that is why, and it is a Wix restriction rather than something an integration can route around.

Said here rather than after purchase, because discovering it at install time is a bad experience that a paragraph on this page prevents.

Members areas and password-protected pages

Code set to All pages loads on member pages too. If your bot should not appear behind a login, use the page picker to scope it to your public pages instead.

What it answers from

Eteon crawls your published Wix site and builds the bot from what it finds — services, pricing, hours, policies, FAQ content. Pages behind a login are not crawled, so anything the bot should know needs to exist on a public page.

Frequently asked questions

Can I use this on a free Wix site?

No. Wix requires a premium plan with a connected domain before the Custom Code panel will serve anything. This applies to all third-party scripts.

Will it appear on Wix Stores product pages?

Yes, if the code is set to load on All pages. Store pages are ordinary site pages as far as Custom Code is concerned.

Will the widget slow my Wix site down?

The tag is deferred, so the browser finishes laying out and painting your page before it is fetched or executed. Nothing about your page waits on it, and if it fails to load your site is unaffected.

Do I need a developer?

No. You copy one line from your Eteon dashboard and paste it into Wix's own code field. There is nothing to build, no package to install, and no framework requirement.

What does it cost?

Eteon Starter is ₹2,999 a month for 20,000 messages, with a 7-day free trial. There is no per-seat fee and no per-resolution fee, so a busy month costs the same per message as a quiet one.

Build one on your own site

Enter a URL, talk to the bot it produces, and decide from that rather than from this page. No card required.