Insert a webcam chat into a website

ichmagbanane Posted messages 1 Status Member -  
 Thibault -
Hello everyone,

I'm looking for a free chat to insert into a personal website. I would like everyone to be able to turn on their webcam and talk to each other in a friendly way. We tried dialogoo, but some people seemed to have bugs. Any suggestions?

Thanks!

2 answers

ThomasIsComingBack
 
I would also like to integrate it into my chat site
http://thomassshoutbox.th.funpic.org
--
The span of a lifetime is the same, whether we spend it singing or crying.
0
Thibault
 
Hello,

Here is a script for your site

<html>
<head>
<title>YOUR SITE TITLE</title>
<meta name="description" content="site created by heberg.fr">
<meta name="keywords" content="KEYWORD OF YOUR SITE">
<meta name="generator" content="ORT - HEBERG.FR Redirect Technology">
<meta name="url" content="http://serveur13.heberg.fr:35555/123flashchat.swf?&init_port=51149&init_user=TEST&init_room=1&initlistroom=1,6&init_skin=blue">
<meta name="robots" content="all">
</head>
<frameset rows="100%,0" frameborder=no border=0>
<frame name="ORT" src="http://serveur13.heberg.fr:35555/123flashchat.swf?&init_port=51149&init_user=TEST&init_room=1&initlistroom=1,6&init_skin=blue">
<frame name="NONE" src="" scrolling="no" noresize>
<noframes>
<body><a href="http://serveur13.heberg.fr:35555/123flashchat.swf?&init_port=51149&init_user=TEST&init_room=1&initlistroom=1,6&init_skin=blue">Click here</a><hr></body>
</noframes>
</frameset>
</html>
0