Add live chat to your Wix site
Wix keeps you inside its editor for most things, and you can add GreetMode without leaving it. GreetMode drops a chat bubble onto your Wix site with a single script added through Wix's custom-code tools — paste it once so it loads on all pages. Visitors type, you reply from your phone, and nobody misses a message.
What you need
- A GreetMode plan and account (signup is checkout-first: pick a plan, pay through Stripe, then set a password).
- Your site id, shown during onboarding and in the sites dashboard.
- Wix editor access with permission to add custom code (available on plans that support it — check your Wix plan's custom-code access first).
Steps: add chat in about five minutes
1. Pick a plan. Standard ($14.99/month, up to 3 sites) covers one Wix site with room to spare. Multi ($19.99/month, 4–6 sites) fits owners running several sites from one dashboard. Running 7 or more? Ask about a custom plan through /contact. Both plans are flat monthly prices — no per-agent or per-conversation fees.
2. Create your account. Pay through Stripe checkout, then set a password. The guided welcome flow walks you to your inbox.
3. Add your site and copy the snippet. Add the site in onboarding or the sites dashboard and copy your install snippet. It looks like this, with your own site id filled in:
<script src="https://www.greetmode.com/widget-1.js" data-site="your-site-id"></script>4. Add it to all pages in Wix. In the Wix dashboard, go to Settings → Advanced → Custom Code, paste the snippet, and set it to load on all pages, placed in the Body End position. Apply, then publish your site so the change goes live.
5. Send a test message. Open your published site (not just the editor preview), type in the chat bubble, and watch it arrive in your owner inbox. Reply from the inbox and confirm the answer shows up on the site. Done — you're live.
Tip: set up canned replies for the questions every site gets (“What are your hours?”, “How do I order?”) so answers go out in one tap.
Content-Security-Policy note
Most Wix sites don't set a custom Content-Security-Policy, so you can skip this. Wix manages headers for you — if you've layered on a stricter policy through an external proxy or enterprise setup, allow GreetMode by adding https://www.greetmode.com to script-src and frame-src. If your pages call GreetMode APIs directly, add it to connect-src too.
Verify in 30 seconds
- Chat bubble appears in the corner of your published page.
- Send a test message as a visitor.
- Reply from your owner inbox and confirm it shows on the site.
If the bubble doesn't appear
Check three things in order: the code is set to load on all pages at Body End and the site is published (editor preview alone isn't enough), the data-site value matches your real site id exactly, and no ad-blocker is running in your test browser.