Facebook has now officially introduced the Retweet like Facebook buttons for your blogs or sites. These Facebook buttons look much similar to the Retweet buttons by Tweetmeme. Facebook has 5 styles of Sharing buttons. Here we will see two of them.

Adding a Facebook share count button will show a neat count of how many times your blog post has been shared on Facebook.

Note: The Facebook share buttons are deprecated and FB no longer supports it(It still works though). You can still add it if you want. You can also opt to add the new Facebook Like Buttons with Like Count.

Facebook Share Button Style 1

facebook-share-button-for-blogger-1

Code for Facebook Share Button Style 1

<div style="float:right;padding:4px;">
<b:if cond='data:post.isFirstPost'> 
<script>(function(d){
  var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
  js = d.createElement('script'); js.id = id; js.async = true;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  d.getElementsByTagName('head')[0].appendChild(js);
}(document));</script>
</b:if> 
<fb:share-button expr:href='data:post.url' type='box_count'/>  
</div>

Facebook Share Button Style 2

facebook-share-button-for-blogger-2

Code for Facebook Share Button Style 2

<div style="float:left;padding:4px;">
<b:if cond='data:post.isFirstPost'> 
<script>(function(d){
  var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
  js = d.createElement('script'); js.id = id; js.async = true;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  d.getElementsByTagName('head')[0].appendChild(js);
}(document));</script>
</b:if> 
<fb:share-button expr:href='data:post.url' type='box_count'/>
</div>

Facebook Share Button Compact Style 1

facebook-share-button-for-blogger-3

Code for Facebook Share Compact Button Style 1

<div style="float:right;padding:4px;">
<b:if cond='data:post.isFirstPost'> 
<script>(function(d){
  var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
  js = d.createElement('script'); js.id = id; js.async = true;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  d.getElementsByTagName('head')[0].appendChild(js);
}(document));</script>
</b:if> 
<fb:share-button expr:href='data:post.url' type='button_count'/>  
</div>

Facebook Share Button Compact Style 2

facebook-share-button-for-blogger-4

Code for Facebook Share Compact Button Style 2

<div style="float:left;padding:4px;">
<b:if cond='data:post.isFirstPost'> 
<script>(function(d){
  var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
  js = d.createElement('script'); js.id = id; js.async = true;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  d.getElementsByTagName('head')[0].appendChild(js);
}(document));</script>
</b:if> 
<fb:share expr:href='data:post.url' type='button_count'/>  
</div>

How to install Facebook Share Count Button on your Blogger Blog?

1.Select one of the Share Button Styles and copy the Corresponding Code.

2.Now login to your Blogger Dashboard and navigate to Layout > Edit Html and check the check box which says “Expand  widget templates”

3.Find this piece of code

<div class='post-header-line-1'/>

and immediately after that place our Facebook share button code(that you copied) If you were unable to find this code in your template,then look for the first occurrence of

<data:post.body/>

and immediately before that paste our Facebook Share button code(that you copied).

4.Next you have to add the fb namespace to your template tag.Your template should have the specification for the fb tag that you have used. The following namespace declaration will take care of that. To declare the namespace, find

<html

and change it to

<html xmlns:fb="https://www.facebook.com/2008/fbml"

The following screenshot will help you out.

image This is necessary for all FBML widgets using the fb tag.  So if you have already added the namespace while adding some other FB plugin, then you can skip this.

5. Save the template and you should get a Facebook share count button near each of your blog post

If you liked this post and if it helped you in implementing the Facebook buttons, then please consider sharing this post on Facebook using the button on the top-right of the post :)

Also Check out :

  1.  Facebook Like / Recommend Buttons For Blogger  - New
  2.  Create Facebook Fan Page for your Blog

 

Permalink :Facebook Share Count Buttons for Blogger

194 comments :

  1. Wow that's a very good news Aneesh.

    By the way, the intergration of Adsense in this page is just perfet, well done Aneesh.

    ReplyDelete
  2. Great Aneesh Nice to know about the Facebook share count widget for blogger

    ReplyDelete
  3. thats cool! I knew how to put a facebook add as a friend button but this is new for me. Thnx for the know-how

    ReplyDelete
  4. @aneesh how are you implementing adsense ads in between posts.Adding them manually or just using hack to show only adsense tag to them in between post and the adsense codes are defined in html and adds appear automatically there.

    ReplyDelete
  5. @Anshul added manually with line breaks turned off

    ReplyDelete
  6. How did you make the facebook button come above the twitter button? When I followed the instructions given, They were side by side.

    Thanks, btw. It really is a useful addition to my page :)

    ReplyDelete
  7. thank aneesh... i will try it into my blog

    ReplyDelete
  8. @Sameh Khan
    take the codes from this post and remove the opening and closing divs. Now insert this code in the div containing the retweet code..

    ReplyDelete
  9. I thought this was a facebook fan counter..Still waiting for that to come out.

    ReplyDelete
  10. Just what I wanted! Thanks, it was easy.

    ReplyDelete
  11. I was looking for this for along time thanks for this.

    ReplyDelete
  12. hey can u tell me how to set comment count on right top corner as in your all post i.e, in Facebook share count has 14, with my its 15, create a facebook.. has 10 comment (show in right top corner of post). it looks nice


    how to set this pls pls
    pls mail me at sandippatel1110@gmail.com

    thanks in advance

    ReplyDelete
  13. When you make new post dude? we waiting ;)

    ReplyDelete
  14. Thanks for letting me know about this. I didn't know that a button like this was even possible.

    ReplyDelete
  15. Hey thanks
    by using your tutorial i have made my site beautiful

    now i want you to help me out

    in my site homepage, photo seen in squarebox, is there any way to make this square little bit bigger (456 px *650 px or >than this), so photo will be seen clearly and big enough

    here is my site : http://tinymoviez.blogspot.com/

    do help fast cause i want to develop my blog

    Thanks in advance
    pls do help me.

    ReplyDelete
  16. Thanks for sharing such nice information about facebook buttons. You described it very beautifully.

    ReplyDelete
  17. Hi,

    very nice blog, thank you!
    Is there a way to include in the "a href" tag the Google Analytics parameters to track click events on these buttons?
    Thanx in advance

    ReplyDelete
  18. hey see my site i implemented it but its just showing the button not the count it shows count once button is clicked...

    please gimme a solution...

    ReplyDelete
  19. sorry forgot.... this is my site gimme a solution plz


    http://therapidsharelinksworld.blogspot.com/

    ReplyDelete
  20. @-=KSK= count will be shown only after the postgets shared 2-3 times

    ReplyDelete
  21. in my blog template didn't Show.. it this why?
    http://www.mukhtar.web.id

    ReplyDelete
  22. I have done this on my blog but It does not seems to work properly?

    ReplyDelete
  23. i'm new to this blog and i enjoyed reading your informative posts..

    ReplyDelete
  24. i try to install coe facebook share count buttons for blogger style 1 on my blog, why ? no way, is there something wrong or did not support with my blog template please help. thanks

    ReplyDelete
  25. Nice one greta post I would like to add this to my site here buttonshut.com in the facebook buttons section so that my users can share this on facebook.

    ReplyDelete
  26. Hi Aneesh why aren't you updating your blog.I am waiting for your next great post.

    ReplyDelete
  27. I WANT TO DELETE TEXT BLOGGERTRICKS.COM AT MY BLOG HEADER & I WANT TO REPLACE WITH MY BLOG BANNER OR LOGO. FOR YOUR INFORMATION,MY BLOG IN XML FILE.CAN U TEACH ME HOW?U CAN VISIT MY BLOG IF U WANT TO SEE CLEAR.I TRY MANY TIME BUT ALSO CANNOT,PLEASE...

    ReplyDelete
  28. Thanks for this help and guidance, this is my first visit to your site and it is great, to read how to add code in a simple and easy way l will return and let you know my feed-back.Also will add link to my blogger network.

    Kindest regards, Ian

    ReplyDelete
  29. Cool, i like this :) Thank you Aneesh

    ReplyDelete
  30. @Daily Mobile ,@Blogging Tips
    i am busy with my studies.. will be back soon :)
    @Ian Draper
    thanks :)

    ReplyDelete
  31. hi aneesh.. i like this blog and tutorial.. visit my blog from indonesia. keep blogging thanks aneesh..

    ReplyDelete
  32. Where did you find all the info you have! You are a pro! thanks for sharing. Certainly you do serious research! Thanks again!

    ReplyDelete
  33. Hi Aneesh,

    I tried to put the "Facebook Share Button Style 1" on my blog here: http://positivelynigeria.blogspot.com but for some reason the "count square" is not visible...it only shows the "f share" button.

    Please help. Thanks.

    ReplyDelete
  34. Facebook is a great source of traffic. Awesome post dude, written in simple english

    ReplyDelete
  35. Hi, Aneesh it is your another fine work. But when I try for my blog, I get an error message " Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
    XML error message: The reference to entity "alt" must end with the ';' delimiter." Please suggest the solution.
    http://catswatch.blogspot.com

    ReplyDelete
  36. Awesome..this is very helpful, thanks

    ReplyDelete
  37. Thanx for sharing.... :)

    ReplyDelete
  38. hi, it worked but when sharing the content being shared is the 'about me' stuff not the post itself...
    httP://scorpwriters.blogspot.com

    ReplyDelete
  39. write you a new post this year? ; /

    ReplyDelete
  40. "Perhaps you can write to me"
    T.S.Elliot

    ReplyDelete
  41. Thanks for this great post.
    I have a question on "How can we display codes like these in our blogger blog?"
    pls i want to know it

    ReplyDelete
  42. thanks..
    this great posting

    ReplyDelete
  43. It helps, thanks for this article sharing great idea.

    ReplyDelete
  44. Thanks so much! I've been looking for this for a LONG time, and it worked on the very first try. Rock on!

    ReplyDelete
  45. good news for me..take care . . .visit me back...

    ReplyDelete
  46. If you're using Blogger, I put it into my Blogs Setting> Formatting> Post Template

    I am tempted to see if there is a more up to date version of this that I'm just not seeing but we'll see. I'm sort of out of paitience with these Widgets right now.

    ReplyDelete
  47. Since with the new Blogger Templates, I couldn't get either code to show up in my template. So I put the smallest share button in my Post Template under Setting> Formating.

    ReplyDelete
  48. Hi.. I was wondering if you can aLso help me.. I use wordpress for my blog.. I would like to include this button also..

    ReplyDelete
  49. @Venexea ,cronicknitter
    there is a problem with inserting the code into the post template.
    That share button shares the current page being viewed in the browser and not the post. So on the home page the buttons on all posts share the homepage and not the individual post pages.

    Adding the code to the template will create separate share buttons for each post.

    you can verify it by seein the homepage of Venexea's blog.

    ReplyDelete
  50. Thank you the facebook button works great and makes it much easier to share my posts.

    Mike

    ReplyDelete
  51. Can you give me advice here pls? I've got this blog http://cheap-i-m-ebooks.blogspot.com/, and there I have 3 buttons IN LINE under each blog post title on the right side of the blogpost.

    I want them NOT to be IN LINE but IN COLUMN, UNDER each other. Do you know how can I do that in HTML??? Or is it possible at all?

    ReplyDelete
  52. this site is very helpful..tks a lo

    ReplyDelete
  53. hello!!!
    I really wanted to have it on my Blogger (since it's easier for Wordpress)
    I'm so happy, now I feel complete :)
    thanks (the same for retweets button )

    ReplyDelete
  54. Thanks!! Just the way i wanted it.

    ReplyDelete
  55. Thanks Aneesh !! However I need a help i have succesfully add the Facebook share button, however I am unable to see the count. Here is one of my post which share with friends regarding the TOp 100 science blogs.

    Help me - Here is the link of post - http://www.scientiamag.com/2010/02/eurekas-top-100-science-blogs.html

    Any idea, please let me know

    ReplyDelete
  56. @Swamykant - as i have said in my earlier comments, the counter doesn't show small counts. I think the minimum count that it would show up is 3 or 4. Wont show the count for 0,1 or 2 shares.

    ReplyDelete
  57. Why it always minimize. Is there any trick so it remain open.

    http://www.wallpaperspub.net/

    ReplyDelete
  58. thanks and sorry my english dos,nt help me to thank you much
    your very good my name is mahmoud

    ReplyDelete
  59. How do you get the Facebook share to have correctly pre-populated title, description, and image fields? Your blog actually puts the title of the post into the facebook share title instead of the title of your blog, this is really nice, how did you do it?

    ReplyDelete
  60. It is a real educating blog for bloggers like me who are new to the blogging. I have tried many widgets in side bar and at the top of the post but putting in through or within blog post I learnt from your blog. Thanks a lot! God Bless You!

    ReplyDelete
  61. Hi,

    I added this to my site (www.amisampath.com) but it doesn't pick a thumbnail image when sharing on Facebook. Only the page title and URL is picked.

    Please give me som hints

    ReplyDelete
  62. @Amitha - dont know why. it used to work earlier now the images uploaded via blogger doesnt show up as thumbnails. If image codes for external images are added to the post, thn it show up. Check out my latest post on Google buzz and click the share button, you can see that it takes up the thumbnail. that image is hosted on tinypic. None of the other images come up. Hope that they would get it fixed.

    ReplyDelete
  63. I can't get this to work on my blog. Please help???

    ReplyDelete
  64. First it will show share count but. it will automatically disappears. when I re visit my page. Why this is happening??

    ReplyDelete
  65. Hey Aneesh this counter really doesn't works. Why? It will disappears when I refresh the page...

    ReplyDelete
  66. @Anup - as i have said earlier in comments, the counter wont show small counts like 1 or 2. It will show the count if the post is shared more number of times.

    ReplyDelete
  67. Oh! got it. thanks for the quick reply Aneesh :)

    ReplyDelete
  68. Oh I have got it with my great thanks and pleasure

    ReplyDelete
  69. Thanks a lot anneesh. After visiting over a dozen sites, it was yours that was finally helpful!

    ReplyDelete
  70. Thanks But i have a Problem .. The count bubble is missing eventhough there is some count. Please help me.

    Here is my blog - http://www.scientiamag.com/

    ReplyDelete
  71. Hi Aneesh,

    Thanks so much for this tool. I wonder if you can help me with a simple trick related to this. I can see that when I share your page on facebook, the first paragraph shows up as a meta description. When I share any pages from mine (www.howdoigetto.blogspot.com), the global meta description shows up. Can you help me tweak this?

    Can it be done by adding a code to my template? Thanks!

    ReplyDelete
  72. Reply to last comment by me:
    It worked. Thanks for the tutorial.

    ReplyDelete
  73. Beautiful, thank you. That was so easy

    ReplyDelete
  74. Thank you so much for giving us these such crystal clear steps. I installed it on my blog and it is working fine.

    Thank you again!
    www.beontheroad.com

    ReplyDelete
  75. How about another question? I think your post almost answers what i'm trying to do, but i'm not a programmer just trying to find some data to present to my programmer for implementation. I'd like to include a within the footer of my website a "facebook fan count". I believe this will add an incentive to users considering clicking our facebook icon. "join XXXX fans on our facebook page" for example. I want the XXXX to be automatically populated with our facebook fan count. I want to do the same with twitter. Any insight you can provide would be helpful.

    Thanks

    ReplyDelete
  76. @Anonymous - This post is not related to what you are asking but it can be done using the Facebook and Twitter APIs. Refer this link

    ReplyDelete
  77. Hi Aneesh - not sure if you saw my comment above but would just want to post it again. I hope you can help me:

    Thanks so much for this tool. I wonder if you can help me with a simple trick related to this. I can see that when I share your page on facebook, the first paragraph shows up as a meta description. When I share any pages from mine (www.howdoigetto.blogspot.com), the global meta description shows up. Can you help me tweak this?

    Can it be done by adding a code to my template? Thanks!

    ReplyDelete
  78. Thanks Aneesh, I wonder why I wasnt able to see this post of yours while going through your site. I shall try this:)

    ReplyDelete
  79. Thanks so much. it is very helpful

    ReplyDelete
  80. I put this in my blog and it works great. However, when I click on the icon to share on facebook, it is not pulling up my description or the images. I share each post on FB and need this to work. Can you look at my html and tell me what is going wrong? http://adhdmomma.blogspot.com I did look at the link you last posted in these comments and pasted it in but it didn't change anything.

    ReplyDelete
  81. Thank you very much for your help. I have installed facebook share button into my blog which I could not through http://www.facebook.com/note.php?note_id=149643928371 as it has suggested to paste the code somewhere in different place.

    ReplyDelete
  82. really nice article and easy to understand .. Really big thanks.

    ReplyDelete
  83. The button works, with one exception: It doesn't display the number of times people have shared. I tried pressing the button on three or four blogger blogs besides my own. Same problem on all of them.

    ReplyDelete
  84. @Necessary Distractions - count will be shown only after the post gets shared 3 or more times(so it wont show counts like 0 1 or 2)

    ReplyDelete
  85. Hi Aneesh, just a quick question. I just got a custom domain and noticed that the number of facebook shares went back to zero. Is it the case or will it get updated in the next few hours? Thanks!

    ReplyDelete
  86. @Going anywhere in Metro Manila - it wont get updated. The urls have changed. so the sahre counts will start again from zero.

    ReplyDelete
  87. @Aneesh. Of course, I see someone has commented on that already. Sorry about that. Should have read the the comments more thoroughly :P.

    PS. I'd love to see a tutorial on how to implement the new faceebook "Like" button on blogger. I tried to put it on my blog today, but I didn't quite succeed. :(.

    ReplyDelete
  88. @Necessary Distractions - Tutorial on adding the Facebook "Like" Button on Blogger - http://www.bloggerplugins.org/2010/04/facebook-like-button-for-blogger.html

    ReplyDelete
  89. Very Nice Tutorial...
    Great work
    I was looking for this
    Thanks

    http://www.urdusms88.blogspot.com

    ReplyDelete
  90. Thanks so much it worked great :)
    I even managed to place it on the right side instead of the left side!
    Such a good explanation.THANKS

    ReplyDelete
  91. How to i add this in Classic Template?

    ReplyDelete
  92. thanks a lot blogger plugin....it looks cool. on my blog hacker9.com.
    also am looking for retwit button here.,,thanks

    ReplyDelete
  93. Thnx a lot. Will you please tell me how to add share it at the end of the post. My e mail ID is vishkumawat93@gmail.com.
    And my blog is http://blogginggallery.blogspot.com/

    ReplyDelete
  94. Thanks for post I tried this but it's not working for me it's mess up even I'm not using div .. I just use script code. please advice

    ReplyDelete
  95. Nice :)

    Visit mine , I've implimented it..

    www.tricksterminal.com

    But its not showing in the blog's main page =((

    And its coming under d footer :((

    ReplyDelete
  96. @ D Post Creator!

    Any help on dat?

    Please reply?

    My Blog Link: www.tricksterminal.com

    d FB Share is not coming in the Main Page!! :(

    HELP!

    ReplyDelete
  97. thanks man.. atlast its working .. But d template i use is not allowing me to keep it in the top..

    the posts comes a little below it :(

    Anyways, thanks! :)

    www.tricksterminal.com <-- Dont forget to check! :)

    ReplyDelete
  98. Thanks man, this is the easiest way I've ever done something like this, your instructions are short but precise and clear.

    Again thanks.

    ReplyDelete
  99. We added this like button but it doesn't show how many shares has been happend till now. i can see the same problem at your article. is it a facebook problem?

    Maybe someone can help me out. thxs in advance

    ReplyDelete
  100. When i share my post from my blog, the image appear in the facebook is different from my website logo, how can my website logo appear as a image when i share my post in facebook??

    Please suggest

    ReplyDelete
  101. I am so glad that I found your blog. I've been looking for a facebook button for a while now. Thanks for the post.

    ReplyDelete
  102. I'm thrilled with this information and have installed both the "Like" and "Share" buttons. Thanks SO MUCH!!!

    ReplyDelete
  103. Strange. After clicking the share button, facebook shows as the description, the first comment for the post instead of the actual description of the post. Any ideas?

    ReplyDelete
  104. thankyou, this is what i'm looking for

    ReplyDelete
  105. cool i addded this on my blog thanks author..

    ReplyDelete
  106. Much appreciated tips my good sir. Keep up these nifty little posts.

    ReplyDelete
  107. I love this! I've properly inserted the button, but when someone posts it on facebook, the summary it's giving is people's comments about the blogspot, not the actual blog. Anyway to fix this? http://bit.ly/bJ7uvB

    ReplyDelete
  108. In my case.. why does it show only the "share" button? and after you click it.. that's the time it only shows the number share count..

    ReplyDelete
  109. @Jaztien - you need a minimum of 3-4 shares on that post for that to show up automatically :)

    ReplyDelete
  110. thanks a lot working perfect on my blog

    http://www.homoeopathyart.blogspot.com

    ReplyDelete
  111. I had try some base on tutorial above but still cant work.
    When i put the code before the seconds of tags :
    div class='post-header-line-1'/

    And finally worked.

    Now you can see in my blog http://tambelan.blogspot.com.

    ReplyDelete
  112. I have a big problem...

    When I put the buttons(for twitter and blogger) you can see in all: 0 tweet. I tweet it and now you can see 1 tweet. BUT WHEN I REFRESH THE WEB, I HAVE 0 TWEET AGAIN!!!

    I'm going crazy because of this!!

    ANSWER ME PLEASE!!

    http://kordream.blogspot.com/

    -->nanaoppa@gmail.com

    ReplyDelete
  113. Thank you...
    This article very help me :)

    ReplyDelete
  114. Is there a way to create an iframe version of this share button? I want it to appear only after you click the post title.

    ReplyDelete
  115. I can't put the button in a top left of the post. :(

    ReplyDelete
  116. thanks...it really help me...i used it for my blogs...but can i know how to make sitemap for my blog..

    ReplyDelete
  117. Thank you!!! very useful information!! I'll use it.

    ReplyDelete
  118. Thank you so much for your article. It's very useful for me! Keep going on, Aneesh

    ReplyDelete
  119. Thank you very much for this post! Thanks to you my site looks more and more professional and the social media usage is increasing :)

    Have an amazing day! :)

    ReplyDelete
  120. Hi Aneesh,

    I wanted to have the Tweet button & the FB share buttons in a column (or at the very least, to be in line w/each other if they have to be side by side), but I can't seem to get this to work, even w/your previous suggestion to remove the div tags. Is there any way to have both buttons display in a single column that is actually aligned?

    Thanks!

    ReplyDelete
  121. yo.your christmas widget makes the whole thing slow man...

    ReplyDelete
  122. thx man,i try and it works greats.thx a lot for this greatest info.

    ReplyDelete
  123. Dear friend,
    As my website is an image providing site,i would like to add a share button for every picture in my blog.
    can you help me to create such a button code ?

    ReplyDelete
  124. Thanks my friend, This button very nice in my blog..

    ReplyDelete
  125. Thanks For Sharing This Share Button
    Why This Button Not Valid HTML5 ?

    ReplyDelete
  126. Hello aneesh.
    I've enabled this code to work.but my i ask if how can i apply the retweet,fb share,google buzz etc etc.. to line horizontally because it's eatin' up the space in my blog post header and one more thing,why is that google buzz and fb share are the only one's showing in the teaser post,the the others are not?ope you can help me.thanks and keep it up^_^

    ReplyDelete
  127. thanks, this article helps me a lot.

    ReplyDelete
  128. Hi, Aneesh, I am trying to drop this bit of code into my blog, however I keep getting an error message. Please assist. Is there something I'm missing? Will certain blogger templates not allow for the share button

    ReplyDelete
  129. Hi, thanks for this info. but have really got a problem and will please need your assistance, i got to realise that when i or somebody likes or share a post from my blog, it only shows d title of my blog, it doesn't show the post title as before.. Please help me

    here's my blog url www.trueinternetworld.blogspot.com

    ReplyDelete
  130. Thanks Aneesh.It helps me a lot.

    ReplyDelete
  131. I just got around to adding this button. Thanks for making it so easy.

    ReplyDelete
  132. It's a bit strange: I added this share count button to my posts and it's displayed as it should be, however no one can click on it to share - like it was just an image, not a link.

    ReplyDelete
  133. Hi Aneesh,
    this works for me and able to post to the facebook.
    when it is posted on FB, title of the link is Alok\ not the title of the post.
    You can try and see the effect, I am not able to debug it hence coming to you for help.
    My blog is
    alokchoudhary.blogspot.com
    Kindly help me
    waiting to hear from you.

    ReplyDelete
  134. uhm, I already have a like button on the side of the blog and I tried adding this code to have a share button on my posts. But what happened was that the share button appeared but my like button didn't load anymore. What happened?

    ReplyDelete
  135. Hi, but this doesnt appear well in my blog after following the steps, can you figure out why??

    ReplyDelete
  136. oh btw, this is my blog link:www.encikazman.blogspot.com

    ReplyDelete
  137. Thank you! Thank you very much! This is what i am looking for.

    ReplyDelete
  138. I don't work anymore. First I thought it was my mistake but it's the same on this page. It doesn't show anymore how many times something is shared ...

    ReplyDelete
  139. As of July 27, 2011 the Share Button count is no longer showing on my blog. I have had the count for years, now it's gone. I have noticed on other blogs that the counts are no longer there. What changes have been made by Facebook that the count is no longer there? What good is it to the blogger if you have no idea what the count is?

    ReplyDelete
  140. @Anonymous - post updated with solution :)

    ReplyDelete
  141. Still doesn't work me. I tried the solution but when I replace <a expr:share_url with the code you said I don't see the share box anymore. Only thing I see then is that other code.

    I really don't know what i'm doing wrong.

    ReplyDelete
  142. Thanks Blogger Plugins for the Update! This is the same Anon as above regarding July 27, 2011. Little issue though. What happened to the Dashboard? Seems as Blogger Design has went through a major change.
    For the life of me I can no longer find where to make revisions to my template html. Thank you any assistance. The new layout is no where near as user-friendly as the old one. Thanks again for the update!!

    ReplyDelete
  143. Blogger Plugins... This is anon again. Found out there is no Edit HTML button anymore for Blogger but I have found a way around it.
    The blogger needs to add their Blogger ID at the end of the following:
    http://draft.blogger.com/html?blogID=

    Then the old edit html page appears!

    Thanks for this page!

    ReplyDelete
  144. nope.. its still not working.. didnt show the count.. i follow all ur step, change the old one to new one, but its still not show the count..

    ReplyDelete
  145. Sorry Blogger Plugins its ANON again! I have tried now for hours, step by step. Here are my lines directly from my template:

    ( I tried to send you lines from my template, but your comment box would not allow )

    Not only does the count not show after the steps, but the Facebook button doesn't either. When I added the line before head the Facebook button was still there, but when I exchanged the line that starts with <a expr:share_url with the replacement line, the Facebook button was no longer there, and after deleting the javascript line it still wasn't there. Any further ideas!! I have tried every variation of steps with no luck. Thank you for any help!

    ReplyDelete
  146. @Anon and others - i think you might have missed step 5. That script should be included to render FBML markup.

    ReplyDelete
  147. Same with me, it didn't work though I followed all the steps, step by step :(

    ReplyDelete
  148. Anon again! The fifth step actually was the only step that I left in. When I performed the next step, replacing the line, is when the box disappeared, then when I removed the javascipt line, still no box.
    All that said, Good News.. The count is back today 08/03/2011!!
    Facebook must have made repairs!

    Thanks Blogger Plugins for your assistance on this.

    ReplyDelete
  149. when I click on the icon to share on facebook, it is not pulling up my description or the images. I share each post on FB and need this to work.

    ReplyDelete
  150. i have the same problem.When i share it on facebook it show blog name link for that page and blog description.Thumbnail however shows.But i want to be seen post title and post description.How to do this ? Thx

    ReplyDelete
  151. Thanks for this tutorial.... awesome!!

    ReplyDelete
  152. didn't work for my template.. :'(

    ReplyDelete
  153. I got this one Thank you so much

    ReplyDelete
  154. Love it. I fear HTML, but this is so easy to follow

    ReplyDelete
  155. Thanks dear i m trying to install but tempelete error... :(

    See in my blog... http://bloggingsworld.blogspot.com/

    ReplyDelete
  156. that work for my blog...thanks for share it

    ReplyDelete
  157. really works!! cool!! thank you very much

    ReplyDelete
  158. it didn't work on dynamic view

    ReplyDelete