I'm developing a page for a restaurant in Wordpress. On the menu page, I need Like buttons for each items in the menu (the items are posts but there is no single page for them). How can I add the Like button (in the loop) to be able to add different image and a title to the og for every menu item?
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.
|
|
|
Just in case if someone meets this problem: If you don't have single.php the wordpress uses index.php. In the header you check if is_single() and than you can create the og meta tags. |
|||
|
|
You cannot! You should have separate page (with unique URL) for every item (which will be represented as Open Graph object) you want to use Like Button for. |
|||
|
|