Where to add Admin → Online Store → Themes → Edit code → open layout/theme.liquid. Insert inside <head> (before </head>). 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 Open theme.liquid and paste the script before </head>. Save and publish the theme. Verify View Source → script visible in <head>. Network → unitoolbar.js status 200. […]
Category: Install Pluro
Install Pluro on WordPress (Theme header.php)
Note: This method edits your theme. To keep changes across theme updates, use a Child Theme or the plugin method below. Where to add File: wp-content/themes/<your-theme>/header.php, inside <head> (above </head>). 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 (Manual) Back up your theme. WordPress Admin → Appearance → Theme File Editor → open header.php. […]
Install Pluro on a Plain HTML Site
Where to add Insert the Pluro script inside your global layout’s <head>, right before </head>. 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 Open your main HTML layout (e.g., index.html or your base template). Paste the script above just before </head>. Save, deploy, and clear any CDN cache (Cloudflare/CloudFront) if used. Verify View Source […]