Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Hi I want to put a button to access my chat in a menu with java script, when i put inside the code it doesnt appear nothing, probably some conflict.
Can i put an html code like an <a> tag without having javascript?
Thanks
Tiziano
Offline
You can just use link like http://demo.livehelperchat.com/index.php/chat/startchat
Perhps I will make some embed options just embed JS without frontend part, like API itself.
Offline
Thanks remdex
I figure it out that the problem was CSS. I made some ajustments and now it works inside the menu. If you want to see it this is my test website http://discabos.com.br/tst/produtos/
You can see the chat link on the superior menu on "Fale Conosco"
This is what i put inline to the DIV tag
<div id="lhc_status_container" style="position:relative; display:inline; padding:0; top:0;">
Offline