Live chat plugins?

webekle

EVOLUTION X
Hello there,

Is there a live chat plugin? (Support)
If not, How can add?

Have a nice day
Emre U.
 

Basti

Administrator
Staff member
Depends on the live chat system you want to use. Some just require a html snippet in your wrapper.hml while others require some php setup, which then would need to be handled by a plugin.
All we can say for now :)
 

webekle

EVOLUTION X
Code:
<!--Start of Zopim Live Chat Script-->
<script type="text/javascript">
window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s=
d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set.
_.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute('charset','utf-8');
$.src='//v2.zopim.com/?2reiY3rFrOIgVODOpxuKHjujXahqreko';z.t=+new Date;$.
type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script');
</script>
<!--End of Zopim Live Chat Script-->
 

soccerki

Member
For other users who need the help, most best would to be placed at the bottom of your wrapper.html in the child folder. :)
 
Top