Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

As captioned. I searched online but those tutorial just didn't work!

Thank you very much!

share|improve this question
What tutorials did you use? – tr9sh Feb 22 '12 at 8:32

closed as not a real question by Bill the Lizard Oct 18 '12 at 12:57

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Code for Facebook Share count button:

<div style="float:right;padding:4px;"> <a expr:share_url='data:post.url' name='fb_share' rel='nofollow' type='box_count'/>
<script type="text/javascript" src="http://static.ak.fbcdn.net/connect.php/js/FB.Share"/> </div>

To install on your Blogger blog:

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

  • Find this piece of code <div class='post-header-line-1'/>

  • after that place the Facebook share button code (as above)

  • 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).

Save the template and you should get a facebook share count button near the heading of each of your blog posts.

Source: http://bloggermustseo.blogspot.com.au/

share|improve this answer
Thanks Andy but it is not working. I put the code under <div class='post-footer-line post-footer-line-3'/> and my blog turned into nothing except a # symbol on the top left corner. – Gag Lk Feb 22 '12 at 7:46
Try the following code for the Facebook Share button: <div style='float:left;padding:5px 5px 5px 0;'> <a expr:share_url='data:post.url' href='http://www.facebook.com/sharer.php' name='fb_share' type='box_count'>Share</a><script src='http://static.ak.fbcdn.net/connect.php/js/FB.Share' type='text/javascript'></script> – Andy Feb 22 '12 at 8:36

Not the answer you're looking for? Browse other questions tagged or ask your own question.