Many many site are using now this kind of FB comments integration
http://www.jutarnji.hr/-prorocica-rada--otkriva-uskok-u--060-tarot-linij...
So people comment directly on facebook profile but its also used to show comments on web page. Can this be done with this module? I know i can post comments to FB app, but will this comments be synhronized, so if someone posts comment comment on FB that this comments also is shown on original page?
Comments
Comment #1
Dave Cohen commentedI think you're looking for fb:comments.
Which is not integrating facebook's comments and drupal's comments together, it's simply using facebook's comment feature.
Comment #2
Marko B commentedYes, you are right Dave. So i only catch comments from facebook. How do you recommend to achive this with help of this module? I would probably post my nodes to facebook and then how to pull back comments?
Comment #3
Marko B commentedIn the end comments is so easy to integrate. Just put
where you want them in tpl.php file and if user is logged in FB/connected, it works. Great!!
Comment #4
technikh commentedlike this http://drupal.org/project/facebook_comments
but there's no D6 version
Comment #5
technikh commentedlooks like this will work http://drupal.org/project/fb_social
Comment #6
thedavidmeister commentedthe FBML suggested in #3 is deprecated, check the fb documentation for comment boxes here - http://developers.facebook.com/docs/reference/plugins/comments/
Dropping in a comments box into a site does not seem too difficult to do through the theme layer if you follow the fb documentation. Shouldn't require a dedicated contrib module to achieve once you've already set up the fb module to handle fb user logins.
Feel free to re-open if you disagree.