Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hi.. I need help.. when i'm trying using the embed code to put in my website.
The chat box are not showing.
Before this i try in my local development server. It was working fine.
When i'm installing on live server. The chat did'nt appear.
This is my embed code
<!-- Place this tag where you want the Live Helper Status to render. -->
<div id="lhc_status_container" ></div>
<!-- Place this tag after the Live Helper status tag. -->
<script type="text/javascript">
var LHCChatOptions = {};
LHCChatOptions.opt = {widget_height:340,widget_width:300,popup_height:520,popup_width:500};
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
var refferer = (document.referrer) ? encodeURIComponent(document.referrer) : '';
var location = (document.location) ? encodeURIComponent(document.location) : '';
po.src = '//livesupport.els.edu.my/index.php/chat/getstatus/(click)/internal/(position)/original/(top)/350/(units)/pixels?r='+refferer+'&l='+location;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
Offline
Sorry. title should be embedded widget
Offline
Without actual site, not possible to tell.
2013/12/5 fit <fitr...***.com>
Offline
Sorry but there is no script in this page at all
2013/12/5 fit <fitr...***.com>
Sorry.. this is my url.. i want it appear at bottom right of the site
http://beta.els.edu.my/en/
Offline
owh.. is it? ok i move it into the header file.. did you see the script?
Offline
This is what i'm see when i inspect element
<script type="text/javascript" async="" src="//livesupport.els.edu.my/index.php/chat/getstatus/(click)/internal/(position)/bottom_right/(top)/350/(units)/pixels?r=&amp;l=http%3A%2F%2Fbeta.els.edu.my%2Fen%2F"></script>
On Thursday, 5 December 2013 16:55:45 UTC+8, Remigijus Kiminas wrote:
Offline
Simple,
http://livesupport.els.edu.my/index.php/chat/getstatus/(click)/internal/(position)/bottom_right/(top)/350/(units)/pixels?r=&l=http%3A%2F%2Fbeta.els.edu.my%2Fen%2F - returns forbidden. So fix your server configuration if you remove "l=..." it processes it.
2013/12/5 fit <fitr...***.com>
Offline
wow.. it works for me.. thanks.. you save me..
Offline
Pages: 1