Shopify

Shopify does not need a plugin — the widget is added to your theme once and works on every page, including checkout-adjacent pages that allow custom scripts.

Install

  1. Shopify admin → Online Store → Themes → … → Edit code.
  2. Open layout/theme.liquid and paste this line right before </body> (replace YOUR_SITE_KEY):
    <script src="https://app.talkmio.com/w/YOUR_SITE_KEY.js" async></script>
  3. Save. The chat bubble appears on your storefront immediately.

Identify logged-in customers (optional)

Paste this above the widget line so your team sees who is writing:

{% if customer %}<script>window.__TALKMIO_USER__={"name":{{ customer.name | json }},"email":{{ customer.email | json }}};</script>{% endif %}

Where is my site key? Sign in at app.talkmio.com → Websites, add your website and copy the 12-character key (e.g. 2wkxhgujxwlv). No account yet? Create one free — no card required.

A one-click Shopify App Store listing is coming; until then the theme snippet above is the official way.