Author Topic: Wordpress For Facebook Plugin  (Read 2616 times)

ukgimp

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2241
    • View Profile
Wordpress For Facebook Plugin
« on: January 18, 2012, 02:12:30 PM »
Anyone done this,

Techcrunch do it and I am thinking of giving it a go on one site.

Cheers

Torben

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 305
    • View Profile
Re: Wordpress For Facebook Plugin
« Reply #1 on: January 18, 2012, 02:30:10 PM »
Are you talking about facebook comments in WordPress?

ukgimp

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2241
    • View Profile
Re: Wordpress For Facebook Plugin
« Reply #2 on: January 18, 2012, 02:48:25 PM »
Yeah, think so

eg

http://techcrunch.com/2012/01/18/calling-the-world-vox-io-just-might-be-the-next-euro-startup-sensation/

seems much easier and whilst it is giving into the borg etc etc

Torben

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 305
    • View Profile
Re: Wordpress For Facebook Plugin
« Reply #3 on: January 18, 2012, 05:59:55 PM »
It's a good solution if you have problems with comment spam. If your tarvet audience is using facebook i tensively it's a grelt solution but it will keep some from commenting

I, Brian

  • Inner Core
  • Sr. Member
  • *
  • Posts: 397
    • View Profile
Re: Wordpress For Facebook Plugin
« Reply #4 on: January 19, 2012, 10:01:04 AM »
It looks like what I have set up on a site - it's just a direct FB connect, single line of code in your template where you want to see the FB comments:

Quote
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="<?php the_permalink() ?>" num_posts="20" width="450"></fb:comments>

It isn't a bridge, it simply allows people to post comments directly with their FB login. I have WP comments active as well.

I use it on a high traffic news site, as I figure it helps raise attention with a commentator's friends, and thus increase the chances of "likes" which I figure as an important social media signal.

However, difficult to moderate - no single login - you just have to read through the comments as you see them, which means a real opportunity for spammers so far as I can tell.

Leona

  • Inner Core
  • Hero Member
  • *
  • Posts: 543
    • View Profile
    • Email
Re: Wordpress For Facebook Plugin
« Reply #5 on: January 24, 2012, 01:05:42 PM »
Had a look at a few of the social commenting plugins available on the market in the last month for a recent development none were quite the ticket, loading comments offsite, integration with existing commenting system, spam protection etc etc. So decided to hold off for now and re-look in a couple of months.