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 working on a movie site and i want links liked via a facebook like button to be added to the movie category. Is this possible?

share|improve this question

closed as not a real question by casperOne Jun 25 '12 at 11:51

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.

2 Answers

up vote 0 down vote accepted

Yes, just set "movie" as the "og:type" attribute in the meta tags on the page referenced in your Like button's href parameter.

<meta property="og:type" content="movie" />

More on defining Facebook "types": http://developers.facebook.com/docs/opengraphprotocol/#types

share|improve this answer

As long as that category has a separate URL with a page that can be scraped by Facebook, yes. You can create a like for that.

share|improve this answer

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