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_chatterboxking"></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_chatterboxking", {host: "chatterboxking.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?4';
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: "chatterboxking.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?4';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s);
})();
</script>
https://chatterboxking.chatovod.com/?type=vkhttps://chatterboxking.chatovod.com/?type=fb