What is wrong with this HTML?

Andy

New member
Hi, I am trying to post a tiny chat video room into my website. Tiny chat gave me this HTML but it is not working. Any tips or ideas?

<!--//// TINYCHAT EMBED (for options, see http://code.google.com/p/tinychat-embed-api/wiki/embedvariables) ////-->
<script>
var tinychat = { room: 'bhamschoolchat' };
</script>
<script src='http://tinychat.com/js/embed.js'></script>
<div id='client'></div>
<!--//// END TINYCHAT EMBED ////-->
 
Back
Top