Integrate Shopinzen into your platform

Copy the script provided in your dashboard in the <head> of your site. No code required.

Use our official plugin or stick the integration script in the header.php file of your theme.


    <script async>
      (function() {
        var script = document.createElement('script');
        script.src = 'https://cdn.shopinzen.com/integrator/chatbot-integrator.js?v=' + new Date().getTime();
        script.defer = true;
        script.id = "shopinzen";
        script.setAttribute('data-bublecolor', '#000');
        script.setAttribute('data-typescreen', 'MOBILE');
        script.setAttribute('data-pkey', 'PUBLIC_KEY_IN_YOUR_DASHBOARD');
        
        document.body.appendChild(script);
      })();
    </script>