summaryrefslogtreecommitdiff
path: root/template/tinychat.st
blob: 58ecba36a3ede911e9a13429e973654dcb56c1b9 (plain)
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$