Help Center

How to Add Your Echo to a Shopify Website

Learn how to embed your Echo chat widget on a Shopify store. This step-by-step guide covers copying your embed code, editing your Shopify theme, and going live.

Before you begin, make sure you have:

Step 1: Open Your Echo's Embed Widget Settings

Log into your Echo dashboard. Locate the Echo you want to embed. Click the settings menu on the Echo card and select Embed Widget from the dropdown. You can also access it from inside the Editor.

<img class="max-w-full h-auto rounded-xl my-4" alt="Open your embed widget page">

Step 2: Customize Your Widget Appearance

Before generating the code, configure how your Echo will look on your website. The left panel shows all customization options:

These settings directly affect how the widget renders on your website.

<img class="max-w-full h-auto rounded-xl my-4" alt="">

Step 3: Generate and Copy Your Embed Code

On the right side of the page under Preview & Code, you can toggle the preview to see how the widget will look on both light and dark backgrounds.

When you are happy with the appearance:

  1. Click Generate

  2. Your HTML embed code will appear in the Embed Code section

  3. Click Copy to copy it to your clipboard

  4. Alternatively, click Download to save the code as a file

This code contains the iframe and positioning logic that loads your Echo on any website.

<img class="max-w-full h-auto rounded-xl my-4" alt="">

Step 4: Log into Your Shopify Admin

Go to your Shopify admin panel by visiting your-store.myshopify.com/admin or logging in at shopify.com.

Step 5: Open the Theme Code Editor

  1. In the Shopify admin sidebar, go to Online Store then Themes

  2. Find the theme you want to edit (usually your live theme)

  3. Click the three-dot menu (...) on the theme card

  4. Select Edit code

This opens the Shopify theme code editor where you can add custom scripts.

<img class="max-w-full h-auto rounded-xl my-4" alt="">

Step 6: Find and Edit the theme.liquid File

  1. In the left sidebar of the code editor, look under the Layout folder

  2. Click on theme.liquid

  3. Scroll down to the bottom of the file and find the closing </body> tag

This is the main layout file that loads on every page of your store. Adding code here ensures the widget appears site-wide.

<img class="max-w-full h-auto rounded-xl my-4" alt="">

Step 7: Paste Your Echo Embed Code

  1. Place your cursor on a new line just before the closing </body> tag

  2. Paste the embed code you copied from Echo

  3. Make sure the code is placed inside the body, not after it

Your code should look something like this in the editor:

<img class="max-w-full h-auto rounded-xl my-4" alt="">

Step 8: Save and Preview Your Store

  1. Click the Save button in the top-right corner of the Shopify code editor

  2. Click Preview to open your store in a new tab and verify the widget appears

  3. You should see the Echo chat button in the position you configured

<img class="max-w-full h-auto rounded-xl my-4" alt=""><img class="max-w-full h-auto rounded-xl my-4" alt="">

Step 9: Test Your Echo

  1. Open your live store URL

  2. Refresh the page

  3. Click the Echo chat button to expand the widget

  4. Send a test message to confirm it is working

  5. Test on different devices (desktop, tablet, mobile) to make sure it is responsive

Your Echo is now live and interactive on your Shopify store.

<img class="max-w-full h-auto rounded-xl my-4" alt="">

Troubleshooting