Page 1 of 1

Embedded chat option only

PostPosted: 06 May 2017, 07:47
by PPlanet
Hello,

We've started running arrowchat on one of our sites (integrated with IPB 3.4). Due to design reasons, we are doing this embedded on a page only.

So, I have eliminated the bottom bar and all that it contains by not including this part of the code on the Global Template:

Code: Select all
<script type="text/javascript" src="/arrowchat/external.php?type=djs" charset="utf-8"></script>
<script type="text/javascript" src="/arrowchat/external.php?type=js" charset="utf-8"></script>


Is that okay? It all seems to work fine, but I'd like to double-check that's not needed for anything other than displaying the bottom bar functions (and mobile button that we don't want either).

Please let me know. Thanks

Re: Embedded chat option only

PostPosted: 06 May 2017, 12:55
by Jason
Yes, you only need it for a few different things. Mainly just mobile and if you're using any API.

Re: Embedded chat option only

PostPosted: 06 May 2017, 20:43
by PPlanet
Okay, thanks for the reply, Jason.