Add live chat to your GoDaddy website
GoDaddy's Websites + Marketing builder is built for owners who want a site up fast — GreetMode matches that pace. One script added through the builder's custom HTML options puts a chat bubble on your site, so visitors can ask questions instead of leaving. Paste it once so it loads on all pages; visitors type, you reply from your phone.
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.
- Access to edit your GoDaddy site in the Websites + Marketing builder.
Steps: add chat in about five minutes
1. Pick a plan. Standard ($14.99/month, up to 3 sites) covers one GoDaddy site. Multi ($19.99/month, 4–6 sites) fits owners running several sites from one dashboard. Need 7+? Ask about a custom plan via /contact. Flat monthly pricing — no per-agent or per-conversation fees.
2. Create your account. Pay via Stripe, set a password, and the 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 snippet:
<script src="https://www.greetmode.com/widget-1.js" data-site="your-site-id"></script>4. Add it to all pages in GoDaddy. In the GoDaddy builder, look for the option to add custom HTML or site-wide code — this is usually under Settings or as an add-section HTML element set to appear on every page, placed in the footer or before the closing body. (GoDaddy rearranges these menus fairly often, so if the labels have moved, search their help for “add custom code” or “add HTML” and follow the current path.) Paste the snippet, apply it to all pages, then publish your site so the change goes live.In the GoDaddy builder, look for the option to add custom HTML or site-wide code — this is usually under Settings or as an add-section HTML element set to appear on every page, placed in the footer or before the closing body. (GoDaddy rearranges these menus fairly often, so if the labels have moved, search their help for “add custom code” or “add HTML” and follow the current path.) Paste the snippet, apply it to all pages, then publish your site so the change goes live.
5. Send a test message. Open your published site (not just the builder 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: save canned replies for repeat questions ("What are your hours?", "Do you take walk-ins?") to answer in one tap.
After you're live: don't miss a message
When you're offline, visitors can leave a message instead of bouncing, and the web-only owner inbox flags unread threads with badges. The inbox is mobile-friendly — reply from your phone, no native app to install. Tune bubble color and hours in /settings.
Content-Security-Policy note
Most GoDaddy builder sites don't set a custom Content-Security-Policy, so you can skip this — GoDaddy manages hosting 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.
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 and the site is published (builder 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.