FB like button get invisible after one like.

abhinavagg_29 May 04, 2012 07:12AM EDT

Hi,

Can you please answer the following query ASAP as this becomes the showStopper for me.
It was working fine before with the below mentioned code.Don't know what mess happend after 1st of May 2012.

<div id="LikePluginPagelet">
This div under this missing once we click on FB Like button.
</div>

*********This is the Div tag which is missing after Click on Like************
<div id="connect_widget_4fa3b207895ac9172465365" class="connect_widget button_count" style="font-family: "arial", sans-serif">


This is the way we are implementing this in our site.(The FB and Tweeter)
<script type="text/javascript">


(function (d, s, id) {

var js, fjs = d.getElementsByTagName(s)[0];
var srcStr = "//connect.facebook.net/<%= Sapient.CarteDor.Framework.ResourceManager.GetPhrasedIdValue("FB_Code")%>/all.js#xfbml=1";
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = srcStr;
fjs.parentNode.insertBefore(js, fjs);
} (document, 'script', 'facebook-jssdk'));
</script>
<script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4ec3561d02f59375"></script>


<aside>

<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_tweet"></a>
</div>
<fb:like href='<%=HttpContext.Current.Request.Url.AbsoluteUri%>' send="false"
layout="button_count" show_faces="false" font="arial" width="80px" action="like" colorscheme="light" height="23"></fb:like></aside>


The site is not available on internet.Thus, I can't provide the site URL.

Thanks,
Abhinav Agarwal
abhinavagg_29@yahoo.co.in

Up 0 Rated Down
Paul (AddThis Happiness Specialist) May 04, 2012 12:05PM EDT
Unfortunately without seeing the code in action I can't really help, but have you tried using the AddThis Facebook Like button?

Post Your Public Answer

Your name (required)
Your email address (required)
Answer (required)

Still need help?


General Topics

 

Developers