By wrathfulsquirrel on
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
Maybe the Facebook Comments
Maybe the Facebook Comments social plugin is what you're after...
http://developers.facebook.com/docs/reference/plugins/comments
No, it isn't. I don't wanted
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.
Is there some way that you
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.
It would save a lot of
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...