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 setup "Like" button on productpages in our shop. I'm using iframe version of "like button" app. Unfortunatelly liked product is available on user's wall only when he add a comment additionally (liked page without a comment is invisible on his wall).

Code I have used:

<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.limango.pl%2Ffbfeed%3Fprodid%3D304983+&amp;send=false&amp;layout=standard&amp;width=450&amp;show_faces=false&amp;action=recommend&amp;colorscheme=light&amp;font&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>

and the result page (with opengraph data) is located here: http://www.limango.pl/fbfeed/?prodid=313198

What mistake I made that I cannot post this without a comment?

Thanks in advance for any response.

Kind regards, Slawek.

share|improve this question

1 Answer

Found in Google:

"The Like / Recommend button without comment – When third-parties use the standard iframe Like button with a width less than 400 pixels, the button_count, or box_count version of the Like / Recommend button, users aren’t given the option to comment. A simple, one-line story linking to the content is published to the Recent Activity feed of the user’s wall, and the story is less frequently displayed in the news feeds of friends. Users are subscribed to future updates from the button’s owner."

share|improve this answer
Updated my post... – wintercounter Dec 9 '11 at 11:53

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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