Hello,
I want to implement a chat sistem into my website, but when i put my custom JS code nothing is happening.
This is the code:
<script type="text/javascript">
var _basePath = window.location.protocol + "//" + window.location.host + "/";
var _mdtCIC_configs = { CampaignID: 'xxxxxxxxxxxxx', ProxyPath : _basePath/*'http://xXXXxIPxXXXXx/' */ };
document.write('<script type="text\/javascript" src="' + _basePath + 'chat\/mcic_chat.js"><\/script>');
</script>
Thanks!