Integration of the Facebook Like button on the website ... With the possibility of comments

Please see: http://developers.facebook.com/docs/reference/plugins/like

I have successfully integrated the [Like] button on my website using this link.

On the developer website, when I click the [Like] button, a pop-up appears with the message:

You like this.
Share it on Facebook with a comment...
[                         ]
           [Post to Facebook] [Cancel]

      

There is no such popup on my site. I have tested both iframe and FBML versions.

Does anyone have a solution or is this feature reserved for www.facebook.com only?

Thanks.

+2


a source to share


3 answers


Here facebook says, "When will users be able to add a comment to a like? If you are using the XFBML version of the Like button, the user will always have the option to add an optional comment to a like. If you are using the Iframe version, users will only be able to add a comment to that if you're using a standard layout that's at least 450 pixels wide. If users add a comment, the Facebook story gets more attention. "



You can also replace the button with the share symbol and you can add comments.

+2


a source


You may not have all the metadata you need in your meta tags. See here:



http://developers.facebook.com/docs/opengraph

0


a source


See this thread on the Facebook Developers Forum: http://forum.developers.facebook.com/viewtopic.php?id=57294

This might help you, although I still haven't gotten it to work.

EDIT:

Check out this other thread: http://forum.developers.facebook.com/viewtopic.php?id=57402

The last comment concludes that the page doesn't have to be on localhost for it to actually work.

0


a source







All Articles