Hi guys.
I am working at some blog project and I have to connect the Drupal comments system (a comment form) with Facebook. I mean something like that: some WordPress website gives their users opportunity to leave comment, FB avatar and link to the profile by clicking "Connect with Facebook":
http://antyweb.pl/ios-numerem-jeden-tak-twierdzi-apple/#respond
Is there any module or other hard code way to provide those functionality for Drupal website (comments system)?

Comments

WildBill’s picture

Maybe the Facebook Comments social plugin is what you're after...

http://developers.facebook.com/docs/reference/plugins/comments

wrathfulsquirrel’s picture

No, it isn't. I don't wanted to connect drupal comments with facebook comments. I only wanted to connect users with my site by using their fb profiles. I found a solution which is Drupal for Facebook + my little custom module.
Shortly about the second part: it connects with comment form by using a hook_form_alter and then adds some markup with an FB connect FBML button.

agogo’s picture

Is there some way that you can share that code you made? Would save me alot of time on the coding since Im after the exact same functionality.

Rosamunda’s picture

It would save a lot of trouble for people that can´t code too.
But it seems that no, he can´t share the code...