Help
Ask questions about how to do or fix things in Arrowchat
User avatar
Foster
Free
 
Posts: 1
Joined: 10 Dec 2022, 08:20

 

by Foster 10 Dec 2022, 08:35

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
User avatar
Jason
Customer
 
Posts: 2330
Joined: 12 Dec 2009, 16:06

 

by Jason 10 Dec 2022, 09:47

Unfortunately, no, but you can add your own JQuery. Something like:

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