Chat Live

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
User avatar
alexoliveira
 
 
Posts: 210
Joined: Fri Oct 01, 2021 5:12 am
Contact:

Chat Live

Post by alexoliveira »

When I activate this code in my heady, the site files bug and disappear.. Could you test it and provide me with a solution? is a code for customer service chat

Code: Select all

<!-- Not required if jQuery is already loaded -->
<script src="https://startagencia.net/bot/js/min/jquery.min.js"></script>
<script id="sbinit" src="https://startagencia.net/bot/js/main.js"></script>
S.A
User avatar
crispy68
 
 
Posts: 2912
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Chat Live

Post by crispy68 »

What do you mean by disappear? Is this all you are entering into wb or is there other code that goes with it ?
User avatar
BaconFries
 
 
Posts: 5640
Joined: Thu Aug 16, 2007 7:32 pm

Re: Chat Live

Post by BaconFries »

On the page you are trying to use on does it already have any other scripts using jquery? If so you can only have one jquery! I would remove the following and try again..

Code: Select all

<script src="https://startagencia.net/bot/js/min/jquery.min.js"></script>
Post Reply