Page 1 of 1

Free Chat Java Script

Posted: Fri Aug 31, 2012 9:32 pm
by Patrik iden
Just add thees 3 lines of code between <head> </head> tags of your webpage.

Code: Select all

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript">var plugChatInTheme = "plugchatin";</script>
<script type="text/javascript" src="http://static.plugchat.in/js/plugchatin-en.min.js"></script>
The Chat will show at the bottom of screen.

Here you can find out more about this Chat script, and how you can use it.
http://plugchat.in/

Thank you.

Re: Free Chat Java Script

Posted: Fri Aug 31, 2012 11:21 pm
by BaconFries
Nice....but it will most likely not work along with other jQuery Extensions or jQuery objects used within WB as it is using a older version of jQuery 1.4.2, all the jQuery objects within WB are using 1.7.2 as are many of the new extensions getting made....I havent tested but it may not even work using the latest jQuery 1.7.2 as it may only work with the older version 1.4.2

Re: Free Chat Java Script

Posted: Sat Sep 01, 2012 12:41 am
by Patrik iden
BaconFries wrote:Nice....but it will most likely not work along with other jQuery Extensions or jQuery objects used within WB as it is using a older version of jQuery 1.4.2, all the jQuery objects within WB are using 1.7.2 as are many of the new extensions getting made....I havent tested but it may not even work using the latest jQuery 1.7.2 as it may only work with the older version 1.4.2
Well i dont know if it makes a differens, but i made it this way now.
I put the following code in a HTML box and set it to be inside <body> tag.

Code: Select all

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript">var plugChatInTheme = "plugchatin";</script>
<script type="text/javascript" src="http://static.plugchat.in/js/plugchatin-en.min.js"></script