summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/banner.st2
-rw-r--r--template/frontpage.st2
-rw-r--r--template/profile.st2
-rw-r--r--template/rooms/chat.st1
4 files changed, 7 insertions, 0 deletions
diff --git a/template/banner.st b/template/banner.st
index b837a42..4a4c87f 100644
--- a/template/banner.st
+++ b/template/banner.st
@@ -24,7 +24,9 @@
</a>
</div>
+<!--
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Fdumpfm%2F240317626149&amp;layout=button_count&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=tahoma&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"id="fblike"></iframe>
+-->
<div id="searchbox">
diff --git a/template/frontpage.st b/template/frontpage.st
index e8ceea6..298f1cb 100644
--- a/template/frontpage.st
+++ b/template/frontpage.st
@@ -418,7 +418,9 @@ jQuery(window).load(function(){
<img src="$domain$/static/img/thumbs/halloffamebaricon.png"/> Hall of Fame
</a>
</div>
+<!--
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2Fdumpfm%2F240317626149&amp;layout=button_count&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=tahoma&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"id="fblike"></iframe>
+-->
$else$
<!--
<div id="toplinks">
diff --git a/template/profile.st b/template/profile.st
index 47876d7..19f7086 100644
--- a/template/profile.st
+++ b/template/profile.st
@@ -108,9 +108,11 @@ jQuery(document).ready(function() {
$imgs: { img | <a target="_blank" href="$img$"><img src="$img$"></img></a> }$
</div>
<div id="likebutton">
+<!--
<iframe src="http://www.facebook.com/widgets/like.php?href=http://dump.fm/$nick$"
scrolling="no" frameborder="0"
style="border:none; width:500px; height:26px"></iframe>
+-->
</div>
</div>
diff --git a/template/rooms/chat.st b/template/rooms/chat.st
index 796a8fe..80e82dd 100644
--- a/template/rooms/chat.st
+++ b/template/rooms/chat.st
@@ -22,6 +22,7 @@
<script type="text/javascript" src="$domain$/static/js/invalid_domains.js"></script>
<script type="text/javascript" src="$domain$/static/webcam/webcam.js"></script>
<script type="text/javascript" src="$domain$/static/js/ajaxupload.js"></script>
+ <script type="text/javascript" src="$domain$/static/js/finger.js"></script>
$if(user_nick)$
<script type="text/javascript" src="$domain$/json/$user_nick$/favorites"></script>
$endif$