diff options
Diffstat (limited to 'frontend/templates')
| -rw-r--r-- | frontend/templates/profile.html | 2 | ||||
| -rw-r--r-- | frontend/templates/room.html | 6 | ||||
| -rw-r--r-- | frontend/templates/roomlist.html | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/frontend/templates/profile.html b/frontend/templates/profile.html index 45efd40..2990086 100644 --- a/frontend/templates/profile.html +++ b/frontend/templates/profile.html @@ -22,7 +22,7 @@ </head> <body> <div id="logo"> - <a href="/"><img src="{{ STATIC_PREFIX }}/img/scanjam-title.gif" width="347" height="44" id="scanjam" border="0" /></a> + <a href="http://scannerjammer.com/"><img src="{{ STATIC_PREFIX }}/img/scanjam-title.gif" width="348" height="45" id="scanjam" border="0" /></a> <h2> Use arrow keys to switch videos<br/> Hit L key to LIKE<br/> diff --git a/frontend/templates/room.html b/frontend/templates/room.html index 544d4f6..3c3f961 100644 --- a/frontend/templates/room.html +++ b/frontend/templates/room.html @@ -15,7 +15,7 @@ <meta property="og:type" content="website"/> <meta property="og:site_name" content="ScannerJammer"/> <meta property="og:description" content="Youtube video chat"/> -<meta property="fb:admins" content="100001923956223,1709246"/> +<!--<meta property="fb:admins" content="100001923956223,1709246"/>--> <meta property="og:title" content="{{ OPENGRAPH_TITLE }}"/> <meta property="og:image" content="{{ OPENGRAPH_IMAGE }}"/> <meta name="description" content="Youtube video chat" /> @@ -60,7 +60,7 @@ <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/" layout="button_count" show_faces="false" width="90" font=""></fb:like> +<!-- <fb:like href="http://scannerjammer.com/" 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%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> --> @@ -202,7 +202,7 @@ roomName = "{{ ROOM }}" // window.location.pathname.split("/")[1] retrograde = false </script> -<script type="text/javascript" src="{{ STATIC_PREFIX }}{{ JS_PATH }}"></script> +<script type="text/javascript" src="{{ STATIC_PREFIX }}{{ JS_PATH }}?v=3"></script> <!-- var sj = document.createElement('script') diff --git a/frontend/templates/roomlist.html b/frontend/templates/roomlist.html index 99bfda4..60bb8cf 100644 --- a/frontend/templates/roomlist.html +++ b/frontend/templates/roomlist.html @@ -57,7 +57,7 @@ <!-- <fb:like href="{{ STATIC_PREFIX }}/" 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%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.com%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> </div> |
