remove fb button for now
This commit is contained in:
parent
a8f9dbb1d5
commit
4b508c062f
|
@ -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;
|
||||
|
|
|
@ -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&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&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&send=false&layout=button_count&width=450&show_faces=false&action=like&colorscheme=light&font=arial&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>-->
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user