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

Dave Cohen’s picture

I 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.

Marko B’s picture

Yes, 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?

Marko B’s picture

In the end comments is so easy to integrate. Just put

print '	<fb:comments></fb:comments>';	

where you want them in tpl.php file and if user is logged in FB/connected, it works. Great!!

technikh’s picture

Version: 6.x-3.0-beta2 » 6.x-3.1

like this http://drupal.org/project/facebook_comments
but there's no D6 version

technikh’s picture

looks like this will work http://drupal.org/project/fb_social

thedavidmeister’s picture

Title: FB comments integration » FB comments box integration
Status: Active » Fixed

the 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.