Widgets and web plug-ins

Integrate the tools into your website easily by adding the HTML code we provide.

Chat Bot

Connect with your website visitors and get real-time analytics on online users.

Integrate into your website

Add this code to your website to add this plugin:

  1. Add this code inside the head of your web page
<script>
(function(){
    var s = document.getElementsByTagName("script")[0];
    var b = document.createElement("script");
    b.type = "text/javascript";
    
    b.setAttribute('data-API_companyid_datalyse','INSERT_HERE_API_companyid_datalyse');
    b.setAttribute('data-token_public','INSERT_HERE_token_public');
    b.async = true;
    b.src = "https://app.datalyse.io/chatbot/datalyse-chatbot.js";
    s.parentNode.insertBefore(b, s);
})();
</script>
  1. You need to set the API_companyid_datalyse and the parameter token_public to get your own credentials (go to the CRM Chat Bot Integration section from your account on the Datalyse platform)