Install Pluro via Google Tag Manager (GTM)

Where to add Create a Custom HTML tag in GTM and fire it on All Pages. Pluro script (copy & paste into a GTM Custom HTML tag) <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 GTM → Tags → New → Tag Type: Custom HTML. Paste the Pluro script above. Trigger: All Pages. Save → Submit / Publish the […]

Read More

Install Pluro on HubSpot CMS

Where to add Settings → Website → Pages → select your domain → Templates → Site Header HTML. 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 Go to Settings → Website → Pages, choose the relevant domain. Open Templates and paste the script into Site Header HTML. Save + publish if prompted. Verify Open […]

Read More

Install Pluro on Squarespace

Where to add Settings → Advanced → Code Injection → HEADER. Paste the script there. 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 Settings → Advanced → Code Injection. Paste the script in the HEADER box. Save and refresh the live site. Verify View Source → confirm the script is inside <head>. Network […]

Read More

Install Pluro on Wix Studio

Where to add Site Settings → Advanced → Custom Code. Add to Head on All Pages. 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 Wix Studio dashboard → Site Settings → Advanced → Custom Code. Click Add Code, paste the script, choose placement Head, apply to All Pages. Save and Publish. Verify Live […]

Read More

Install Pluro on Shopify (Theme Customizer Head Field)

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 […]

Read More

Install Pluro on Joomla

Where to add Extensions → Templates → Templates → open your active template → edit index.php and paste 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 Edit the template’s index.php and paste the script before </head>. Save → System → Clear Cache. Verify View Source → script present in <head>. […]

Read More

Install Pluro on Drupal

Recommended: use a “Header & Footer Scripts” module. Avoid placing code in a block region that does not render in <head>. Where to add Module path: Configuration → System → Header and Footer → paste into Header. Theme path (developer): in your theme’s html.html.twig, paste 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> […]

Read More

Install Pluro on Wix

Where to add Settings → Advanced → Custom Code → Add Custom Code. Choose Head and apply to All Pages. 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 Add the script to Head for All Pages. Save and Publish. Verify Live site → View Source → script in <head>. Network → unitoolbar.js status 200. […]

Read More

Install Pluro on Webflow

Where to add Project Settings → Custom Code → Head Code. Paste the script there. 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 Paste the script in Head Code. Publish the site (required for code injection to apply). Verify Open the live domain (not Preview) → View Source. Network: unitoolbar.js status 200. Troubleshooting Not […]

Read More

Install Pluro on Magento (Adobe Commerce)

Where to add (Admin) Content → Design → Configuration → pick active theme → Edit → HTML Head → Scripts and Style Sheets. 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 Paste the script into Scripts and Style Sheets under HTML Head. Save → System → Cache Management → Flush Cache. If production mode: […]

Read More