diff options
| author | root <root@lalalizard.com> | 2012-12-19 03:38:54 -0500 |
|---|---|---|
| committer | root <root@lalalizard.com> | 2012-12-19 03:38:54 -0500 |
| commit | a79d045cc366670d87a4782acc79ec2955c71dd1 (patch) | |
| tree | 95c469c388a1f2b54cdcd4214d02eba1dbab6000 /frontend/static/template/profile.html | |
| parent | e6eef4f848d76a14fcd692de49d6e337acbf3384 (diff) | |
back to .fm
Diffstat (limited to 'frontend/static/template/profile.html')
| -rw-r--r-- | frontend/static/template/profile.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/frontend/static/template/profile.html b/frontend/static/template/profile.html index 839d686..200499d 100644 --- a/frontend/static/template/profile.html +++ b/frontend/static/template/profile.html @@ -2,11 +2,11 @@ <html> <head> <title>scanners jammed by %%NAME%%</title> -<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:title" content="%%NAME%%'s profile on ScannerJammer"/> <meta property="og:type" content="website"/> -<meta property="og:url" content="http://scannerjammer.com/profile/%%NAME%%/"/> +<meta property="og:url" content="http://scannerjammer.fm/profile/%%NAME%%/"/> <meta property="og:image" content="%%THUMBNAIL%%"/> <meta property="og:site_name" content="ScannerJammer"/> <meta property="og:description" content="Youtube video chat"/> @@ -46,7 +46,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> </div> @@ -74,9 +74,9 @@ </div> <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.fm/" 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> </div> @@ -115,7 +115,7 @@ </body> <script type="text/javascript">document.getElementById("plea").style.display="none"</script> <script type="text/javascript"> - serverHost = "scannerjammer.com" + serverHost = "scannerjammer.fm" serverPort = 19898 var userVideoQueue = %%VIDZ%% var userVideoQueueTitle = "my scans" |
