1 2 3 4 5 6 7 8 9 10 11 12
$if(user_nick)$ <script> var tinychat = { room: "dump.fm tinychat" , nick: "$user_nick$" , oper: "none" , urlsuper: "http://dump.fm" }; </script> <script src="http://tinychat.com/js/embed.js"></script> <div id="chat-wrapper"><h3>Tinychat Friends<h3><div id="client"></div></div> $endif$