Where to add
Use your theme’s Customizer head code field (if available) to inject code into <head>
globally.
Pluro script (copy & paste)
<script type="text/javascript">(function(){var e=document.createElement('script');e.async=true;e.defer=true;e.setAttribute("type","text/javascript");e.setAttribute("src","https://my.pluro.ai/unitoolbar.js?lang=en");document.getElementsByTagName("head")[0].appendChild(e);})();</script>
Steps
- Shopify Admin → Online Store → Themes → Customize.
- Locate your theme’s Custom code / Head setting (varies by theme; often under Theme settings → Custom code).
- Paste the Pluro script above and save.
- Publish if required by your theme workflow.
Verify
- Open your live storefront → View Source → ensure the script is inside
<head>
. - DevTools → Network → search
unitoolbar.js
→ Status 200.
Troubleshooting
- If your theme lacks a head field, use the
theme.liquid
method (Edit code) instead. - Security/CSP apps may block external scripts → allow
https://my.pluro.ai
.