Platforms
How to add an AI chatbot to a Wix site
Add an AI chatbot to Wix without an app: paste one script into Settings → Custom Code, point it at your pages, and it answers with your real content.
In short
To add an AI chatbot to a Wix site, open Settings, then Custom Code, add a new code snippet to the Head section on all pages, and paste the chatbot script.
No Wix app is required and the widget appears as soon as you publish the site.
Key facts
Key facts
- Wix header code lives in Settings → Custom Code → Add Code to Head.
- Apply the snippet to all pages so the bot is available site-wide.
- Changes only appear on the live site after you publish.
- Defaltam chatbot plans: Support €79/month, Sales €149/month, 5-day free trial.
The steps on Wix
- · Create the chatbot and index your website address.
- · In your Wix dashboard open Settings → Custom Code.
- · Click Add Code, paste the script, choose Head and All Pages.
- · Save, then publish the site.
- · Reload your live site and the launcher appears in the corner you chose.
<script src="https://defaltam.com/api/public/bot/widget?k=YOUR_PUBLIC_KEY" async></script>
Why not a Wix app?
Wix apps are convenient but they tie your data and your configuration to the platform, and most chat apps in the marketplace are rule-based. A script-based AI chatbot reads your actual Wix pages and moves with you if you ever leave Wix.
What it can answer on a Wix site
Anything published on your pages: services, prices, opening hours, booking rules, delivery areas. If a fact only lives in a Wix booking app or a PDF, write it out as text so it becomes part of the bot's knowledge.
The product behind this guide
A chatbot trained on your own website, live today
Defaltam builds AI chatbots that read your public pages and answer with your real prices, services and policies. Support is €79/month, Sales is €149/month, both start with a 5-day free trial, and installation is one script tag.
FAQ
Questions people ask about this
How do I add an AI chatbot to Wix?
Go to Settings → Custom Code in your Wix dashboard, add a new snippet to the Head section for all pages, paste the chatbot script, save and publish. No app installation is needed.
Does a chatbot slow down a Wix site?
The Defaltam script loads asynchronously, so your Wix pages keep rendering while the widget loads in the background.
Will the chatbot know my Wix prices?
Yes, if they are published as text on your pages. The bot indexes your public Wix content and answers from it.
Can I remove it later?
Yes. Switch it off in the dashboard or delete the snippet from Wix Custom Code.
Related
Keep reading.
How to add an AI chatbot to Squarespace →
Squarespace Code Injection takes one line and your AI chatbot is live site-wide. Steps, plan requirements and what the bot can answer.
How to add an AI chatbot to a plain HTML website →
For static HTML sites, adding an AI chatbot is one script tag before </head> on every page. Steps, includes, and how to avoid missing pages.
Adding an AI chatbot to a React or Next.js app →
How to load a chatbot widget script in React, Next.js and other SPA frameworks without breaking hydration or loading it twice.
AI chatbot for WooCommerce stores →
What a WooCommerce chatbot should answer, how to install it without a plugin, and how it reduces 'where is my order' emails.
Adding an AI chatbot to a Ghost site →
Ghost has a Code Injection setting for site-wide header code. Paste the chatbot script there and it runs across posts and pages.
Putting an AI chatbot on a landing page →
A chatbot on a paid-traffic landing page can rescue visitors who would otherwise bounce. Setup, auto-open timing and what the bot should ask.
AI chatbot plans and pricing →
Support €79/mo, Sales €149/mo, 5-day free trial.
How to add an AI chatbot to your website →
The ten-minute install guide, platform by platform.