Research & Development

Take this chat for own site

Add one of following JavaScript-code into HTML-code of page own site.

This code is asynchronous and not block load of your site.

Option 1: Chat widget in frame

<div id="chat_research"></div><p><a href="https://chatovod.com/" target="_blank">Create your own chat.</a></p>
<script type="text/javascript">
    var chatovodOnLoad = chatovodOnLoad || [];
    chatovodOnLoad.push(function() {
        chatovod.addChatToDivId("chat_research", {host: "research.chatovod.com",
            width: "100%", height: 380, defaultLanguage: "en"});
    });
    (function() {
        var po = document.createElement('script');
        po.type = 'text/javascript'; po.charset = "UTF-8"; po.async = true;
        po.src = 'https://st1.chatovod.com/api/js/v1.js?3';
        var s = document.getElementsByTagName('script')[0];
        s.parentNode.insertBefore(po, s);
    })();
</script>

Option 2: Floating chat window opened by button

<script type="text/javascript">
    var chatovodOnLoad = chatovodOnLoad || [];
    chatovodOnLoad.push(function() {
        chatovod.addChatButton({host: "research.chatovod.com", align: "bottomRight",
            width: 600, height: 380, defaultLanguage: "en"});
    });
    (function() {
        var po = document.createElement('script');
        po.type = 'text/javascript'; po.charset = "UTF-8"; po.async = true;
        po.src = 'https://st1.chatovod.com/api/js/v1.js?3';
        var s = document.getElementsByTagName('script')[0];
        s.parentNode.insertBefore(po, s);
    })();
</script>
  1. Create vk aplication: vk.com/editapp?act=create
  2. Choose application type IFrame
  3. Enter application URL: https://research.chatovod.com/?type=vk
  1. Create fb aplication: developers.facebook.com/apps
  2. Choose application type IFrame
  3. Enter application URL: https://research.chatovod.com/?type=fb