Skip to main content
This option works for all platforms that allow custom JavaScript injection. Works with any website that supports HTML.

Installation Options

You can choose between two installation methods:
This is the simplest method and is recommended if you only need basic integration.Add the following script tag before the closing </body> tag of your HTML page:
<script 
  src="https://cdn.yourhomie.ai/embed.min.js"
  chatbotId="a1b2c3d4-e5f6-7890-abcd-ef1234567890"
  domain="https://chat.yourhomie.ai"
  defer
></script>

Optional: Add Store Parameter

If you need a store parameter, add the storeId attribute:
<script 
  src="https://cdn.yourhomie.ai/embed.min.js"
  chatbotId="a1b2c3d4-e5f6-7890-abcd-ef1234567890"
  domain="https://chat.yourhomie.ai"
  storeId="your-store-id"
  defer
></script>
Replace a1b2c3d4-e5f6-7890-abcd-ef1234567890 with your own chatbotId from the Homie Dashboard.

Where do I find my chatbotId?

Open your assistant in the Homie DashboardConnect and copy your chatbotId from the displayed script snippet.
Homie dashboard – Connect tab with script snippet

Test Installation

  1. Save your HTML file.
  2. Reload the page in your browser.
  3. The Homie chat bubble should appear in the bottom-right corner.
  4. Click on the bubble to test if the chat works.

Troubleshooting

  • No bubble visible? Clear your browser cache or test in incognito mode.
  • Script not loading? Check the browser console for error messages.
  • Wrong chatbotId? Make sure you’re using the correct ID from the dashboard.