Download this software

How to integrate your own chatroulette on your website

How to use this chatroulette on your website

Looking to implement a Free chatroulette on your website. With camrumble you can do this in only 2 seconds. No installation of a mediaserver is needed! Just copy and paste the code below to use this chatroulette for free on your website.

<iframe src="http://www.camrumble.com/developers/plugin/?url=http://www.camrumble.com" width="840" height="600" frameborder="0">
	<p>Your browser does not support iframes.</p>
</iframe>

Note: Change the iframe url to http://www.camrumble.com/developers/plugin/?url=[URL OF YOUR SITE]

Create a private room

If you want to create a private chatroom for your website you can add a room parameter to the connection url. If you don't add the room parameter you will be using the default room where you will see some visitors from other websites.
<iframe src="http://www.camrumble.com/developers/plugin/?url=http://www.camrumble.com&room=myprivateroom" width="840" height="600" frameborder="0">
	<p>Your browser does not support iframes.</p>
</iframe>

Note: Change the iframe url to http://www.camrumble.com/developers/plugin/?url=[URL OF YOUR SITE]&room=[name of the room]