remove fb button for now

This commit is contained in:
Sanj 2011-12-21 20:43:49 +05:30
parent a8f9dbb1d5
commit 4b508c062f
2 changed files with 3 additions and 3 deletions

View File

@ -19,8 +19,8 @@ $('#listLeft ul li a').live("click", function() {
$('#imageInside').css({'backgroundImage': 'url(' + data.main_image.thumb + ')'});
$('#textRight').text(data.title).formatTitle();
var url = location.protocol + "//" + location.hostname + location.pathname + "?tab=" + $('.innerSelected').attr("data-slug") + "&object_id=" + objId;
var fb_url = url.replace("&", "&");
$('#fb_like').attr("data-href", fb_url);
// var fb_url = url.replace("&", "&");
// $('#fb_like').attr("data-href", fb_url);
$('#permalinkBtn').attr("href", url);
var searchTerm = $('.searchListField').val();
var html = data.html;

View File

@ -195,7 +195,7 @@
<img src="/static/images/noel/tweet.png" width="18" height="18" alt="twitter" class="iconImages">
<!--<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="http://twitter.com/#!/indtheatreforum">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>-->
<div id="fb_like" class="fb-like" data-href="http://theatreforum.in/m/bestpractices/?tab=cases&amp;object_id=16" data-send="false" data-width="90" data-show-faces="false" data-layout="button_count"></div>
<!-- <div id="fb_like" class="fb-like" data-href="http://theatreforum.in/m/bestpractices/?tab=cases&amp;object_id=16" data-send="false" data-width="90" data-show-faces="false" data-layout="button_count"></div> -->
<!-- <img src="/static/images/noel/facebook.png" width="18" height="18" alt="facebook" class="iconImages"> -->
<!-- <iframe src="http://www.facebook.com/plugins/like.php?href=www.theatreforum.in&amp;send=false&amp;layout=button_count&amp;width=450&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>-->