What's a good way to integrate FB and Twitter into my commenting system (PHP)

Posted by Jason on Stack Overflow See other posts from Stack Overflow or by Jason
Published on 2010-12-21T04:20:15Z Indexed on 2010/12/21 22:54 UTC
Read the original article Hit count: 138

Filed under:
|
|

Hi Guys,

There are so many options out there for integration.

At the moment I have comments that are posted on my articles, where a user types in their name and the comment. This is then sent to a moderation queue and displayed when approved.

I want to acheive this:

  • Comment with facebook login (ie facebook account listed as the name w/ avatar)
  • Comment with twitter login (ie twitter account name listed as the name w/ avatar)
  • Push comment from my website to twitter and to facebook

I could go down a few paths as far as I know:

  • Integrate with XFBML, which I don't like because I find it annoying to setup and messy.
  • Integrate facebook comments system, although this can't push to twitter, or allow me to moderate comments from my backend (as far as I can tell i'd have to login under the facebook login for the dev account to moderate the comment)
  • Find a php class that does open auth and integrate with both face book and twitter at once
  • find a pre-created php class

Anyone have a solution that will bias:

a. easy to integrate b. lightweight c. is free

Thanks for your suggestions in advance.

© Stack Overflow or respective owner

Related posts about php

Related posts about facebook