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.

The Facebook like button requires an app Id. I want the like button on my website posts to post a "... liked a link" with a description, image, etc. (meta tags). Right now when someone clicks like it shows up on their profile as an app and says "... liked 'title' on 'title'" How do I change this?? The website I am working on is www.scottfarleyband.com.

share|improve this question

closed as not a real question by Jocelyn, j0k, PeeHaa 埽, Baba, Lusitanian Nov 12 '12 at 19:47

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

you'll need to add Open Graph (og) tags to your page: https://developers.facebook.com/docs/reference/plugins/like/#ogtags

These are <meta> tags with special name you add to your page <head> section.

share|improve this answer

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