Intégrez ShopinZen à votre plateforme

Copiez-collez le script fourni dans votre tableau de bord dans le <head> de votre site. Aucun code requis.

Utilisez notre plugin officiel ou collez le script d’intégration dans le fichier header.php de votre thème.


    <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>