Hi,
i created a https://www.mylivechat.com account and there are telling to add this code on the webpage, tried adding it to the default editor home page but it doesnt work, what should i do ?
Hi kilimats,
Try this in your functions.php file:
function ava_live_chat(){ ?>
<script type=”text/javascript” async=”async” defer=”defer” data-cfasync=”false” src=”https://mylivechat.com/chatinline.aspx?hccid=15125375″></script>
<?php }
add_action('wp_footer', 'ava_live_chat');
Best regards,
Rikard
i added your script entirely at the bottom of this page “Enfold: Theme Functions (functions.php)” in the WP editor window
but still no chat show up at the bottom
Hi,
Try adding the script in the file footer.php just before the line </body> and see if it works.
Simply add code in private data.
Best regards,
Jordan