Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2017-12-06 15:26:22

deef
Member
Registered: 2017-06-17
Posts: 8

Chat not showing up

I have implemented the chat on this website:

https://www.glansbeton.be

but the chat is not showing up.  Someone a idea, what I'm doing wrong ?

Offline

#2 2017-12-06 15:42:59

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Chat not showing up

Hi,
Embed code seems strange and never work also on
real time html editor

Your Embed code seems strange, did you edited it?


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#3 2017-12-06 16:23:33

deef
Member
Registered: 2017-06-17
Posts: 8

Re: Chat not showing up

Hi peopleinside,

Thanks for you're fast reply!  This is the code that I copy'ed from livehelperchat

<script type="text/javascript">
var LHCChatOptions = {};
LHCChatOptions.opt = {widget_height:340,widget_width:300,popup_height:520,popup_width:500,domain:'offirent.be'};
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
var referrer = (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 = 'https://www.offirent.be/chat/index.php/nld/chat/getstatus/(click)/internal/(position)/bottom_right/(ma)/br/(top)/350/(units)/pixels/(leaveamessage)/true/(survey)/1?r='+referrer+'&l='+location;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

Offline

#4 2017-12-06 16:37:13

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Chat not showing up

Hi deef,
this code is working you can test here:
real time html editor

is the code placed in the website that's wrong. You can see by opening the website and click on the source than searching LHC
you will find the code and seems to be not correct.


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

Board footer