Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: FaceBook widget

  1. #11
    Otto's Avatar
    Otto is offline On The Rocks
    Join Date
    Apr 2009
    Location
    Memphis, TN
    Posts
    862

    Default

    For the simple commenting (with "share this post" capabilities after you leave a comment), I've been thinking about making a simple plugin to do it all in one step, more or less. You'd still need to create the app on FB, but a plugin could insert all the code and even create the xd_receiver file. Make it much simpler.

  2. #12
    Otto's Avatar
    Otto is offline On The Rocks
    Join Date
    Apr 2009
    Location
    Memphis, TN
    Posts
    862

    Default

    And here's the plugin to do it:
    http://wordpress.org/extend/plugins/...cebook-connect

    Basically this plugin does all the grunt work that I was discussing before for you.

    Simple modular design, to allow for all sorts of add-ons to it. I've got two right now, one to add a share button, and one to add comments. Adding widgets to display, say, status would be quite simple.

    Just added a User Status widget to it as well. :)
    Last edited by Otto; 10-26-2009 at 03:56 PM.

  3. #13
    samh is offline Here For The Peanuts
    Join Date
    Oct 2009
    Location
    London
    Posts
    193

    Default

    sorry to drag this one up again!

    has anyone ever found a plugin that allows a WP blog to display a feed from a facebook fan page?

    it's not my fan page - but it's the fan page of someone who would like to publish their updates and content to our wpmu network (in their own blog)
    Personally: @srhas Professionally: @FootballUtd

  4. #14
    andrea_r's Avatar
    andrea_r is offline WordPress Rockstar
    Join Date
    Jan 2009
    Location
    Eastern Canada
    Posts
    1,325

    Default

    So they;re pulling in a feed to posts? Why not just use FeedWordPress?

  5. #15
    Otto's Avatar
    Otto is offline On The Rocks
    Join Date
    Apr 2009
    Location
    Memphis, TN
    Posts
    862

    Default

    Facebook doesn't export their streams as feeds easily.

    It would be possible to write an SFC plugin that would do this using the Streams.get method. You'd need it to poll at intervals, using wp-cron probably, to import new entries.

  6. #16
    samh is offline Here For The Peanuts
    Join Date
    Oct 2009
    Location
    London
    Posts
    193

    Default

    Quote Originally Posted by andrea_r View Post
    So they;re pulling in a feed to posts? Why not just use FeedWordPress?
    That was my first thought to do - but as otto also mentions it's not unfortunately that easy!

    Quote Originally Posted by Otto View Post
    Facebook doesn't export their streams as feeds easily.

    It would be possible to write an SFC plugin that would do this using the Streams.get method. You'd need it to poll at intervals, using wp-cron probably, to import new entries.
    I will ask the dev guys I work with to have a look at this option - we've played around with FB connect before, not done much modifying of it ourselves though.

    I'll let you know how we get on - cheers!
    Personally: @srhas Professionally: @FootballUtd

  7. #17
    andrea_r's Avatar
    andrea_r is offline WordPress Rockstar
    Join Date
    Jan 2009
    Location
    Eastern Canada
    Posts
    1,325

    Default

    I've been noticing on the very few times I'm forced to interact with Facebook, that is has been exceedingly hard to work with.

  8. #18
    Otto's Avatar
    Otto is offline On The Rocks
    Join Date
    Apr 2009
    Location
    Memphis, TN
    Posts
    862

    Default

    I take it back. Facebook does have feeds of page streams. They're just not obviously exposed.

    http://www.facebook.com/feeds/page.php?id=116002660893 will give you a feed of my Application's wall, for example.

    Just change the ID to the ID of the page you want to get as a feed.

    Andrea: Facebook's actually not that difficult to use, it's just that there's a lot there and a lot of legacy behind it. Keeping up with the changes is the tricky part.

  9. #19
    andrea_r's Avatar
    andrea_r is offline WordPress Rockstar
    Join Date
    Jan 2009
    Location
    Eastern Canada
    Posts
    1,325

    Default

    Otto: I'm an old fart. :D

    Also, there's the questions of whether or not to friend my kids on FB. Some stuff I do not want to know. Can't unsee and all. ;P

    (actually you probably knew this but just clarifying I meant working with their API)

  10. #20
    samh is offline Here For The Peanuts
    Join Date
    Oct 2009
    Location
    London
    Posts
    193

    Default

    Quote Originally Posted by Otto View Post
    I take it back. Facebook does have feeds of page streams. They're just not obviously exposed.

    http://www.facebook.com/feeds/page.php?id=116002660893 will give you a feed of my Application's wall, for example.

    Just change the ID to the ID of the page you want to get as a feed.

    Andrea: Facebook's actually not that difficult to use, it's just that there's a lot there and a lot of legacy behind it. Keeping up with the changes is the tricky part.
    This is really weird - I manage to get to that point yesterday (using FF instead of Chrome made it obvious!) but the atom feed was just showing as blank

    OK hopefully I'll have a blog up in the next few days that's pulling in the feed - thanks!
    Personally: @srhas Professionally: @FootballUtd

Page 2 of 3 FirstFirst 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •