Page 1 of 1

Javascript to open Chat bar

PostPosted: 10 Dec 2022, 08:35
by Foster
Hi Guys

I haven't been able to find any code in your API to just pop open the chat window. We recently added ArrowChat to our site and because it's quite subtle at the bottom of the screen I wanted to notify our users about it by giving them a link they can click to pop the window open. Is there a way to call showBar(); from a link?

Cheers

Re: Javascript to open Chat bar

PostPosted: 10 Dec 2022, 09:47
by Jason
Unfortunately, no, but you can add your own JQuery. Something like:

$('#arrowchat_buddy_list_tab').click();