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
- Shopify admin → Online Store → Themes → … → Edit code.
- Open
layout/theme.liquidand paste this line right before</body>(replaceYOUR_SITE_KEY):<script src="https://app.talkmio.com/w/YOUR_SITE_KEY.js" async></script> - 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.