The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

facebook chat ?

2 posters

Go down

facebook chat ? Empty facebook chat ?

Post by KCUF September 16th 2013, 6:49 pm

Is there a way to add a chat like facebook to my forumotion site?
avatar
KCUF
Forumember

Posts : 151
Reputation : 2
Language : english

Back to top Go down

facebook chat ? Empty Re: facebook chat ?

Post by ShowStopper September 16th 2013, 11:46 pm

Envolve.com has a good chat. I use it for my forum. Is this the kind of chat you're looking for?


Last edited by ShowStopper on September 22nd 2013, 11:16 am; edited 1 time in total
avatar
ShowStopper
Forumember

Female Posts : 68
Reputation : 1
Language : English | HTML | Javascript | CSS

http://heroesnetwork.forumotion.net

Back to top Go down

facebook chat ? Empty Re: facebook chat ?

Post by KCUF September 17th 2013, 3:58 am

yes thats it
avatar
KCUF
Forumember

Posts : 151
Reputation : 2
Language : english

Back to top Go down

facebook chat ? Empty Re: facebook chat ?

Post by ShowStopper September 17th 2013, 7:41 pm

Alright. All you have to do there is sign up and create the chat, then they'll give you a script you can add. 

Example:
Code:
<!-- Envolve Chat -->
<script type="text/javascript">
var envoSn=00000;
var envProtoType = (("https:" == document.location.protocol) ? "https://" : "http://");
document.write(unescape("%3Cscript src='" + envProtoType + "d.envolve.com/env.nocache.js' type='text/javascript'%3E%3C/script%3E"));
</script>
What you'll want to do is copy and paste that into notepad or another text editor, and remove these parts:
Code:
<!-- Envolve Chat -->
<script type="text/javascript">
and:

Code:
</script>
leaving you with something like this:
Code:
var envoSn=00000;
var envProtoType = (("https:" == document.location.protocol) ? "https://" : "http://");
document.write(unescape("%3Cscript src='" + envProtoType + "d.envolve.com/env.nocache.js' type='text/javascript'%3E%3C/script%3E"));
That last code you've made is what you'll be putting into your JavaScript manager. You can select what pages you want the chat to show up on in there.
avatar
ShowStopper
Forumember

Female Posts : 68
Reputation : 1
Language : English | HTML | Javascript | CSS

http://heroesnetwork.forumotion.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum