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.

I'm trying to add a like button to blogger blog posts.

I've tried a few methods but each seem to either a) not update the count on my blog, or b) not update on the user's facebook page.

Anyone have any ideas?

share|improve this question

closed as not a real question by slugster, Bill the Lizard Apr 8 at 1:02

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

 <iframe src="http://www.facebook.com/widgets/like.php?href=type in ur blog address here"
         scrolling="no" frameborder="0"
         style="border:none; width:450px; height:80px"></iframe>

This code generates a like button after href type in ur blog address

share|improve this answer
Thanks, but it's not quite doing what I'm trying to do. I need it to generate the unique post url for each like. I believe you have to use expr:src and data:post.url somehow, but I'm not sure how. – Mr C Aug 22 '12 at 3:56

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