Simple Facebook Connect Integration

I found an interesting plugin for this wordpress blog when I was going through my RSS feeds a couple of weeks ago. Simple Facebook Connect allows blog commenters to post using their Facebook accounts for authentication. Not only that, it leaves a link back to their profile as well as showing their avatar (depending on privacy settings). I’ve installed the plugin on this blog, which you can try out by going to a post, and selecting “Connect with Facebook” on the sidebar.

I did note, however, that the FB avatar wasn’t being displayed correctly (alignment was broken) with the current theme, Fluid Blue. Needed to edit “simple-facebook-connect/sfc-comments.php” and replace the two relevant blocks that generates the picture displaying HTML with:

$avatar = "";

3 Comments

  1. [...] Simple Facebook Connect Integration | Universe's Blog [...]

  2. not working when replace the code

  3. Universe says:

    The code posted doesn’t appear to work in the latest versions of SFC. You may have to customise it to suit your needs.

Leave a Reply