GoDaddy Integration Guide
Add the Demeterics AI Chat widget to your GoDaddy website.
Requirements
- A GoDaddy website (Website Builder or WordPress)
- A Demeterics AI Chat widget (get your widget key from the AI Chat dashboard)
Note: Integration methods differ between GoDaddy Website Builder and GoDaddy WordPress hosting. Choose the right section below.
GoDaddy Website Builder
Step 1: Get Your Widget Code
- Log into your Demeterics dashboard
- Go to AI Chat
- Click on your widget
- Copy your Agent Key (e.g.,
DEM-A4E4OWSVGHBN)
Step 2: Access Your Website Builder
- Log into your GoDaddy account
- Go to My Products
- Scroll down to Websites + Marketing
- Click Manage next to your website
- Click Edit Website or Edit Site
Step 3: Add an HTML Section
- Go to the page where you want to add the widget (or your site-wide footer template)
- Click Add Section (usually a + button)
- Search for "HTML" or "Code" in the section types
- Select HTML or Embed Code section
- Place it where you want (recommend bottom of page for site-wide footer)
Step 4: Paste Your Widget Code
- Click on the HTML section you just added
- You'll see a text editor or code input box
- Paste this code:
<!-- Demeterics AI Chat Widget -->
<script src="https://demeterics.com/widget/embed.js?k=DEM-YOUR-KEY-HERE" async></script>
<dem-agent name="default" title="Need help?" state="minimized"></dem-agent>
- Replace
DEM-YOUR-KEY-HEREwith your actual Agent Key - Click Save or Done
Step 5: Make Widget Site-Wide (Optional)
To show the widget on all pages:
- Add the HTML section to your footer template (if your theme supports it)
- Or add the HTML section to each page individually
- Publish your site
Note: GoDaddy Website Builder has limitations on global code injection. You may need to add the widget to individual pages.
Step 6: Publish Your Site
- Click Publish in the top right corner
- Visit your live site to see the widget
GoDaddy WordPress Hosting
If you're using WordPress on GoDaddy, follow our WordPress Integration Guide instead.
Quick summary:
- Install the "Insert Headers and Footers" plugin
- Add your widget code to the Footer section
- Save and visit your site
Customization Options
Change the Widget Title
<dem-agent name="default" title="Chat with us!"></dem-agent>
Use Different Prompts on Different Pages
If you've created multiple prompts in Demeterics:
Homepage:
<dem-agent name="home" title="Welcome!"></dem-agent>
Product pages:
<dem-agent name="sales" title="Product Questions?"></dem-agent>
Support pages:
<dem-agent name="support" title="How can we help?"></dem-agent>
Add different embed codes with different name attributes on different pages.
Start the Widget Open
<dem-agent name="default" title="Need help?" state="open"></dem-agent>
Embedded Widget (Inline on Page)
To place the widget inline (not floating):
<dem-agent mode="embedded" name="default" title="Support Assistant"></dem-agent>
Troubleshooting
Widget doesn't appear
Check these:
- Did you publish your site after adding the HTML section?
- Is your widget key correct?
- Is your GoDaddy domain added to Allowed Domains in your Demeterics widget settings?
- Is the HTML section visible on the page? (Check in edit mode)
- Clear your browser cache and hard refresh (Ctrl+Shift+R / Cmd+Shift+R)
"Domain not allowed for this agent"
- Go to your Demeterics dashboard → AI Chat → Your Widget
- Add your GoDaddy domain to Allowed Domains:
- Temporary GoDaddy domain:
yoursite.godaddysites.com - Custom domain:
yoursite.com(orwww.yoursite.com) - Add both if you use both
- Temporary GoDaddy domain:
- Save and refresh your website
Widget appears multiple times
If the widget shows up twice:
- Check if you added the HTML section to both a page and a footer template
- Remove the duplicate HTML section
- Keep only one instance per page
Widget looks cut off or mispositioned
GoDaddy Website Builder may have CSS conflicts:
- Make sure you placed the HTML section at the bottom of your page/footer
- Try adjusting the section's position or size in the builder
- If issues persist, email support@demeterics.com with your site URL
Code section disappears after saving
Some GoDaddy Website Builder themes have issues with custom code:
- Try using a different section type (some themes have "Code Block" or "Embed" options)
- Make sure you're clicking Save before exiting the editor
- Test with a simple HTML snippet first to confirm the theme supports custom code
If custom code still doesn't work, contact GoDaddy support to confirm your plan and theme support it.
GoDaddy Website Builder Limitations
Important: GoDaddy Website Builder has some limitations:
- No global footer injection: You may need to add the widget to each page individually
- Theme restrictions: Some themes don't support custom HTML sections
- Plan requirements: Certain GoDaddy plans may restrict custom code
Alternative: If you need more control, consider using GoDaddy WordPress hosting instead, which offers more flexibility.
GoDaddy Online Store
If you're using GoDaddy Online Store (eCommerce):
Create product-specific prompts:
- Create a "product" prompt in Demeterics with product FAQs
- Create a "checkout" prompt for order assistance
- Use different
nameattributes on product vs. checkout pages
Example for product pages:
<dem-agent name="product" title="Product Questions?"></dem-agent>
Example for checkout:
<dem-agent name="checkout" title="Need help checking out?"></dem-agent>
Need Help?
Email us: support@demeterics.com
We can help with:
- Navigating GoDaddy Website Builder limitations
- Setting up the widget on WordPress with GoDaddy hosting
- Writing custom prompts for your GoDaddy store
- Troubleshooting theme-specific issues
- Migrating to a more flexible platform if needed