diff options
Diffstat (limited to 'frontend/static/template/room.html')
| -rw-r--r-- | frontend/static/template/room.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/frontend/static/template/room.html b/frontend/static/template/room.html index 0fcd4af..7c5c353 100644 --- a/frontend/static/template/room.html +++ b/frontend/static/template/room.html @@ -7,9 +7,9 @@ <link href="/css/sasscss/%%ROOM%%.css" media="screen, projection" rel="alternate stylesheet" type="text/css" title="%%ROOM%%" disabled="disabled" /> <link href="/css/%%ROOM%%.css" media="screen, projection" rel="alternate stylesheet" type="text/css" title="custom" disabled="disabled" /> <link href="/css/sasscss/gallery-white.css" media="screen, projection" rel="alternate stylesheet" type="text/css" title="white" disabled="disabled" /> -<link rel="shortcut icon" href="http://scannerjammer.com/favicon.ico" /> +<link rel="shortcut icon" href="http://scannerjammer.fm/favicon.ico" /> <meta http-equiv="Content-Type" content="text/html; charset=iso=8859-1" /> -<meta property="og:url" content="http://scannerjammer.com/%%ROOM%%/"/> +<meta property="og:url" content="http://scannerjammer.fm/%%ROOM%%/"/> <meta property="og:type" content="website"/> <meta property="og:site_name" content="ScannerJammer"/> <meta property="og:description" content="Youtube video chat"/> @@ -58,9 +58,9 @@ <h2 id='preamblewords' class='preamblish'>Post urls into the chat!<br/>Use arrow keys to switch videos<br/>Hit L key to LIKE<br/>Hit ESC to switch views</h2> <h1 id="heading"></h1> <div id="likebutton"> - <fb:like href="http://scannerjammer.com:17769/" layout="button_count" show_faces="false" width="90" font=""></fb:like> + <fb:like href="http://scannerjammer.fm:17769/" layout="button_count" show_faces="false" width="90" font=""></fb:like> <!-- -<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scannerjammer.com:17769%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"id="fblike"></iframe> +<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.scannerjammer.fm:17769%2F&layout=button_count&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"id="fblike"></iframe> --> </div> @@ -82,7 +82,7 @@ <button id="like">LIKE</button> <button id="fullscreen">FULLSCREEN</button> <a id="video-link" target="_blank">[link]</a> - <span id="sharebutton" class="st_sharethis" st_url="http://scannerjammer.com/" st_title="Scanner Jammer"></span> + <span id="sharebutton" class="st_sharethis" st_url="http://scannerjammer.fm/" st_title="Scanner Jammer"></span> </nav> </section> @@ -207,7 +207,7 @@ var sj = document.createElement('script') sj.type = 'text/javascript' sj.async = 'true' - sj.src = 'http://scannerjammer.com/js/sj6.js?t=' + new Date().getTime().toString() + sj.src = 'http://scannerjammer.fm/js/sj6.js?t=' + new Date().getTime().toString() var scripts = document.getElementsByTagName('script') scripts[scripts.length-1].parentNode.insertBefore(sj, scripts[scripts.length-1]) |
