How do I install live chat as a link instead of a button, or link already existing graphical element on my page to open chat window?
Please install LiveHelpNow code first on your page. You can find the code for it in Admin Panel -> Chat System -> Installation
For embedded widget please use:
<a href=“#” onclick="lhnJsSdk.openHOC();return false;”>Text or image</a>
Please find many more options you can manipulate in the embedded chat installation here:
http://developer.livehelpnow.net/docs/sdk/js
For classic popup style code please usethis:
<a href="#" onclick="OpenLHNChat();return false;">Text or Image</a>