Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Hi,
I have a problem that I cannot figure out.
I can't seem to make the chat widget on this site (www.gettranscriptionservices.com) to continue a chat after a page change, it does load the widget again but visitors have to enter there details again and it starts an new chat and the same user is again listed as a new user. Kindly help me.
I have tried every possible setting but had no luck!
Embed code that I use,
<script>
var LHCChatOptions = {};
LHCChatOptions.opt = {widget_height:340,widget_width:300,popup_height:520,popup_width:500,domain:'http://www.gettranscriptionservices.com'};
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
var refferer = (document.referrer) ? encodeURIComponent(document.referrer.substr(document.referrer.indexOf('://')+1)) : '';
var location = (document.location) ? encodeURIComponent(window.location.href.substring(window.location.protocol.length)) : '';
po.src = '//gettranscriptionservices.com/lhc_web/index.php/chat/getstatus/(click)/internal/(position)/bottom_right/(ma)/br/(check_operator_messages)/true/(top)/350/(units)/pixels/(leaveamessage)/true?r='+refferer+'&l='+location;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
Offline
Hi,
then you were generating embed code you have entered incorrect domain.
Please enter as domain just gettranscriptionservices.com
no need to enter http or www
Offline
Thanks a lot worked like a charm
Offline