Quantcast

Development on a Shoestring

FriendFeed Comments WordPress Plugin

This plugin will allow you to display on your own site the comments that people make on FriendFeed about your post.  I keep trying to think of a more succinct way of writing that but I can’t.  It always sounds more confusing than it is.

Here’s the deal.  FriendFeed aggregates your online life (but isn’t lifestreaming), and one of the things it can aggregate is your blog.   People can then comment on this

image

I’m using their PHP library to allow you to pull back these comments, when they’re made on a blog post of yours, so you can display them on your site.

The plugin ads a template tag called <?php wp_ffcomments(); ?>, which you can drop onto your template somewhere inside "the loop" so it can access the post’s details to match it up with the FriendFeed data.

Unzip the plugin into your plugins folder & activate it.  You’ll then need to go into the options (or settings if you’re running WP2.5) and click on FriendFeed.  Put your FriendFeed nickname in & save and you’re done with the setup.  All the other settings in there are optional. You then need to place <?php wp_ffcomments(); ?> on your template file(s).

One current limitation is that it matches posts based on title, so if you have multiple posts with the same name, you’re going to have issues.  I’m trying to find something else to match on, but it’s difficult because for many people who use FeedBurner the URL that FriendFeed sees from the RSS feed isn’t what’s available from the blog.  It will work if you import multiple blogs into FriendFeed though, as it matches on the blog’s URL.

I’ve tried my best to highlight that these are comments from FriendFeed, so that people don’t get confused as to where the discussion is coming from.  The comments will be distinct from your standard comments section, with a heading stating that they’re from FriendFeed.  See the image below

 image

By default, the comments & likes are hidden on page load, the reader has to click the ’show’ link next to the headline text.  This can be changed in the plugin’s settings page to make them display by default.

Also, the headline text can be customised to say whatever you want, the tokens {comments} & {likes} will be replaced with the number of comments & likes for that post.

The plugin also adds a form at the bottom of the comments so that people can comment on or ‘like’ your post on FriendFeed directly from your blog.  This can be turned off in the settings if you don’t like it.

There is also a default stylesheet included with the plugin, which will make the output of the plugin look much like the image above, rather than 2 unstyled unordered lists.  This is meant as a starting point, please feel free to takes the styles included and modify them as you need to.  The default stylesheet can be turned off in the settings page if you’re not going to need it included.

I would like to express my thanks to Corvida of SheGeeks, who helped me debug this plugin & to the FriendFeed team for being awesome enough to open their data up like this.

303 Responses for "FriendFeed Comments WordPress Plugin"

  1. Yes, FriendFeed WordPress Plugin! :: sarahintampa Yes, FriendFeed WordPress Plugin! :: sarahintampa March 27th, 2008 at 2:42 pm 1

    [...] was just saying how I could barely wait for the FriendFeed WordPress plugin, and, like an answer to my prayers, Glenn went ahead and released it. Now, be warned this is an [...]

  2. A Few FriendFeed Treats Out There | (jeff)isageek.net A Few FriendFeed Treats Out There | (jeff)isageek.net March 28th, 2008 at 4:23 pm 2

    [...] Comments Wordpress Plugin – Get some comments on a blog post you put up on FriendFeed? Love to have them show up with your normal blog comments? Well this is a plugin for you. It will put those comments added via FriendFeed back on your blog! Brilliant! [...]

  3. sfoskett sfoskett March 28th, 2008 at 1:58 am 3

    Glenn,

    Awesome work! Once I noticed the code to add to the loop, I got it working at http://blog.fosketts.net too. I’ll report any bugs!

    Stephen

  4. Martindale Martindale March 28th, 2008 at 5:36 am 4

    Great work! I’m putting this to use immediately. I’m looking forward to future versions!

  5. The Ultimate Friendfeed List or OMG Now I’ll Never Sleep or Scoble Made Me Do It The Ultimate Friendfeed List or OMG Now I’ll Never Sleep or Scoble Made Me Do It March 31st, 2008 at 11:46 am 5

    [...] FriendFeed Comments WordPress Plugin [...]

  6. Featuritis » Blog Archive » Display Friendfeed Comments On Your Wordpress Blog Featuritis » Blog Archive » Display Friendfeed Comments On Your Wordpress Blog April 2nd, 2008 at 9:32 pm 6

    [...] debating about commenting on blog posts within friendfeed in the near future. Thanks to ‘Friendfeed Comments‘ Wordpress plugin which pulls such comments back from friendfeed and creates a copy at the [...]

  7. rob zand » Blog Archive » links for 2008-04-02 rob zand » Blog Archive » links for 2008-04-02 April 3rd, 2008 at 10:54 am 7

    [...] FriendFeed Comments WordPress Plugin – Development on a Shoestring (tags: wordpress friendfeed plugins) [...]

  8. My del.icio.us bookmarks for February 14th through April 2nd My del.icio.us bookmarks for February 14th through April 2nd April 3rd, 2008 at 11:30 am 8

    [...] FriendFeed Comments WordPress Plugin – Development on a Shoestring – [...]

  9. urbansheep urbansheep April 3rd, 2008 at 10:03 pm 9

    It seems that plugin works, but it gets confused about the posts if you have more than one similar service in your account.

    I.e. if you have two blogs, plug-in doesn’t tell posts from one or the other, thus showing incorrect stats and comments from another post. I guess it’s a bug. :)

  10. Glenn Slaven Glenn Slaven April 3rd, 2008 at 10:14 pm 10

    Yes this is a known bug, I’m looking at options to solve this at the moment. Currently it should only be an issue if 2 posts have the same name

  11. urbansheep urbansheep April 3rd, 2008 at 10:30 pm 11

    Umm.. No, I am sure my posts didn’t have same names, but still plugin displayed comments from newer post from a different blog.

    Glenn, how does post binding works? How does plugin know which post to request from FF? It isn’t blog post permalink, is it?

  12. Glenn Slaven Glenn Slaven April 3rd, 2008 at 11:00 pm 12

    Well, that’s a bit odd. Can you post a link showing this happening, I might be able to get a better idea why.

    Also, I’ve just checked in an update to the plugin that checks that the service url from FriendFeed is the same as the blog url. I haven’t released the update yet, but you can grab the file from here is you want: http://svn.wp-plugins.org/friendfeed-comments/t...

    I’ve added a ‘reset’ button on the plugin’s admin page. This will let you clear out all the information it’s stored & reload it all from FriendFeed. Hopefully this should fix this bug.

  13. urbansheep urbansheep April 4th, 2008 at 12:52 am 13

    Nope, new version and reset didn’t help. And I suppose I know what’s the problem… I previously didn’t account for one more thing: my blog has RSS served via Feedburner, and Feedburner alters permalinks for statistic purposes. That’s where things get hairy.

    Plugin does have a permalink but doesn’t have any idea about what is the feedburner link for the post is.

    Take a look:

    - Here is the original post: http://urbansheep.ru/2008/03/arrogance-is-a-wea...
    - Plugin pulls “likes” from the following post: http://www.friendfeed.com/e/8537dda8-f948-02be-...
    - While it should request stuff from this one: http://friendfeed.com/e/e2ed2f5c-4be3-416c-f0fc...

    Unless there’s a way for plugin to first ping feedburner for a link, and then pull data from friendfeed, it seems quite difficult to resolve.

  14. Plugin de FriendFeed para WordPress | La brujula verde Plugin de FriendFeed para WordPress | La brujula verde April 5th, 2008 at 12:36 am 14

    [...] del plugin: FriendFeed Comments WordPress Plugin ENTRADAS [...]

  15. Glenn Slaven Glenn Slaven April 4th, 2008 at 10:08 am 15

    Ok, I think I know what the problem is, the cyrillic is freaking out my
    script!

    I’m normalising the title of each post by removing non-alphanumeric
    characters, of course being the anglo-centric bigot that I am, I’m just
    removing non-latin alpha characters. I’ve checked in an update that doesn’t
    do that, can you try again? Sorry for the hassle

    Glenn

  16. urbansheep urbansheep April 4th, 2008 at 10:21 am 16

    :)
    No problem, I am happy to test if it helps us to get a neat solution for collecting all the feedback into a single place.

    Replaced, but still no luck — it seems that call to wp_ffcomments() doesn’t do anything at all now, no output. What am I doing wrong? :)

  17. Glenn Slaven Glenn Slaven April 4th, 2008 at 10:36 am 17

    Did you do the reset this time?

  18. urbansheep urbansheep April 4th, 2008 at 4:25 pm 18

    Yep, twice.

  19. Glenn Slaven Glenn Slaven April 7th, 2008 at 10:47 am 19

    OK, one more go, I’ve checked in a heap of tidy up changes & fixes along with some serious debug information.

    If this doesn’t work, please tick the ’show debug info’ checkbox in the options page & click the reset button & send what it shows you to me. Hopefully that will give me enough details to see what’s going on

    cheers

  20. urbansheep urbansheep April 7th, 2008 at 5:30 pm 20

    I sent debug data your way via contact form.

    Just in case the letter doesn’t get through, here goes part with my 0.02 about what might be going wrong:

    I found out that when feed is requested, it contains no reference of posts from the blog in question — they have been pushed down by newer posts. After looking at the API, I dare to suppose that polling last 60 items might be not enough to keep up with some feeds (especially for users with twitter hyperactivity disorder). Other possible choices are using search (checking for title and then filtering results by link/domain name) or asking friendfeed to implement domain filter (so that we can request not just all “blog” service stuff, but rather “blog.slaven.net.au” stuff only).

  21. Wordpress FriendFeed comments Plugin Wordpress FriendFeed comments Plugin April 10th, 2008 at 9:11 am 21

    [...] installed Greg Slaven’s WordPress FriendFeed comments plugin [...]

  22. Patrick Chanezon Patrick Chanezon April 10th, 2008 at 8:04 am 22

    Thanks for the plugin, very cool!
    A patch for line 136: for differences when the blog has no path but a / declared in friendfeed (that was my case:-)

    if (
    ($post->comments || $post->likes)
    && ($blog_url['host'] == $post_url['host'])
    && (
    ($blog_url['path'] == $post_url['path'])
    || (!$blog_url['path'] && ($post_url['path'] == ‘/’))
    || (!$post_url['path'] && ($blog_url['path'] == ‘/’))
    )
    )

  23. Glenn Slaven Glenn Slaven April 13th, 2008 at 3:00 pm 23

    Thanks Patrick, I’ve added that into the latest version, I’ve got a few
    things to put but, so version 1.4 should be out in the next few days

  24. Louis Gray Louis Gray April 14th, 2008 at 9:01 am 24

    How much do I need to pay to get a plug-in for Blogger as well? :-)

  25. Glenn Slaven Glenn Slaven April 14th, 2008 at 1:04 pm 25

    That would be a bit more difficult, it would need to be done as a widget, but the actual content would have to be hosted somewhere else. A neat little javascript solution by the FF guys would be awesome here

  26. tonyhung tonyhung April 14th, 2008 at 1:06 pm 26

    1. Does it work with WP2.5?
    2. Do we have any examples yet?
    3. Will it work with Disqus?

  27. Glenn Slaven Glenn Slaven April 14th, 2008 at 1:20 pm 27

    1. Yes, this site is running 2.5
    2. Yep, see this post for a post with a large number of comments: http://blog.slaven.net.au/archives/2008/03/27/f...
    3. Not really. It won’t interfere with it, as you can see on this site, but it doesn’t integrate. I was thinking about doing that, with the disqus API, but I thought it would get really confusing because there would be 2 locations the comments would come from, and there would be con context for a comment

  28. Nathan Nathan April 15th, 2008 at 12:08 am 28

    I don’t know why it’s not working for me, though.

    Here’s a post where a FriendFeed comment should show:
    http://nathanr.ca/news/torontos-cn-tower-wows-v...

    >:(

  29. Bring the discussion home with FriendFeed Comments WordPress plug-in — 1FPS | Everything Matters Bring the discussion home with FriendFeed Comments WordPress plug-in — 1FPS | Everything Matters April 18th, 2008 at 4:19 pm 29

    [...] FriendFeed Comments plug-in for WordPress watches FriendFeed for comments on your blog posts, then displays them alongside [...]

  30. FriendFeed WordPress Plugin Update | SheGeeks FriendFeed WordPress Plugin Update | SheGeeks April 19th, 2008 at 1:03 am 30

    [...] see a live preview of the plugin. Show your love by heading over to Development on a Shoestring to grab the updated Friendfeed Wordpress plugin! If you already have it installed and you’re using Wordpress 2.5, just head over to your [...]

  31. pinksy pinksy April 19th, 2008 at 7:36 am 31

    I’ve added it to my plugins, activated it, changed my FF nickname to Pinksy, kept the other thingy as “blog”, and added <?php wp_ffcomments(); ?> inside the loop on my single.php template file, added a test comment (http://friendfeed.com/e/15c7da39-d9ed-33b5-2787...), but nothing comes up (http://www.pinksy.co.uk/index.php/2008/04/18/5h...). Am I doing something wrong?

    Brilliant work though…

    Cheers

  32. Glenn Slaven Glenn Slaven April 19th, 2008 at 7:49 am 32

    If you put the comment on the post after you setup the plugin you’ll need to wait an hour. It polls FriendFeed every hour for new comments/likes. If you want it to update now, go back into the admin page & click save. That forces an update.

  33. pinksy pinksy April 21st, 2008 at 6:35 am 33

    Thanks dalziel. I got it to work in the end, but I’m not sure how. Could the FF nickname be case sensitive? I originally had it as “Pinksy”, but then changed it to “pinksy”, and now it works.

    Does it link on the URL of the post? I was just wondering what should happen if you wanted to test it locally. I’m running my site locally via xampp, but the plugin doesn’t seem to find the post on FF when I do it that way, as if it links on the real URL.

  34. colinwalker colinwalker April 24th, 2008 at 3:01 am 34

    Hi Glenn,

    I’ve got this installed on a WP2.5 blog (http://colinwalker.me.uk) but for some reason it doesn’t look like the template tag is being triggered on every post. Some of them have the FF section but others don’t, even when there are likes and comments.

    Any ideas would be appreciated.

    Thanks.

  35. Glenn Slaven Glenn Slaven April 24th, 2008 at 9:29 am 35

    Hi Colin, there seems to be a problem with posts with single quote marks in the title. FF is representing them as a different character to what is on your blog, so the plugin isn’t matching them. I’ve updated the development version of the plugin to try & fix this, you can get it here: http://svn.wp-plugins.org/friendfeed-comments/t... . Just replace friendfeed-comments.php file in the plugin folder with that, then go to the plugin’s settings page & click the “Reset comments/likes” button to force it to reload the comments.

  36. colinwalker colinwalker April 24th, 2008 at 4:06 pm 36

    Thanks Glenn but still no dice I’m afraid. Checking the debug info it definitely pulls the info from FF for those posts but will still not display the DIV so is it an issue when it checks what it should be displaying rather than the check on FF?

  37. Glenn Slaven Glenn Slaven April 24th, 2008 at 6:40 pm 37

    It’s failing in matching the posts with their FF entries. I’ll try a few
    tests here & get back to you, sorry for the hassle

  38. colinwalker colinwalker April 24th, 2008 at 6:43 pm 38

    Thanks, I appreciate it. Do you want me to send the debug info?

  39. Glenn Slaven Glenn Slaven April 24th, 2008 at 7:27 pm 39

    that would be helpful, thanks – gdalziel at gmail dot com

  40. Comment Client for WordPress » Blog Archive » 12 blogs which I want to inform about commend client Comment Client for WordPress » Blog Archive » 12 blogs which I want to inform about commend client May 2nd, 2008 at 10:38 pm 40

    [...] FriendFeed Comments WordPress Plugin – Development on a Shoestring [...]

  41. J. Phil J. Phil May 5th, 2008 at 3:13 am 41

    I like this plugin so much I added it to the big loop in WP.. I <3 FriendFeed stats!

  42. links for 2008-05-06 « RabiFoot links for 2008-05-06 « RabiFoot May 7th, 2008 at 8:41 am 42

    [...] FriendFeed Comments WordPress Plugin – Development on a Shoestring This plugin will allow you to display on your own site the comments that people make on FriendFeed about your post (tags: plugin wordpress friendfeed) [...]

  43. Blogging News Blog » 7 Different Ways To Use WordPress Blogging News Blog » 7 Different Ways To Use WordPress May 12th, 2008 at 11:27 am 43

    [...] rapid loading and depending on what you tweet… fun! Prologue even allows comments. I reckon FriendFeed Comments is the perfect addition to this [...]

  44. Another tweak: FriendFeed comments plugin | AccMan Another tweak: FriendFeed comments plugin | AccMan May 14th, 2008 at 11:11 pm 44

    [...] morning I added the FriendFeed WordPress comments plugin. If you’re not familiar with FriendFeed it’s a way of aggregating all the places where [...]

  45. WordPress ? 7 ????? at ???? [zsk.akaka.com.cn] WordPress ? 7 ????? at ???? [zsk.akaka.com.cn] May 15th, 2008 at 11:15 am 45

    [...] FriendFeed Comments [...]

  46. wordpress?7????? wordpress?7????? May 17th, 2008 at 12:11 am 46

    [...] FriendFeed Comments [...]

  47. [scribkin] Scribkin’s WordPress Plugins – Let Me Show You Them [scribkin] Scribkin’s WordPress Plugins - Let Me Show You Them May 18th, 2008 at 6:42 am 47

    [...] FriendFeed Comments [...]

  48. FriendFeed And Your Personal Brand | SheGeeks FriendFeed And Your Personal Brand | SheGeeks May 20th, 2008 at 1:00 am 48

    [...] FriendFeed allows anyone who has a login to comment or like (flag as enjoyable) any update, post, bookmark, or other action that is tracked by anyone else. The comments stay within FriendFeed and are tagged with your name. Currently, these comments live within FriendFeed but, with the availability of an API, tools are being developed to bring more exposure to these comments. One of these handy utilities is the FriendFeed Comments WordPress Plugin. [...]

  49. iankennedy iankennedy May 19th, 2008 at 4:46 pm 49

    Hi Glenn,

    This is really great but I fear that I am one of the many that feed my RSS to feedburner before it gets to feedburner. If I’m reading your post correctly, this plug-in doesn’t work correctly if you use feedburner?

    Ian

  50. Glenn Slaven Glenn Slaven May 19th, 2008 at 4:50 pm 50

    Nope, it works fine, I use feedburner here, it will just have an issue if your posts on your blog have the same title. It uses the title to uniquely identify a post, so it needs unique titles for each post

  51. claudia claudia May 20th, 2008 at 6:23 am 51

    I see this plugin in sevreal super cool blogs. I want to have it in my sidebar. I followed all the instructions, have the last update from wp and the plugin, but it is not displaying anything. It connects, loads posts, but there is nothing displayed. On the debbugging mode it says

    30 entries loaded from FriendFeed
    0 entries loaded, 1 total entries stored.
    And it does have all the entries.

    Do you know what might be the problem?
    txs!
    Claudia

  52. Glenn Slaven Glenn Slaven May 20th, 2008 at 7:42 am 52

    Claudia, the plugin did need to sit inside ‘the loop’ ( http://codex.wordpress.org/The_Loop ), but I’ve just checked in an update that will allow you to put it in the sidebar (it will only work on single post pages)
    http://downloads.wordpress.org/plugin/friendfee...

    cheers

  53. Jacob Burke Jacob Burke May 26th, 2008 at 3:03 pm 53

    Great plugin, but it is causing display issues on my site. Thinking it is conflicting with Lightbox, let me know when you have an update available. Thanks!

  54. Glenn Slaven Glenn Slaven May 26th, 2008 at 5:04 pm 54

    Could you give me a bit more information about what’s happening please?
    Perhaps a link to where it’s happening?

    cheers

    2008/5/26 Disqus <>:

  55. Jacob Burke Jacob Burke May 26th, 2008 at 5:11 pm 55

    I have re-enabled the plugin on my blog, so if you head over to: http://blog.jacobburke.com and take a look, then you will see what is happening. I am getting a large black box at the top of the page and at the bottom I am seeing the lightbox overlay in a loading state.

    Thanks!

  56. Jacob Burke Jacob Burke May 26th, 2008 at 5:33 pm 56

    I have disabled the plugin again, since I was getting messages about the display issues on my blog. I have uploaded a screenshot of what the display is with the plugin enabled: http://flickr.com/photos/jacob_burke/2523084663/

    Thanks!

  57. Glenn Slaven Glenn Slaven May 26th, 2008 at 5:33 pm 57

    Jacob, which lightbox plugin are you using there?

  58. Jacob Burke Jacob Burke May 26th, 2008 at 5:38 pm 58

    I am using Lightbox 2.04, here is the link: http://wordpress.org/extend/plugins/lightbox-2-...

  59. Glenn Slaven Glenn Slaven May 26th, 2008 at 5:51 pm 59

    I seem to have found the problem. I included that plugin on my site & the
    same problem occured. Basically the lightbox plugin is explicitly including
    a version of prototype, rather than using the buillt-in wordpress function
    for including it. So it’s being included twice, which is causing the error

    I edited the lightbox.php file for the plugin to use the bult-in method & it
    seems to work. If you go here:
    http://blog.slaven.net.au/archives/2008/04/30/t... and
    click on the image in the post the lightbox should come up.

    I can send you the updated code for the lightbox plugin if you like

    2008/5/26 Disqus <>:

  60. Jacob Burke Jacob Burke May 26th, 2008 at 5:57 pm 60

    There does not seem to be an image in that post for me to test lightbox. I am very interested in the updated code. Thanks!

  61. Jeremiah Hoyet Jeremiah Hoyet May 27th, 2008 at 1:37 am 61

    Thanks! This plugin will come in handy!

  62. Shey Shey May 27th, 2008 at 3:24 am 62

    Hey Glenn, I’m getting this error on my posts:

    Warning: Invalid argument supplied for foreach() in /home2/shey/public_html/wp-content/plugins/friendfeed-comments/friendfeed-comments.php on line 356

    You can see it on my site http://www.sheysmith.com/

    Is the fix for the single quote in titles included in 1.5.3? I noticed some of my posts don’t have the FriendFeed comments section coming up.

  63. Jacob Burke Jacob Burke May 27th, 2008 at 3:43 am 63

    I used your plugin hack for Lightbox and everything is working smoothly now. Thanks again for your help on getting the plugin setup. Cheers!

  64. Jacob Burke Jacob Burke May 27th, 2008 at 7:35 am 64

    I have stumbled upon one more issue, the comments are only showing on certain posts, yet I have the code in place on the template. Any reason as to why this is happening?

  65. Glenn Slaven Glenn Slaven May 27th, 2008 at 9:27 am 65

    Yeah it should be, what version of the plugin are you running currently?

  66. Shey Shey May 27th, 2008 at 9:32 am 66

    1.5.3

  67. Glenn Slaven Glenn Slaven May 27th, 2008 at 11:03 am 67

    http://blog.jacobburke.com/2008/05/whats-separa...
    http://blog.jacobburke.com/2008/05/metoday-may-...
    The posts had their titles changed after FriendFeed picked it up, hence the loss. This is an unfortunate side-effect of using the titles as an identifier, but unfortunately there doesn’t seem to be any other option at this point

  68. Jacob Burke Jacob Burke May 27th, 2008 at 11:58 am 68

    Thanks Glenn, I appreciate the information and the quick response. Cheers.

  69. Glenn Slaven Glenn Slaven May 27th, 2008 at 4:01 pm 69

    Shey, I’ve checked in an update to version 1.5.5 that will hopefully fix your problem http://downloads.wordpress.org/plugin/friendfee...

  70. Sarah Perez and the Grand Effect | BloggerTalks Sarah Perez and the Grand Effect | BloggerTalks May 28th, 2008 at 7:49 pm 70

    [...] our publishers, we have some tools we can help them install if they’re interested – like the FriendFeed Wordpress plugin or the YackTrack plugin, for example, both of which help give readers a way to find and read more [...]

  71. Shey Shey May 28th, 2008 at 4:06 am 71

    Thanks Glenn!

    The error is gone but I still don’t see any info post. Here’s the debug error I got from the admin options:

    90 entries loaded from FriendFeed

    FriendFeed Is The Signal – FriendFeed+Is+The+Signal

    Fatal error: Cannot use string offset as an array in /home2/shey/public_html/wp-content/plugins/friendfeed-comments/friendfeed-comments.php on line 193

  72. [scribkin] YAAOF – Yet Another Article on FriendFeed [scribkin] YAAOF - Yet Another Article on FriendFeed May 29th, 2008 at 1:00 am 72

    [...] FriendFeed has its own API and already there some enterprising developers making sites that take advantage of it.  For example, FF To Go or the FriendFeed Comments Wordpress Plugin. [...]

  73. Shey Shey May 29th, 2008 at 2:04 am 73

    Problem fixed! Thanks Glenn!

  74. My FriendFeed Wishlist My FriendFeed Wishlist May 29th, 2008 at 6:10 pm 74

    [...] hours and I think it’s a great idea. I’m already using Glenn Slaven’s excellent WordPress FriendFeed plugin here at The Inquisitr, but imagine a world where Disqus and FriendFeed comments are one instead of [...]

  75. Find your friendfeed comments here | TechWinter Find your friendfeed comments here | TechWinter May 29th, 2008 at 10:43 pm 75

    [...] of this morning I have installed a rapidly maturing Friendfeed plugin.  We are only experimenting with it and so your feedback would be [...]

  76. Ben Ben May 30th, 2008 at 6:36 am 76

    Anyone have any luck making this work with the Mimbo theme?

  77. Along the Way… » Blog Archive » Did you make sure it’s plugged in? Along the Way… » Blog Archive » Did you make sure it’s plugged in? June 1st, 2008 at 7:12 am 77

    [...] I am, following Glenn Slaven’s installation instructions to install his FriendFeed Comments plugin, and I can’t seem to make it work. I’ve been moving the template tag all around, [...]

  78. Mark Krynsky Mark Krynsky June 1st, 2008 at 5:39 am 78

    First off, thanks for a great plugin. I seem to be having an issue with it not properly displaying likes. Here are 2 examples that I verified loaded when in debug:

    Example 1

    Blog Page:
    http://lifestreamblog.com/unique-custom-lifestr...
    FriendFeed Page:
    http://friendfeed.com/e/7ddf2d4f-5d94-053a-4913...

    Example 2

    Blog Page:
    http://lifestreamblog.com/how-to-find-local-twi...
    FriendFeed Page:
    http://friendfeed.com/e/23290cb3-fcff-58f2-1c11...

    Also, I have several services added as a blog on FF & I left the setting for “FriendFeed Servicename” as “blog”.

  79. FriendFeed API FriendFeed API June 1st, 2008 at 10:41 pm 79

    [...] WordPress ?????????? FriendFeed Comments ????? FriendFeed [...]

  80. Testing the FriendFeed Comments plugin – Matthew Gifford Testing the FriendFeed Comments plugin - Matthew Gifford June 2nd, 2008 at 8:43 am 80

    [...] is a test post to see what the FriendFeed Comments WP plugin looks like. 6/1/2008 2:43 PM | Tags: FriendFeed, WordPress | Trackback No [...]

  81. Matthew Gifford Matthew Gifford June 2nd, 2008 at 9:42 am 81

    Thanks for the plugin, Glenn.

    I did encounter one problem, in render_comment() in friendfeed-comments.php, though. The date() function doesn’t like the formatting of $comment->date and is causing all comments to display December 31, 1969. Adding the following line before $time is set fixes the problem.

    $comment->date = strtotime(str_replace(‘T’, ‘ ‘, $comment->date));

  82. Glenn Slaven Glenn Slaven June 2nd, 2008 at 10:49 am 82

    That’s odd because the FriendFeed API is supposed to be returning a
    timestamp (see ~ line 238 in the friendfeed.php file) have you got a
    different version of that file included somewhere else on your site?

    2008/6/2 Disqus <>:

  83. Matthew Gifford Matthew Gifford June 2nd, 2008 at 11:18 am 83

    I see in the code where that’s supposed to be happening. All I know is that when it’s time to render the comment, $comment->date is in ISO 8601.

  84. Glenn Slaven Glenn Slaven June 2nd, 2008 at 11:25 am 84

    That’s really wierd, I’ve never seen that before. Can you send me the debug
    info when you click save on the settings page? gdalziel at gmail.com I’ll
    see if it’s something dodgy in my code

    2008/6/2 Disqus <>:

  85. Matthew Gifford Matthew Gifford June 2nd, 2008 at 11:36 am 85

    Sent.

  86. Glenn Slaven Glenn Slaven June 2nd, 2008 at 11:47 am 86

    Mark I’ve just updated the plugin to allow you to manually link up the FriendFeed items with your posts if the plugin is failing to do it automatically. See http://blog.slaven.net.au/archives/2008/06/02/o... for details, the update is available now from the WordPress plugin site.

    cheers

  87. Switching To Blogging 2.0 Switching To Blogging 2.0 June 3rd, 2008 at 4:05 pm 87

    [...] see FriendFeed at the bottom about 15 minutes after this goes live). Glenn Slaven’s excellent FriendFeed Comments WordPress Plugin is highly recommended. The conversation is going to take place with or without you, why not embrace [...]

  88. Mark Krynsky Mark Krynsky June 3rd, 2008 at 3:32 am 88

    Thanks Glenn, I upgraded and the manual linkage works.

  89. Jake Fudge Jake Fudge June 3rd, 2008 at 11:35 am 89

    I agree! I’m using Tumblr for my blog so a nice bit of HTML’ing would be right up my alley :¬D

    I really like what Glenn has done for his plugin, really slick.

  90. JohnB JohnB June 8th, 2008 at 2:07 pm 90

    I can’t get it working on WP 2.5.1 ,.. no matter what I try :( does look promising though.

  91. Glenn Slaven Glenn Slaven June 8th, 2008 at 9:59 pm 91

    John could you give me a link back to your site & a few more details about what’s going wrong?

  92. My Comments, Your Comments | Not So Relevant My Comments, Your Comments | Not So Relevant June 11th, 2008 at 9:28 am 92

    [...] blog posts, Flickr photos, and other shared items in their lifestream. There is also a WordPress plugin available which shows comments from FriendFeed to the related posts on your blog. Disqus is a blog [...]

  93. Paul OFlaherty Paul OFlaherty June 11th, 2008 at 7:53 am 93

    Also having the same issue on 2.5.1, nothing appears to be happening when it is installed, activated, username put in, and tag placed in single.php.

    Will leave it activated on my blog. http://blog.oflaherty.dk

    Actuall, this post I know has FF comments : http://blog.oflaherty.dk/2008/06/10/is-blogging...

    Thanks, am looking forward to getting this working :)

  94. DrumGit, Curtis Cunningham’s blog. / links for 2008-06-15 DrumGit, Curtis Cunningham’s blog. / links for 2008-06-15 June 16th, 2008 at 10:33 am 94

    [...] FriendFeed Comments WordPress Plugin – Development on a Shoestring (tags: FriendFeed blogging wordpress plugin) [...]

  95. There Must Be 50 Ways to Leave Your Twitter | Evil Genius Chronicles There Must Be 50 Ways to Leave Your Twitter | Evil Genius Chronicles June 16th, 2008 at 2:27 pm 95

    [...] Twitter, you can check a box and have it posted back to Twitter. Also, I have found out there is this Wordpress plugin to show FriendFeed comments on posts. I have now installed it on this blog, so if you look at any post with FF comments you [...]

  96. Use Social Media Tools to Put the Social Back in Social Media Use Social Media Tools to Put the Social Back in Social Media June 25th, 2008 at 3:56 am 96

    [...] FriendFeed Comments Wordpress Plugin [...]

  97. FriendFeed Comments on Laughing Squid | Laughing Squid FriendFeed Comments on Laughing Squid | Laughing Squid June 25th, 2008 at 6:57 am 97

    [...] I installed the excellent FriendFeed Comments WordPress Plugin on this blog, which adds an expandable section just above the comments showing all the Likes and [...]

  98. More Web Services and WordPress Plugins Worth Checking Out : The Blog Herald More Web Services and WordPress Plugins Worth Checking Out : The Blog Herald June 26th, 2008 at 1:48 am 98

    [...] FriendFeed Comments WordPress Plugin [...]

  99. MT Hacks MT Hacks June 27th, 2008 at 1:49 am 99

    Import FriendFeed Comments…

    FriendFeed Comments is a plugin for Movable Type that enables you to import and display comments made using FriendFeed on your entries. You can also use the plugin to enable your blog commenter to “Cc.” their comments to FriendFeed (if……

  100. Twitter is Old and Busted. FriendFeed is the New Hotness. at Josh Bancroft’s TinyScreenfuls.com Twitter is Old and Busted. FriendFeed is the New Hotness. at Josh Bancroft’s TinyScreenfuls.com June 28th, 2008 at 7:41 am 100

    [...] the discussion around this post that’s happening there. That’s why I’ve installed Glenn Slavin’s excellent FriendFeed Comments WordPress Plugin. If you are looking at this post on its own page, where you can see the “normal” [...]

  101. Top 30 FriendFeed Users Based on Google Ranking | Lifestream Blog Top 30 FriendFeed Users Based on Google Ranking | Lifestream Blog June 28th, 2008 at 11:31 am 101

    [...] came across an amusing post by Glenn Slaven (author of the great FriendFeed Comments Wordpress Plugin) where he had discovered that 2 FriendFeed users (Deepak & Kevin,) appeared in Google’s [...]

  102. FriendFeed Wordpress Plugin | LucaFiligheddu.com FriendFeed Wordpress Plugin | LucaFiligheddu.com June 29th, 2008 at 1:40 am 102

    [...] can download this plugin from here. Check it out, it’s really worth [...]

  103. davidsim davidsim June 28th, 2008 at 9:30 pm 103

    Had to make a couple of hacks, as prototype seems to conflict with Mootools, used by my blog template. Not your problem!

    Great work – blog now displaying comments from FriendFeed, which keeps everything together on the blog.

    For example : http://4tm-services.com/2008/06/26/oh-wow-analy...

    Thanks.

  104. Glenn Slaven Glenn Slaven June 28th, 2008 at 9:48 pm 104

    Great to hear David, thanks.

    I’ve also found it conflicts with JQuery. I’d really appreciate it if you could send me the changes you had to make for it to work with Mootools, I’ m looking to let the user pick between the 3 in a future version, hopefully remove these problems!

    cheers

  105. sbspalding sbspalding June 29th, 2008 at 5:10 am 105

    Hey Glenn, I’m having a bit of an issue with the plugin. I installed it, updated it and put the template tag into the loop on the single.php and nothing at all has shown up on any of my posts. I waited an hour just in case it had something to do with caching, but still nothing. I tried debug, and it looks like it’s importing properly but I am not sure why the widget doesn’t appear at all.

    The site is http://www.howtosplitanatom.com, any advice would be greatly appreciated.

  106. Glenn Slaven Glenn Slaven June 29th, 2008 at 6:50 am 106

    Hey steve, the problem is that on friendfeed the blog has a www. in front of the url, where as on your site it doesn’t, so the plugin doesn’t know it’s the same site. If you drop the www from the url on friendfeed it should fix it.
    cheers

  107. sbspalding sbspalding June 29th, 2008 at 6:54 am 107

    Thanks Glenn!

  108. sbspalding sbspalding June 29th, 2008 at 7:14 am 108

    Just made the changes, still no good unfortunately. :(

  109. Glenn Slaven Glenn Slaven June 29th, 2008 at 8:18 am 109

    Sorry, I should have mentioned you need to click the ‘Reset comments/likes’ in the settings page to clear out the old info.

  110. Friendfeed comments | Bakkel dot com Friendfeed comments | Bakkel dot com June 30th, 2008 at 12:22 am 110

    [...] Friendfeed meer zichtbaar te maken heb ik een plugin geïnstalleerd die eventuele reacties en ‘likes‘ onder een post laat zien. Kijk hier voor een [...]

  111. sbspalding sbspalding June 29th, 2008 at 11:55 am 111

    Done and done, still nothing unfortunately. Even if it wasn’t loading
    likes/comments shouldn’t the widget appear somewhere?

  112. Glenn Slaven Glenn Slaven June 29th, 2008 at 4:43 pm 112

    No, until it loads comments, it doesn’t display anything. If you go into the settings & tick the show debug box down the bottom then click reset again, it should dump a lot of text to screen. If you could copy that & send it to me I should be able to see what’s going on.
    gdalziel at gmail dot com

  113. Glenn Slaven Glenn Slaven June 29th, 2008 at 10:59 pm 113

    Hi, I’ve just checked in an update which may help, you can grab it from here: http://downloads.wordpress.org/plugin/friendfee...

    You’ll need to click the ‘reset comments/likes’ button again after installing the update, this new version treats http://foo.com/ & http://www.foo.com/ as the same domain, so hopefully this should sort it out.

  114. sbspalding sbspalding June 30th, 2008 at 3:23 am 114

    Worked like a charm, thanks Glenn!

  115. Fountain Pens and Handmade Paper » Blog Archive » links for 2008-06-30 Fountain Pens and Handmade Paper » Blog Archive » links for 2008-06-30 July 1st, 2008 at 8:32 am 115

    [...] FriendFeed Comments WordPress Plugin This plugin will allow you to display on your own site the comments that people make on FriendFeed about your post. (tags: wordpress plugin friend friendfeed mlf) These icons link to social bookmarking sites where readers can share and discover new web pages. [...]

  116. FriendFeed: A Guide for Twitter Users | Stay N’ Alive FriendFeed: A Guide for Twitter Users | Stay N' Alive July 1st, 2008 at 4:38 pm 116

    [...] compares with this or can compare with this, but it does demonstrate the power of FriendFeed. The FriendFeed comments plugin enables you as a blogger to allow your readers to comment to the blog post right on FriendFeed, and [...]

  117. Movable Type Plugin Connects FriendFeed Comments With Your Blog Movable Type Plugin Connects FriendFeed Comments With Your Blog July 4th, 2008 at 5:52 am 117

    [...] enable comments to flow back and forth between the two services, while Glenn Slaven has developed a plugin that WordPress bloggers can install to bridge comments with [...]

  118. Movable Type Plugin Connects FriendFeed Comments With Your Blog | World News Movable Type Plugin Connects FriendFeed Comments With Your Blog | World News July 4th, 2008 at 6:38 am 118

    [...] enable comments to flow back and forth between the two services, while Glenn Slaven has developed a plugin that WordPress bloggers can install to bridge comments with [...]

  119. Dave Gray Dave Gray July 3rd, 2008 at 3:08 pm 119

    Nice work, goin on the new site.

  120. Glenn Slaven Glenn Slaven July 3rd, 2008 at 3:19 pm 120

    Cool, what’s the new site?

  121. Vos Commentaires FriendFeed sur votre blog MovableType Vos Commentaires FriendFeed sur votre blog MovableType July 4th, 2008 at 7:31 am 121

    [...] solution s’offrent à vous comme le récent partenariat entre Disqus et Plaxo ou encore le plugin WordPress de Glenn Slaven. Lien [...]

  122. Reblog » Movable Type Plugin Connects FriendFeed Comments With Your Blog Reblog » Movable Type Plugin Connects FriendFeed Comments With Your Blog July 4th, 2008 at 10:39 am 122

    [...] enable comments to flow back and forth between the two services, while Glenn Slaven has developed a plugin that WordPress bloggers can install to bridge comments with [...]

  123. seriouslytech » Blog Archive » ReadWriteWeb Integrates FriendFeed & Twitter Into Our Comments seriouslytech » Blog Archive » ReadWriteWeb Integrates FriendFeed & Twitter Into Our Comments July 4th, 2008 at 11:13 am 123

    [...] to show up on ReadWriteWeb posts as comments – and vice versa! Note that there is a similar Wordpress plug-in, developed by Glenn [...]

  124. Friendfeed for Comments « Wir sprechen Online. Friendfeed for Comments « Wir sprechen Online. July 4th, 2008 at 3:28 pm 124

    [...] WordPress RWW integrates Friendfeed for its comments: There are plug-ins for Moveable Type and WordPress; http://is.gd/LF5 [...]

  125. UBD Money Maker Theme and Expected Blog Content | SheenOnline UBD Money Maker Theme and Expected Blog Content | SheenOnline July 4th, 2008 at 5:52 pm 125

    [...] FriendFeed Comments plugin to the “Single” [...]

  126. KnightKnetwork KnightKnetwork July 4th, 2008 at 2:28 am 126

    I’m seeing this too Glen, is it a firendfeed problem?

  127. » I commenti di FriendFeed direttamente sul vostro blog Schininà.it – LogBook » Blog Archive » I commenti di FriendFeed direttamente sul vostro blog Schininà.it - LogBook » Blog Archive July 5th, 2008 at 12:45 am 127

    [...] il Plugin Wordpress sviluppato da Glenn Slaven (ne usiste uno per Movable Type, se usate un’altra [...]

  128. ReadWriteWeb Integrates FriendFeed Into Our Comments | Techno Portal ReadWriteWeb Integrates FriendFeed Into Our Comments | Techno Portal July 5th, 2008 at 1:23 am 128

    [...] to show up on ReadWriteWeb posts as comments – and vice versa! Note that there is a similar Wordpress plug-in, developed by Glenn [...]

  129. Khürt Williams Khürt Williams July 4th, 2008 at 8:42 pm 129

    Fantastic!

  130. Khürt Williams Khürt Williams July 4th, 2008 at 8:42 pm 130

    Fantastic!

  131. azzam azzam July 5th, 2008 at 1:54 am 131

    Just wanted to make aware that if anyone is interested in the friendfeed rooms sidebar plugin then to download it here:

    http://rapidfireblog.com/2008/06/09/friendfeed-...

  132. azzam azzam July 5th, 2008 at 1:54 am 132

    Just wanted to make aware that if anyone is interested in the friendfeed rooms sidebar plugin then to download it here:

    http://rapidfireblog.com/2008/06/09/friendfeed-...

  133. AllisonR AllisonR July 5th, 2008 at 5:44 am 133

    I am trying to install but am getting

    Error: Unable to retrieve content from FriendFeed. The API may be down or there may be connectivity problems

    Is anyone having issues with the FF api…?

  134. AllisonR AllisonR July 5th, 2008 at 5:44 am 134

    I am trying to install but am getting

    Error: Unable to retrieve content from FriendFeed. The API may be down or there may be connectivity problems

    Is anyone having issues with the FF api…?

  135. paulmccord paulmccord July 5th, 2008 at 6:44 am 135

    Exactly where does the <?php wp_ffcomments(); ?> tag go?

  136. paulmccord paulmccord July 5th, 2008 at 6:44 am 136

    Exactly where does the <?php wp_ffcomments(); ?> tag go?

  137. ergänzung der kommentare durch friendfeed – schorleblog ergänzung der kommentare durch friendfeed - schorleblog July 6th, 2008 at 4:21 am 137

    [...] das aggregat aus vielen eigenen spuren auch neue, fremde pfade1 bietet, ergänze ich dank des friendfeed-comments-plugins von glenn slaven seit kurzem mein blog durch den verweis auf die reaktionen bei friendfeed. dort [...]

  138. AllisonR AllisonR July 6th, 2008 at 4:33 pm 138

    Ok fixed the api issue (case sensitive bah!!) . Still don’t think I have things right though

    page.php loop now looks like

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <h1><?php the_title(); ?></h1>

    <?php the_content(__(‘[Read more]‘));?>

    <?php wp_ffcomments(); ?>

    <?php endwhile; else: ?>

    <?php _e(‘Sorry, no posts matched your criteria.’); ?>

    <?php endif; ?>

    But no comments seem to be filling the comment boxes (I have that set as the default)… have I got it in the right place? Ideas?

  139. AllisonR AllisonR July 6th, 2008 at 4:33 pm 139

    Ok fixed the api issue (case sensitive bah!!) . Still don’t think I have things right though

    page.php loop now looks like

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <h1><?php the_title(); ?></h1>

    <?php the_content(__(‘[Read more]‘));?>

    <?php wp_ffcomments(); ?>

    <?php endwhile; else: ?>

    <?php _e(‘Sorry, no posts matched your criteria.’); ?>

    <?php endif; ?>

    But no comments seem to be filling the comment boxes (I have that set as the default)… have I got it in the right place? Ideas?

  140. 7 Different ways to use wordpress | Web Design Resources 7 Different ways to use wordpress | Web Design Resources July 7th, 2008 at 11:04 am 140

    [...] slick, fast loading and depending on what you tweet… fun! Prologue even allows comments. I reckon FriendFeed Comments is the perfect addition to this [...]

  141. Glenn Slaven Glenn Slaven July 6th, 2008 at 10:28 pm 141

    Paul. it generally goes on the single.php template. It doesn’t really matter where, it should work where ever you put it

  142. Glenn Slaven Glenn Slaven July 6th, 2008 at 10:28 pm 142

    Paul. it generally goes on the single.php template. It doesn’t really matter where, it should work where ever you put it

  143. Movable Type Plugin Connects FriendFeed Comments With Your Blog | Social Media News Desk Movable Type Plugin Connects FriendFeed Comments With Your Blog | Social Media News Desk July 7th, 2008 at 7:55 pm 143

    [...] enable comments to flow back and forth between the two services, while Glenn Slaven has developed a plugin that WordPress bloggers can install to bridge comments with [...]

  144. chartier chartier July 7th, 2008 at 7:16 am 144

    Anyone experienced this plugin getting trumped by using Disqus comments? I installed 1.6.4 on my blog, but the one “like” and comment from FriendFeed isn’t appearing on it: http://davidchartier.com/blog/2008/07/05/book-o...

    I’ve tried disabling the Prototype javascript, but still not seeing anything.

  145. chartier chartier July 7th, 2008 at 7:16 am 145

    Anyone experienced this plugin getting trumped by using Disqus comments? I installed 1.6.4 on my blog, but the one “like” and comment from FriendFeed isn’t appearing on it: http://davidchartier.com/blog/2008/07/05/book-o...

    I’ve tried disabling the Prototype javascript, but still not seeing anything.

  146. chartier chartier July 7th, 2008 at 11:04 am 146

    Never mind, my bad. I wasn’t adding your plugin’s tag to single.php. Got it fixed.

  147. chartier chartier July 7th, 2008 at 11:04 am 147

    Never mind, my bad. I wasn’t adding your plugin’s tag to single.php. Got it fixed.

  148. r4ds r4ds July 7th, 2008 at 4:55 pm 148

    Great,I really need this Plugin,thank you very much!

  149. r4ds r4ds July 7th, 2008 at 4:55 pm 149

    Great,I really need this Plugin,thank you very much!

  150. AllisonR AllisonR July 7th, 2008 at 9:12 pm 150

    I would really love to get this plugin going but I cannot seem to make it work. Are there any suggestions about why this may not be working ?

    I posted the loop below, is that constructed correctly?
    I can see the tabs in the edit section of each post and manually put the post title in.
    The debugger shows it is pulling information from friendfeed (see below) but nothing is getting updated in the comments section (hence my loop question)
    [8] => stdClass Object
    (
    [updated] => 1215421659
    [service] => stdClass Object
    (
    [profileUrl] => http://allisonreynolds.com/blog
    [iconUrl] => http://friendfeed.com/static/images/icons/blog….
    [id] => blog
    [name] => Blog
    )

    [title] => Just When It All Seems Too Much
    [media] => Array
    (
    )

    [comments] => Array
    (
    )

    [link] => http://feeds.feedburner.com/~r/FourHourWorkWeek...
    [likes] => Array
    (
    [0] => stdClass Object
    (
    [date] => 1215424950
    [user] => stdClass Object
    (
    [profileUrl] => http://friendfeed.com/thisguydoug
    [nickname] => thisguydoug
    [id] => 5add4fe8-36a2-11dd-bbee-003048343a40
    [name] => Doug Smith
    )

  151. AllisonR AllisonR July 7th, 2008 at 9:12 pm 151

    I would really love to get this plugin going but I cannot seem to make it work. Are there any suggestions about why this may not be working ?

    I posted the loop below, is that constructed correctly?
    I can see the tabs in the edit section of each post and manually put the post title in.
    The debugger shows it is pulling information from friendfeed (see below) but nothing is getting updated in the comments section (hence my loop question)
    [8] => stdClass Object
    (
    [updated] => 1215421659
    [service] => stdClass Object
    (
    [profileUrl] => http://allisonreynolds.com/blog
    [iconUrl] => http://friendfeed.com/static/images/icons/blog….
    [id] => blog
    [name] => Blog
    )

    [title] => Just When It All Seems Too Much
    [media] => Array
    (
    )

    [comments] => Array
    (
    )

    [link] => http://feeds.feedburner.com/~r/FourHourWorkWeek...
    [likes] => Array
    (
    [0] => stdClass Object
    (
    [date] => 1215424950
    [user] => stdClass Object
    (
    [profileUrl] => http://friendfeed.com/thisguydoug
    [nickname] => thisguydoug
    [id] => 5add4fe8-36a2-11dd-bbee-003048343a40
    [name] => Doug Smith
    )

  152. Feedly’s FriendFeed Aggregation [Do Want] | Bwana.org Feedly’s FriendFeed Aggregation [Do Want] | Bwana.org July 9th, 2008 at 5:35 am 152

    [...] love this feature. I love it so much, I want it on my blog. While Intense Debate and Glenn Slaven have done great work with pulling in FriendFeed comments to Wordpress, I want what Feedly has. I [...]

  153. adondai adondai July 9th, 2008 at 2:08 am 153

    Hey awesome work with this plugin!
    Hey awesome work with this plugin!

    Looks fantastic, so simple to set up and so far… seems to work fine =P

    Out of curiosity, is it possible to do this kind of thing with other services? For example having a similar plugin for Stumbleupon reviews, or Digg comments, or even Plurk responses =)

  154. adondai adondai July 9th, 2008 at 2:08 am 154

    Hey awesome work with this plugin!
    Hey awesome work with this plugin!

    Looks fantastic, so simple to set up and so far… seems to work fine =P

    Out of curiosity, is it possible to do this kind of thing with other services? For example having a similar plugin for Stumbleupon reviews, or Digg comments, or even Plurk responses =)

  155. Daily Digest | Get A New Browser Daily Digest | Get A New Browser July 10th, 2008 at 11:32 pm 155

    [...] FriendFeed Comments WordPress Plugin – Development on a Shoestring This plugin will allow you to display on your own site the comments that people make on FriendFeed about your post. I keep trying to think of a more succinct way of writing that but I can’t. It always sounds more confusing than it is. (tags: friendfeed plugin wordpress) [...]

  156. jshultz jshultz July 13th, 2008 at 2:37 am 156

    i’m using the OpenBook 2.2 theme and for some reason it’s not compatible with the friendfeed plugin. When I add the friendfeed plugin to it, the rotating graphic in the center of the page gets all messed up. In FF3 it quits scrolling and on IE8 it just spills out down the page.

    I’m using wordpress 2.6B3.

  157. jshultz jshultz July 13th, 2008 at 2:37 am 157

    i’m using the OpenBook 2.2 theme and for some reason it’s not compatible with the friendfeed plugin. When I add the friendfeed plugin to it, the rotating graphic in the center of the page gets all messed up. In FF3 it quits scrolling and on IE8 it just spills out down the page.

    I’m using wordpress 2.6B3.

  158. Jason Harris Jason Harris July 15th, 2008 at 3:05 am 158

    when I try to activate this, I get an error relating to a table not existing. here are the errors:

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    TRUNCATE TABLE tc_friendfeedcomments ;

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘9f3613b6-b475-1396-ccbf-e9a6041ebe2c’, ‘TruPhone Launches iPhone VoIP App, and It’s Missing a Feature’, ‘a0f810cfb8a3106d67f2e4192290c4ca’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘a9bf84d4-39fa-0cf2-16c1-93501d0088b5′, ‘The E71 Might Be Enough to Make Me Switch to AT&T’, ‘500c323e3dfd5da9f6e0dc001572fa93′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘3936300f-a332-b2f3-b8a5-1bbd3d8ce8d9′, ‘Just Received a Nokia E71: This Thing is a Hot Handset’, ‘4b824ae764557b4bfc1a824e09fcc232′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘7e466302-f898-aefa-8997-623df328f3f0′, ‘Mobile OS Wars and The Smartphone Market: Should Microsoft Open Source Windows Mobile?’, ‘37a0a815b27183aebae55dfe89a9092e’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘aee53477-79e6-3f53-caa7-85c1cbf69403′, ‘More Storms in the Cloud: Google Docs Suffers Downtime’, ‘50a1e38acba03ea33855e2af3ee55b5d’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘8967aa5e-1d2a-a320-cab9-47702e5c94e5′, ‘Google Maps Trials Walking Directions, I Want It On The Mobile Version’, ‘1447ed31bb4ed4cccee5389c9d55e0a1′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘ccfeeca0-976b-51c9-d8a7-851bea6703e9′, ‘Boingo Releases Client for Mac’, ‘9e2d9912b04251e74e9de27a96b6039b’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘ef2ccad1-5d04-9661-0de9-211d8887e4da’, ‘Will Apps Like Qik Will Bring Us Metered Mobile Data?’, ‘61f596b561174232a2406dac51771d2e’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘c01d3301-6531-6014-4459-461db55b0254′, ‘Happy Independence Day!’, ‘04e6d900ac27ade767be2f1c50f21237′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘296e0047-8644-5ac6-ed53-30d6ff53cd95′, ‘How Much Are You Willing To Pay for SMS?’, ‘41d2ee4304592a605c70e8469ee63c1c’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘81a18c80-45d8-6e21-5d85-3931314c2000′, ‘Yelp Continues to Rock’, ‘453fa8a073170f2441e0c8c6ea7564a4′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘5bbf38dd-5f8a-1da2-02b4-0078604e9cd2′, ‘Google Goes Multi-Modal with Voice Powered Search on Mobiles’, ‘cb5262992d71dba91eefeb56a9e2cb9b’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘146ca0bf-c08a-c2f2-7c54-7da082dd0e52′, ‘Europeans Do Without Landlines, and Love It’, ‘eaad15226c5240b5883c9d6142142141′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘850dd0b7-8043-2b81-6491-95e3acffe366′, ‘ASUS Eee PCs TO Get Larger Keyboards’, ‘f5cf4dc9289df02a99c5b9633250ee71′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘8a10f8dc-fdb8-f9db-8551-76d68977bbb4′, ‘Dell Launches SightSpeed-Powered Video Conferencing on PCs’, ‘90384fdcd661b237cf72471ddf53f86f’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘dc56a623-e35a-0c20-96a0-6b2138bb6b9d’, ‘Help Me Understand Techmeme and Their Selection Process’, ‘0c16a4a9de08b520dadd584fb17b242d’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘819ba7d6-4a60-f524-d408-1753a265cc82′, ‘Virgin Mobile Lures Customers with $79.99 Unlimited Plan’, ‘a06e96e4c29248100892b25760da3ba2′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘bc6c58ad-8717-b399-6b32-6ed0dfcf7cbb’, ‘Nokia and Symbian, An Analysis of Today’s News’, ‘44a057bf5a649bcff506e7e28fb5e329′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘ca65ce06-f7b0-f67b-72d9-6a357b372fa0′, ‘Huge News: Nokia Acquires Symbian’, ‘0e74342c408ac52c89a2edc7db1c5399′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘0b6deb9c-2afb-9677-b478-91a8073a52d2′, ‘Jazinga: Funny Name, Killer Product Concept for Small/Home Businesses’, ‘af8224786548a31e8e9d908b7cbe4471′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘ce1442b8-f2b8-645f-db6a-bbe9e50f3598′, ‘Location Based Services Becoming Real: Nokia Acquires Plazes’, ‘5e5d160dc391366bac58e9601eaad630′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘1f475e9b-ab3d-906d-6bc3-ca2e52d3cc09′, ‘Breaking Silos: Take Your Cell Phone’s Contacts Into Skype’, ‘37968f5bc3bd91d5b1409600e26bacff’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘d30cd0f4-e093-0558-20a8-4b9a5516b983′, ‘Get Your Mobile Messaging On With Palringo’, ‘07e356c6226203f884eb3020932fb685′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘14f21e52-3504-d3af-3519-aedeab75ee37′, ‘€1 iPhone: No, Germans, Don’t Do It!’, ‘f315b45e7ea2d49dcf43d38931a141e7′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘89424ee8-356a-0ac3-989e-05c09f38f3cf’, ‘The Internet is Taking Us Beyond the 5 o’clock Sound Bite News’, ‘8af4b0775e99cdb0ebbba5932338b0ff’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘48105061-388a-b663-17e3-fc62b4157e13′, ‘Nokia Means Business: E71 and E66 Released’, ‘4b2a8060a33c2d42f4342df6135aad97′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘713ac0a2-9c4f-5535-6abf-8a8e7be693bd’, ‘Thoughts in iPhone 3G(PS)’, ‘ae9c4ca51a8cac2e5b9253396bf5b494′, null, ‘a:0:{}’, ‘a:1:{i:0;O:8:”stdClass”:2:{s:4:”date”;s:20:”2008-06-12T18:39:25Z”;s:4:”user”;O:8:”stdClass”:4:{s:10:”profileUrl”;s:27:”http://friendfeed.com/ryanw”;s:8:”nickname”;s:5:”ryanw”;s:2:”id”;s:36:”98aa6d48-e4ad-11dc-ab4e-003048343a40″;s:4:”name”;s:6:”Ryan W”;}}}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘c62e3118-b165-66a3-c2ce-cf70846e6da8′, ‘Google Makes a Further Mobile Play with Picasa’, ‘e7502712ca30d0fa5eaf7477b1f4a7b0′, null, ‘a:0:{}’, ‘a:1:{i:0;O:8:”stdClass”:2:{s:4:”date”;s:20:”2008-06-12T18:38:52Z”;s:4:”user”;O:8:”stdClass”:4:{s:10:”profileUrl”;s:27:”http://friendfeed.com/ryanw”;s:8:”nickname”;s:5:”ryanw”;s:2:”id”;s:36:”98aa6d48-e4ad-11dc-ab4e-003048343a40″;s:4:”name”;s:6:”Ryan W”;}}}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘94af8c35-b092-f110-3727-0e1b90fe1bd3′, ‘Has Anyone Noticed Google’s New Favicon’, ‘932620f3ecb91cdaf9b839e8382f434b’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘7b195593-7562-3b75-99c7-719adefae576′, ‘Strands.com Trys Social Aggregation’, ‘b55e30f05293a745299665e19ee39322′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘1883fac3-7977-0614-d6d1-d913d9b9fba2′, ‘Samsung SCH-i760 Review’, ‘f3deee83bc39993095c9985eca7907b9′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘1fdf7ec3-f675-e2ce-647d-8cb7d427856e’, ‘The N82 Has Landed – Initial Impressions’, ‘06e2b0abaabbc37f939d6eba368879a6′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘c7d677ff-fef2-c4d4-3184-635b0b15700c’, ‘A Local Boy Does Well – Strands Acquires NetworthIQ’, ‘86dd47054b19193aa99511f19991bedf’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘f3bdc8e8-82ea-ef97-119d-f4862fcacd75′, ‘Microsoft Wants To Own 40% of SmartPhone Market’, ‘11758481f61a9d9622dd18f58e39de8f’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘3e0cff85-1dc5-5819-b6b4-2f1117dbd0a5′, ‘What’s the Next Big Thing for Telcos?’, ‘6d7aa8a33c19e6ead897ba9150c2aa24′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘5348f234-abf0-d767-60d5-ff1b2dea7bd7′, ‘Conciderably Dissapointed in T-Mobile’s 3G in the USA’, ‘5ab409e4a6c7f70cc8be1e929387a9ba’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘d570743e-662d-d356-a438-ddc42bd55ad4′, ‘Analyzing the Sprint/ClearWire Deal’, ‘0f24ee7f5437673acd1513827c80f19d’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘12b46913-830f-0876-74c0-8ae4d5e9207d’, ‘Mac Ads Used As Parody for Political Ad for Oregon Att. General’, ‘ac04868d14bdba3ede710374a86f3a6c’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘957ce0f3-ec81-0abd-de2e-635aef4f1421′, ‘Nokia launches new blog’, ‘4461d56da70f0d76fe6c91015ce1e33c’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘f6dffd8f-1eb4-4af9-c30f-e33b643f231a’, ‘Jive’s Clearspace is a knock-out product’, ‘b5131b1497b36555e52c913901118372′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘211649d4-1b68-9307-58cc-ac4f4574e6c7′, ‘Got Linux? Then Get AIR!’, ‘bb976f5b9115fbd544b0ea000efecd6f’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘434de199-c347-4956-f64e-94021a07aa11′, ‘Techcraver review: Nokia E61i’, ‘c20b5b5c880c377bda7867c37a9a185e’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘e4224409-3404-c999-5f6a-0e1aa1fb80a1′, ‘IRS Stimulus Payment Schedule’, ‘3e98ddcd3ffdd340ce569876e173c6bf’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘cec013eb-5f4d-196f-db0c-197a83048829′, ‘Techcraver review: TiVo HD’, ‘aa6553e05e69fcb664b3958f62e2d040′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘6db2fd35-1c79-17d7-90de-bfa2188b0a1d’, ‘DropBox makes sharing files super easy’, ‘57a5737bfd11324ffe06b03668fee6e3′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘1ac38a84-2c9c-ecd1-80fd-124da78802fd’, ‘Sweet! I made TechMeme’, ‘d33afee7d148eb0575797ac32c74ea8c’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘42e85d9a-4282-4e2b-72e2-562474844e4a’, ‘Nokia N95 8GB Review’, ‘36a2900802d7114782b7c85b90da2f12′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘9c28574b-fa6b-fab9-c5b7-6466b43fb3b0′, ‘Whoa! Something *is* happening at GrandCentral’, ‘36f5f318c6d173b8dac26ea5849783e7′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘16d33a22-4258-ca16-f161-09316a38310d’, ‘Great News! Now writing in a new place’, ‘bc4bb02dc1fbb8ba6f543843d26444c6′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘638c2610-f85e-0f7c-cf80-cf848f22fdef’, ‘Ignite Portland 2 in one word: WOW!’, ‘c42c4ee7868336f77d29eab8b1843819′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘34949386-407e-c1b5-1b46-8c3b01c18171′, ‘Oregon getting a sweet ethanol plant’, ‘957d97132217ec0ba9de18025c00f367′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘2203f446-d9b5-c4a9-44c8-d2a68b61e874′, ‘Yahoo announces support for OpenID!’, ‘2c705c3fc3c39893a5de093902bd2eaf’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘8066d62d-80ba-ecb4-3e79-caf7c0e88396′, ‘MacWorld is coming up, but don’t get stupid with rumors’, ‘80875b7af0289ebe418362bd004cc6ef’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘617b9c04-54d1-d6e0-545d-6d9b4906558e’, ‘Blogging Accomplishment’, ‘7eb57ba0dd8af0cb2f64629e482b9953′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘ede635c6-5435-763a-c11c-bd1f19932658′, ‘How NOT to promote a product’, ‘4f10db9afa04e38f376b3f81bc3f5596′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘eef63d8a-3d69-91d9-7c05-51782454e360′, ‘Sorry Pownce, I just don’t have time’, ‘3efa414373fb04c348f8363810241184′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘ba071691-9f8e-1ee0-0624-a3fc39d1d480′, ‘Qik is an awesome mobile app for your Nokia Nseries phone’, ‘22aae00bbb9a83df6b5b1660cf0dda57′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘b5bbe6f1-916f-2003-36f0-cb1cb428d0c2′, ‘One take on the top technologies of 2007′, ‘7f93809629699e8759dae280c017a29c’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘06246ff5-3424-7b14-ee36-178c633aaf00′, ‘I’m Download Squad’s Newest Blogger’, ‘1ecee570e1cb0331ce1ca2aab0fc0a0b’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘c80e38bf-5d71-1bc1-9d36-95fbc4dba09c’, ‘RIP:Netscape Navigator’, ‘56103b98c589397d39ebfcea76ed3ef1′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘81cb409b-e8fa-7acf-c44e-b1ba7e7a4ce9′, ‘What are you doing February 5th?’, ‘0e1b43f447655909e44f895cfd6f4a18′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘566e71c0-b4a0-6e85-85dc-b9441e1fccab’, ‘Cell phones are finally beating out land lines’, ‘d70c381c3223ca79b406ddd29e750487′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

  159. Jason Harris Jason Harris July 15th, 2008 at 3:05 am 159

    when I try to activate this, I get an error relating to a table not existing. here are the errors:

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    TRUNCATE TABLE tc_friendfeedcomments ;

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘9f3613b6-b475-1396-ccbf-e9a6041ebe2c’, ‘TruPhone Launches iPhone VoIP App, and It’s Missing a Feature’, ‘a0f810cfb8a3106d67f2e4192290c4ca’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘a9bf84d4-39fa-0cf2-16c1-93501d0088b5′, ‘The E71 Might Be Enough to Make Me Switch to AT&T’, ‘500c323e3dfd5da9f6e0dc001572fa93′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘3936300f-a332-b2f3-b8a5-1bbd3d8ce8d9′, ‘Just Received a Nokia E71: This Thing is a Hot Handset’, ‘4b824ae764557b4bfc1a824e09fcc232′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘7e466302-f898-aefa-8997-623df328f3f0′, ‘Mobile OS Wars and The Smartphone Market: Should Microsoft Open Source Windows Mobile?’, ‘37a0a815b27183aebae55dfe89a9092e’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘aee53477-79e6-3f53-caa7-85c1cbf69403′, ‘More Storms in the Cloud: Google Docs Suffers Downtime’, ‘50a1e38acba03ea33855e2af3ee55b5d’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘8967aa5e-1d2a-a320-cab9-47702e5c94e5′, ‘Google Maps Trials Walking Directions, I Want It On The Mobile Version’, ‘1447ed31bb4ed4cccee5389c9d55e0a1′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘ccfeeca0-976b-51c9-d8a7-851bea6703e9′, ‘Boingo Releases Client for Mac’, ‘9e2d9912b04251e74e9de27a96b6039b’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘ef2ccad1-5d04-9661-0de9-211d8887e4da’, ‘Will Apps Like Qik Will Bring Us Metered Mobile Data?’, ‘61f596b561174232a2406dac51771d2e’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘c01d3301-6531-6014-4459-461db55b0254′, ‘Happy Independence Day!’, ‘04e6d900ac27ade767be2f1c50f21237′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘296e0047-8644-5ac6-ed53-30d6ff53cd95′, ‘How Much Are You Willing To Pay for SMS?’, ‘41d2ee4304592a605c70e8469ee63c1c’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘81a18c80-45d8-6e21-5d85-3931314c2000′, ‘Yelp Continues to Rock’, ‘453fa8a073170f2441e0c8c6ea7564a4′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘5bbf38dd-5f8a-1da2-02b4-0078604e9cd2′, ‘Google Goes Multi-Modal with Voice Powered Search on Mobiles’, ‘cb5262992d71dba91eefeb56a9e2cb9b’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘146ca0bf-c08a-c2f2-7c54-7da082dd0e52′, ‘Europeans Do Without Landlines, and Love It’, ‘eaad15226c5240b5883c9d6142142141′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘850dd0b7-8043-2b81-6491-95e3acffe366′, ‘ASUS Eee PCs TO Get Larger Keyboards’, ‘f5cf4dc9289df02a99c5b9633250ee71′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘8a10f8dc-fdb8-f9db-8551-76d68977bbb4′, ‘Dell Launches SightSpeed-Powered Video Conferencing on PCs’, ‘90384fdcd661b237cf72471ddf53f86f’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘dc56a623-e35a-0c20-96a0-6b2138bb6b9d’, ‘Help Me Understand Techmeme and Their Selection Process’, ‘0c16a4a9de08b520dadd584fb17b242d’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘819ba7d6-4a60-f524-d408-1753a265cc82′, ‘Virgin Mobile Lures Customers with $79.99 Unlimited Plan’, ‘a06e96e4c29248100892b25760da3ba2′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘bc6c58ad-8717-b399-6b32-6ed0dfcf7cbb’, ‘Nokia and Symbian, An Analysis of Today’s News’, ‘44a057bf5a649bcff506e7e28fb5e329′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘ca65ce06-f7b0-f67b-72d9-6a357b372fa0′, ‘Huge News: Nokia Acquires Symbian’, ‘0e74342c408ac52c89a2edc7db1c5399′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘0b6deb9c-2afb-9677-b478-91a8073a52d2′, ‘Jazinga: Funny Name, Killer Product Concept for Small/Home Businesses’, ‘af8224786548a31e8e9d908b7cbe4471′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘ce1442b8-f2b8-645f-db6a-bbe9e50f3598′, ‘Location Based Services Becoming Real: Nokia Acquires Plazes’, ‘5e5d160dc391366bac58e9601eaad630′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘1f475e9b-ab3d-906d-6bc3-ca2e52d3cc09′, ‘Breaking Silos: Take Your Cell Phone’s Contacts Into Skype’, ‘37968f5bc3bd91d5b1409600e26bacff’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘d30cd0f4-e093-0558-20a8-4b9a5516b983′, ‘Get Your Mobile Messaging On With Palringo’, ‘07e356c6226203f884eb3020932fb685′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘14f21e52-3504-d3af-3519-aedeab75ee37′, ‘€1 iPhone: No, Germans, Don’t Do It!’, ‘f315b45e7ea2d49dcf43d38931a141e7′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘89424ee8-356a-0ac3-989e-05c09f38f3cf’, ‘The Internet is Taking Us Beyond the 5 o’clock Sound Bite News’, ‘8af4b0775e99cdb0ebbba5932338b0ff’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘48105061-388a-b663-17e3-fc62b4157e13′, ‘Nokia Means Business: E71 and E66 Released’, ‘4b2a8060a33c2d42f4342df6135aad97′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘713ac0a2-9c4f-5535-6abf-8a8e7be693bd’, ‘Thoughts in iPhone 3G(PS)’, ‘ae9c4ca51a8cac2e5b9253396bf5b494′, null, ‘a:0:{}’, ‘a:1:{i:0;O:8:”stdClass”:2:{s:4:”date”;s:20:”2008-06-12T18:39:25Z”;s:4:”user”;O:8:”stdClass”:4:{s:10:”profileUrl”;s:27:”http://friendfeed.com/ryanw”;s:8:”nickname”;s:5:”ryanw”;s:2:”id”;s:36:”98aa6d48-e4ad-11dc-ab4e-003048343a40″;s:4:”name”;s:6:”Ryan W”;}}}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘c62e3118-b165-66a3-c2ce-cf70846e6da8′, ‘Google Makes a Further Mobile Play with Picasa’, ‘e7502712ca30d0fa5eaf7477b1f4a7b0′, null, ‘a:0:{}’, ‘a:1:{i:0;O:8:”stdClass”:2:{s:4:”date”;s:20:”2008-06-12T18:38:52Z”;s:4:”user”;O:8:”stdClass”:4:{s:10:”profileUrl”;s:27:”http://friendfeed.com/ryanw”;s:8:”nickname”;s:5:”ryanw”;s:2:”id”;s:36:”98aa6d48-e4ad-11dc-ab4e-003048343a40″;s:4:”name”;s:6:”Ryan W”;}}}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘94af8c35-b092-f110-3727-0e1b90fe1bd3′, ‘Has Anyone Noticed Google’s New Favicon’, ‘932620f3ecb91cdaf9b839e8382f434b’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘7b195593-7562-3b75-99c7-719adefae576′, ‘Strands.com Trys Social Aggregation’, ‘b55e30f05293a745299665e19ee39322′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘1883fac3-7977-0614-d6d1-d913d9b9fba2′, ‘Samsung SCH-i760 Review’, ‘f3deee83bc39993095c9985eca7907b9′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘1fdf7ec3-f675-e2ce-647d-8cb7d427856e’, ‘The N82 Has Landed – Initial Impressions’, ‘06e2b0abaabbc37f939d6eba368879a6′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘c7d677ff-fef2-c4d4-3184-635b0b15700c’, ‘A Local Boy Does Well – Strands Acquires NetworthIQ’, ‘86dd47054b19193aa99511f19991bedf’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘f3bdc8e8-82ea-ef97-119d-f4862fcacd75′, ‘Microsoft Wants To Own 40% of SmartPhone Market’, ‘11758481f61a9d9622dd18f58e39de8f’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘3e0cff85-1dc5-5819-b6b4-2f1117dbd0a5′, ‘What’s the Next Big Thing for Telcos?’, ‘6d7aa8a33c19e6ead897ba9150c2aa24′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘5348f234-abf0-d767-60d5-ff1b2dea7bd7′, ‘Conciderably Dissapointed in T-Mobile’s 3G in the USA’, ‘5ab409e4a6c7f70cc8be1e929387a9ba’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘d570743e-662d-d356-a438-ddc42bd55ad4′, ‘Analyzing the Sprint/ClearWire Deal’, ‘0f24ee7f5437673acd1513827c80f19d’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘12b46913-830f-0876-74c0-8ae4d5e9207d’, ‘Mac Ads Used As Parody for Political Ad for Oregon Att. General’, ‘ac04868d14bdba3ede710374a86f3a6c’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘957ce0f3-ec81-0abd-de2e-635aef4f1421′, ‘Nokia launches new blog’, ‘4461d56da70f0d76fe6c91015ce1e33c’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘f6dffd8f-1eb4-4af9-c30f-e33b643f231a’, ‘Jive’s Clearspace is a knock-out product’, ‘b5131b1497b36555e52c913901118372′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘211649d4-1b68-9307-58cc-ac4f4574e6c7′, ‘Got Linux? Then Get AIR!’, ‘bb976f5b9115fbd544b0ea000efecd6f’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘434de199-c347-4956-f64e-94021a07aa11′, ‘Techcraver review: Nokia E61i’, ‘c20b5b5c880c377bda7867c37a9a185e’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘e4224409-3404-c999-5f6a-0e1aa1fb80a1′, ‘IRS Stimulus Payment Schedule’, ‘3e98ddcd3ffdd340ce569876e173c6bf’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘cec013eb-5f4d-196f-db0c-197a83048829′, ‘Techcraver review: TiVo HD’, ‘aa6553e05e69fcb664b3958f62e2d040′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘6db2fd35-1c79-17d7-90de-bfa2188b0a1d’, ‘DropBox makes sharing files super easy’, ‘57a5737bfd11324ffe06b03668fee6e3′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘1ac38a84-2c9c-ecd1-80fd-124da78802fd’, ‘Sweet! I made TechMeme’, ‘d33afee7d148eb0575797ac32c74ea8c’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘42e85d9a-4282-4e2b-72e2-562474844e4a’, ‘Nokia N95 8GB Review’, ‘36a2900802d7114782b7c85b90da2f12′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘9c28574b-fa6b-fab9-c5b7-6466b43fb3b0′, ‘Whoa! Something *is* happening at GrandCentral’, ‘36f5f318c6d173b8dac26ea5849783e7′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘16d33a22-4258-ca16-f161-09316a38310d’, ‘Great News! Now writing in a new place’, ‘bc4bb02dc1fbb8ba6f543843d26444c6′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘638c2610-f85e-0f7c-cf80-cf848f22fdef’, ‘Ignite Portland 2 in one word: WOW!’, ‘c42c4ee7868336f77d29eab8b1843819′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘34949386-407e-c1b5-1b46-8c3b01c18171′, ‘Oregon getting a sweet ethanol plant’, ‘957d97132217ec0ba9de18025c00f367′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘2203f446-d9b5-c4a9-44c8-d2a68b61e874′, ‘Yahoo announces support for OpenID!’, ‘2c705c3fc3c39893a5de093902bd2eaf’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘8066d62d-80ba-ecb4-3e79-caf7c0e88396′, ‘MacWorld is coming up, but don’t get stupid with rumors’, ‘80875b7af0289ebe418362bd004cc6ef’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘617b9c04-54d1-d6e0-545d-6d9b4906558e’, ‘Blogging Accomplishment’, ‘7eb57ba0dd8af0cb2f64629e482b9953′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘ede635c6-5435-763a-c11c-bd1f19932658′, ‘How NOT to promote a product’, ‘4f10db9afa04e38f376b3f81bc3f5596′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘eef63d8a-3d69-91d9-7c05-51782454e360′, ‘Sorry Pownce, I just don’t have time’, ‘3efa414373fb04c348f8363810241184′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘ba071691-9f8e-1ee0-0624-a3fc39d1d480′, ‘Qik is an awesome mobile app for your Nokia Nseries phone’, ‘22aae00bbb9a83df6b5b1660cf0dda57′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘b5bbe6f1-916f-2003-36f0-cb1cb428d0c2′, ‘One take on the top technologies of 2007′, ‘7f93809629699e8759dae280c017a29c’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘06246ff5-3424-7b14-ee36-178c633aaf00′, ‘I’m Download Squad’s Newest Blogger’, ‘1ecee570e1cb0331ce1ca2aab0fc0a0b’, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘c80e38bf-5d71-1bc1-9d36-95fbc4dba09c’, ‘RIP:Netscape Navigator’, ‘56103b98c589397d39ebfcea76ed3ef1′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘81cb409b-e8fa-7acf-c44e-b1ba7e7a4ce9′, ‘What are you doing February 5th?’, ‘0e1b43f447655909e44f895cfd6f4a18′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

    WordPress database error: [Table 'db166242013.tc_friendfeedcomments' doesn't exist]
    INSERT INTO tc_friendfeedcomments (entry_id, title, key_val, post_id, comments, likes, created_on) VALUES (‘566e71c0-b4a0-6e85-85dc-b9441e1fccab’, ‘Cell phones are finally beating out land lines’, ‘d70c381c3223ca79b406ddd29e750487′, null, ‘a:0:{}’, ‘a:0:{}’, ‘2008-07-14 10:03:46′)

  160. Rinero.it » Blog Archive » Da Dblog a Wordpress.. rieccomi Rinero.it » Blog Archive » Da Dblog a Wordpress.. rieccomi July 15th, 2008 at 7:26 pm 160

    [...] – FriendFeed Comments [...]

  161. bellasera bellasera July 16th, 2008 at 11:45 am 161

    Great plugin! However, I use the xmlrpc to post from an outside client and it causes a conflict that makes it impossible to post or edit from the outside client.

  162. bellasera bellasera July 16th, 2008 at 11:45 am 162

    Great plugin! However, I use the xmlrpc to post from an outside client and it causes a conflict that makes it impossible to post or edit from the outside client.

  163. Glenn Slaven Glenn Slaven July 16th, 2008 at 12:05 pm 163

    What happens? It shouldn’t be doing that, since I use Windows Live Writer to post to my site with no issues. What’s the error you’re seeing?

  164. Glenn Slaven Glenn Slaven July 16th, 2008 at 12:05 pm 164

    What happens? It shouldn’t be doing that, since I use Windows Live Writer to post to my site with no issues. What’s the error you’re seeing?

  165. Glenn Slaven Glenn Slaven July 16th, 2008 at 12:06 pm 165

    That’s kind of odd seeing as the activate hook is what installs the table. What version of the plugin have you got?

  166. Glenn Slaven Glenn Slaven July 16th, 2008 at 12:06 pm 166

    That’s kind of odd seeing as the activate hook is what installs the table. What version of the plugin have you got?

  167. bellasera bellasera July 16th, 2008 at 12:12 pm 167

    I am currently using Semagic to post with since it’s compatible with Livejournal as well.
    The error that it returns is “Error parsing response XML” – It actually does push the post through.
    Trying to poll the history for editing shows the same error as well.

  168. bellasera bellasera July 16th, 2008 at 12:12 pm 168

    I am currently using Semagic to post with since it’s compatible with Livejournal as well.
    The error that it returns is “Error parsing response XML” – It actually does push the post through.
    Trying to poll the history for editing shows the same error as well.

  169. Glenn Slaven Glenn Slaven July 16th, 2008 at 12:17 pm 169

    And this error goes away when you disable the FriendFeed plugin?

  170. Glenn Slaven Glenn Slaven July 16th, 2008 at 12:17 pm 170

    And this error goes away when you disable the FriendFeed plugin?

  171. bellasera bellasera July 16th, 2008 at 12:18 pm 171

    Yep, every time. I tried disabling everything but that one and it still did it.

  172. bellasera bellasera July 16th, 2008 at 12:18 pm 172

    Yep, every time. I tried disabling everything but that one and it still did it.

  173. Glenn Slaven Glenn Slaven July 16th, 2008 at 12:20 pm 173

    What version of the plugin are you running?

  174. Glenn Slaven Glenn Slaven July 16th, 2008 at 12:20 pm 174

    What version of the plugin are you running?

  175. Glenn Slaven Glenn Slaven July 16th, 2008 at 12:22 pm 175

    How very odd. Ok, I’m downloading semagic now, I’ll keep you posted

  176. Glenn Slaven Glenn Slaven July 16th, 2008 at 12:22 pm 176

    How very odd. Ok, I’m downloading semagic now, I’ll keep you posted

  177. bellasera bellasera July 16th, 2008 at 12:26 pm 177

    It is odd. I thought I was insane myself, but I tried it on two sites just to be sure before commenting.

  178. bellasera bellasera July 16th, 2008 at 12:26 pm 178

    It is odd. I thought I was insane myself, but I tried it on two sites just to be sure before commenting.

  179. AllisonR AllisonR July 16th, 2008 at 3:54 pm 179

    Latest one from the download section… could the template I am using interfere with it? (using revolution media pro)

  180. AllisonR AllisonR July 16th, 2008 at 3:54 pm 180

    Latest one from the download section… could the template I am using interfere with it? (using revolution media pro)

  181. Bring FriendFeed Comments Into Your Blog : Codswallop Bring FriendFeed Comments Into Your Blog : Codswallop July 17th, 2008 at 11:01 pm 181

    [...] Get more details at the authors plugin page. [...]

  182. steph steph July 17th, 2008 at 6:30 pm 182

    There is a problem with your plugin for my wordpress install, where the blog is at the domain root but the installation itself lives in /wp/. I suspect a confusion between blogurl and home. See http://wordpress.org/support/topic/188185?repli... — and thanks if you can fix it, it’s a showstopper for me!

  183. steph steph July 17th, 2008 at 6:30 pm 183

    There is a problem with your plugin for my wordpress install, where the blog is at the domain root but the installation itself lives in /wp/. I suspect a confusion between blogurl and home. See http://wordpress.org/support/topic/188185?repli... — and thanks if you can fix it, it’s a showstopper for me!

  184. Glenn Slaven Glenn Slaven July 17th, 2008 at 10:17 pm 184

    Got a fix for this one: http://wordpress.org/support/topic/188185?repli...

  185. Glenn Slaven Glenn Slaven July 17th, 2008 at 10:17 pm 185

    Got a fix for this one: http://wordpress.org/support/topic/188185?repli...

  186. Glenn Slaven Glenn Slaven July 17th, 2008 at 10:31 pm 186

    Ok, I’ve been testing this app on every blog I can & I get the “Error parsing response XML” message on every one, whether it’s got the FF plugin installed or not. I disabled & deleted the plugin completely & I still got the error message.

    I cracked out Fiddler which inspects tcp/ip traffic & had a look at what the server is sending back & it looks fine, the XML is all well-formed.

    Using the ATOM format rather than the MetaWeblogAPI on the server settings, I can log in but I can’t then post, gives me a “Empty post URL” error. However I may be doing something wrong, I’m not familiar with the application.

    I’m afraid I can’t replicate the problem, or rather, I can’t make the problem go away when I remove the FriendFeed plugin. Were you using the MetaWeblog API on the server settings form?

  187. Glenn Slaven Glenn Slaven July 17th, 2008 at 10:31 pm 187

    Ok, I’ve been testing this app on every blog I can & I get the “Error parsing response XML” message on every one, whether it’s got the FF plugin installed or not. I disabled & deleted the plugin completely & I still got the error message.

    I cracked out Fiddler which inspects tcp/ip traffic & had a look at what the server is sending back & it looks fine, the XML is all well-formed.

    Using the ATOM format rather than the MetaWeblogAPI on the server settings, I can log in but I can’t then post, gives me a “Empty post URL” error. However I may be doing something wrong, I’m not familiar with the application.

    I’m afraid I can’t replicate the problem, or rather, I can’t make the problem go away when I remove the FriendFeed plugin. Were you using the MetaWeblog API on the server settings form?

  188. bellasera bellasera July 17th, 2008 at 10:36 pm 188

    Strange. Semagic is an odd application, I’m starting to think. I was fiddling around this morning with it and it worked without the any error.

    I do use MetaWeblog on the server settings.

  189. bellasera bellasera July 17th, 2008 at 10:36 pm 189

    Strange. Semagic is an odd application, I’m starting to think. I was fiddling around this morning with it and it worked without the any error.

    I do use MetaWeblog on the server settings.

  190. Glenn Slaven Glenn Slaven July 17th, 2008 at 10:36 pm 190

    I’m afraid it’s mootools that’s conflicting. I’ve just checked in an update to make the plugin play nice with Jquery (i’m using prototype), mootools is next on my list. Sorry, I really wish these libraries all kept off each others toes. It makes this kind of stuff difficult!

  191. Glenn Slaven Glenn Slaven July 17th, 2008 at 10:36 pm 191

    I’m afraid it’s mootools that’s conflicting. I’ve just checked in an update to make the plugin play nice with Jquery (i’m using prototype), mootools is next on my list. Sorry, I really wish these libraries all kept off each others toes. It makes this kind of stuff difficult!

  192. Glenn Slaven Glenn Slaven July 17th, 2008 at 10:38 pm 192

    It’s possible. Easiest way to check that is to put the plugin’s tag into the default template and switch back to the default template for a second & see if it displays

  193. Glenn Slaven Glenn Slaven July 17th, 2008 at 10:38 pm 193

    It’s possible. Easiest way to check that is to put the plugin’s tag into the default template and switch back to the default template for a second & see if it displays

  194. jshultz jshultz July 17th, 2008 at 10:56 pm 194

    Ohhhh, ok. That makes sense. Thanks for the reply. I appreciate it. I’ll just wait until the next update for the plugin comes out and then use that one.

  195. jshultz jshultz July 17th, 2008 at 10:56 pm 195

    Ohhhh, ok. That makes sense. Thanks for the reply. I appreciate it. I’ll just wait until the next update for the plugin comes out and then use that one.

  196.  Andrea Andrea July 22nd, 2008 at 12:33 am 196

    Hi!

    When I save my ‘Friendfeed comments’ settings I get this message:
    PHP Warning: assert() [function.assert]: Assertion failed in D:Inetpubvhostsandreavascellari_comblogwp-contentpluginsfriendfeed-commentsfriendfeed.php on line 18 PHP Fatal error: Call to undefined function curl_init() in D:Inetpubvhostsandreavascellari_comblogwp-contentpluginsfriendfeed-commentsfriendfeed.php on line 258

    And at the bottom of each single post-page this other message:
    PHP Warning: assert() [function.assert]: Assertion failed in D:Inetpubvhostsandreavascellari_comblogwp-contentpluginsfriendfeed-commentsfriendfeed.php on line 18 WordPress database error Table ‘ablog2.wp_friendfeedcomments’ doesn’t exist for query SELECT * FROM wp_friendfeedcomments WHERE post_id = 439 made by get_discussion_for_post WordPress database error Table ‘ablog2.wp_friendfeedcomments’ doesn’t exist for query SELECT * FROM wp_friendfeedcomments WHERE key_val = ‘7c232035a3c5f9fd2673c1c5edcb98f8′ made by get_discussion_for_post

    Any idea/suggestion?

    Thanks,

    Andrea

  197.  Andrea Andrea July 22nd, 2008 at 12:33 am 197

    Hi!

    When I save my ‘Friendfeed comments’ settings I get this message:
    PHP Warning: assert() [function.assert]: Assertion failed in D:Inetpubvhostsandreavascellari_comblogwp-contentpluginsfriendfeed-commentsfriendfeed.php on line 18 PHP Fatal error: Call to undefined function curl_init() in D:Inetpubvhostsandreavascellari_comblogwp-contentpluginsfriendfeed-commentsfriendfeed.php on line 258

    And at the bottom of each single post-page this other message:
    PHP Warning: assert() [function.assert]: Assertion failed in D:Inetpubvhostsandreavascellari_comblogwp-contentpluginsfriendfeed-commentsfriendfeed.php on line 18 WordPress database error Table ‘ablog2.wp_friendfeedcomments’ doesn’t exist for query SELECT * FROM wp_friendfeedcomments WHERE post_id = 439 made by get_discussion_for_post WordPress database error Table ‘ablog2.wp_friendfeedcomments’ doesn’t exist for query SELECT * FROM wp_friendfeedcomments WHERE key_val = ‘7c232035a3c5f9fd2673c1c5edcb98f8′ made by get_discussion_for_post

    Any idea/suggestion?

    Thanks,

    Andrea

  198. Shey Shey July 24th, 2008 at 3:07 pm 198

    Hey Glenn — having issues with the plugin on my blog after I upgraded to WP 2.6, can you take a look?

    http://www.sheysmith.com

    Thanks!

  199. Shey Shey July 24th, 2008 at 3:07 pm 199

    Hey Glenn — having issues with the plugin on my blog after I upgraded to WP 2.6, can you take a look?

    http://www.sheysmith.com

    Thanks!

  200. Glenn Slaven Glenn Slaven July 24th, 2008 at 3:42 pm 200

    Shey, it looks like the default stylesheet has dissapeared:

    http://www.sheysmith.com/wp-content/plugins/fri...

    Can you check whether that file is still in the plugin’s folder?

  201. Glenn Slaven Glenn Slaven July 24th, 2008 at 3:42 pm 201

    Shey, it looks like the default stylesheet has dissapeared:

    http://www.sheysmith.com/wp-content/plugins/fri...

    Can you check whether that file is still in the plugin’s folder?

  202. Shey Shey July 25th, 2008 at 11:46 am 202

    Yes, the file is there — I deleted the plugin and re-installed and it still doesn`t work. I can put the CSS into my main stylesheet, but that doesn`t solve the hide button not working.

  203. Shey Shey July 25th, 2008 at 11:46 am 203

    Yes, the file is there — I deleted the plugin and re-installed and it still doesn`t work. I can put the CSS into my main stylesheet, but that doesn`t solve the hide button not working.

  204.  Andrea Andrea July 27th, 2008 at 12:36 am 204

    Any idea / suggestion? Please!

  205.  Andrea Andrea July 27th, 2008 at 12:36 am 205

    Any idea / suggestion? Please!

  206. Glenn Slaven Glenn Slaven July 27th, 2008 at 1:09 am 206

    Andrea, you may need to check with your hosting provider as to whether
    curl is installed on your server, it’s a PHP module & it’s needed for
    the plugin to work

  207. Glenn Slaven Glenn Slaven July 27th, 2008 at 1:09 am 207

    Andrea, you may need to check with your hosting provider as to whether
    curl is installed on your server, it’s a PHP module & it’s needed for
    the plugin to work

  208. Glenn Slaven Glenn Slaven July 27th, 2008 at 1:22 am 208

    Shey, you haven’t happened to move your plugins folder in the upgrade have you. I know that in 2.6 you can move the plugins folder somewhere other than /wp-content/plugins/ The http://www.sheysmith.com/wp-content/plugins/ folder is giving me a 404 not found error. You could try downloading my new dev version here: http://downloads.wordpress.org/plugin/friendfee... In that I’m using some new 2.6 features to locate the plugins folder

  209. Glenn Slaven Glenn Slaven July 27th, 2008 at 1:22 am 209

    Shey, you haven’t happened to move your plugins folder in the upgrade have you. I know that in 2.6 you can move the plugins folder somewhere other than /wp-content/plugins/ The http://www.sheysmith.com/wp-content/plugins/ folder is giving me a 404 not found error. You could try downloading my new dev version here: http://downloads.wordpress.org/plugin/friendfee... In that I’m using some new 2.6 features to locate the plugins folder

  210. Glenn Slaven Glenn Slaven July 27th, 2008 at 1:26 am 210

    Could you try deleting all the files, then grabbing the latest version here: http://downloads.wordpress.org/plugin/friendfee... & installing that version. Seems it’s not creating the cache table on install

  211. Glenn Slaven Glenn Slaven July 27th, 2008 at 1:26 am 211

    Could you try deleting all the files, then grabbing the latest version here: http://downloads.wordpress.org/plugin/friendfee... & installing that version. Seems it’s not creating the cache table on install

  212. Shey Shey July 27th, 2008 at 10:52 am 212

    Thanks Glenn, the updated plugin didn’t work, but I fooled around with some .htaccess files and go it to work!

    Thanks for all the help!

  213. Shey Shey July 27th, 2008 at 10:52 am 213

    Thanks Glenn, the updated plugin didn’t work, but I fooled around with some .htaccess files and go it to work!

    Thanks for all the help!

  214. muzo178 muzo178 July 28th, 2008 at 9:30 pm 214

    I’m constantly getting this error:

    Error: Unable to retrieve content from FriendFeed. The API may be down or there may be connectivity problems

    Any ideas?

  215. muzo178 muzo178 July 28th, 2008 at 9:30 pm 215

    I’m constantly getting this error:

    Error: Unable to retrieve content from FriendFeed. The API may be down or there may be connectivity problems

    Any ideas?

  216. battery service in Mississippi battery service in Mississippi August 1st, 2008 at 7:26 pm 216

    battery service in Mississippi…

    [...] display when the polarizer was at a right angle to my polarized sunglass lenses. (“What? The LED is flashing! The battery isn’t dead.WTF?.Oh. Duh.”)[3] If you don’t know what a pixel is, I might cry. [...]…

  217. Wordpress Plugins, Firefox Addons, and Other Software for Social Networking | Stephan Miller Wordpress Plugins, Firefox Addons, and Other Software for Social Networking | Stephan Miller August 7th, 2008 at 1:42 am 217

    [...] FriendFeed Plugin – Allows reader to comment on your post via FriendFeed. [...]

  218. Zee Zee August 7th, 2008 at 5:02 pm 218

    Hi Glenn, sorry to bother you – I can see you’ve been swamped with support requests already. When you have a moment, can you tell me why the plugin doesn’t seem to work correct at my blog http://www.proproductivity.com .

    Firstly, although it links up correctly to the right post on frienfeed – I don’t seem to see the comments from friendfeed appear on my blog & vice-versa (when I make a comment on my blog, it doesn’t seem to appear on friendfeed) . Here’s an example http://www.proproductivity.com/2008/how-to-tie-... and the post on friendfeed is here: http://friendfeed.com/e/8979f441-7738-525a-f5d8... .

    Hope you can be of some help. Thank you

  219. Zee Zee August 7th, 2008 at 5:02 pm 219

    Hi Glenn, sorry to bother you – I can see you’ve been swamped with support requests already. When you have a moment, can you tell me why the plugin doesn’t seem to work correct at my blog http://www.proproductivity.com .

    Firstly, although it links up correctly to the right post on frienfeed – I don’t seem to see the comments from friendfeed appear on my blog & vice-versa (when I make a comment on my blog, it doesn’t seem to appear on friendfeed) . Here’s an example http://www.proproductivity.com/2008/how-to-tie-... and the post on friendfeed is here: http://friendfeed.com/e/8979f441-7738-525a-f5d8... .

    Hope you can be of some help. Thank you

  220. fatihturan fatihturan August 9th, 2008 at 12:07 am 220

    How i can show normal comments and Friendfeed comments together like at RWW?

  221. fatihturan fatihturan August 9th, 2008 at 12:07 am 221

    How i can show normal comments and Friendfeed comments together like at RWW?

  222. (jeff)isageek.net » Blog Archive » Plugin FriendFeed Comments Into Your Blog (jeff)isageek.net » Blog Archive » Plugin FriendFeed Comments Into Your Blog August 18th, 2008 at 4:26 am 222

    [...] Wordpress plugin FriendFeed Comments by Glenn Slaven allows you to display on your individual blog posts (I have mine right above my [...]

  223. Sat Sat August 17th, 2008 at 2:32 pm 223

    Works like a dream. Would it be possible to add the FF likes/comments info on the post summary in wordpress (much like it says how many normal comments are in the post)?

  224. gekow gekow August 19th, 2008 at 7:06 am 224

    Nice plugin but when I used it the first time it looks… wrong. Than I used firebug on it and found out, that the pathes where wrong, because I have my WP in a subdirectory. I looked into friendfeed-comments.php and changed “get_option(‘home’)” to “get_option(’siteurl’)” (around line 47) and this did the trick.

    As I said, nice plugin :)

  225. Pimping FriendFeed: 40+ Useful Apps, Widgets, and Plugins | WHDb Pimping FriendFeed: 40+ Useful Apps, Widgets, and Plugins | WHDb August 20th, 2008 at 4:50 am 225

    [...] FriendFeed Comments WordPress Plugin: This plugin will allows users to display on a blog the comments that people make on FriendFeed about your post. The plugin creates a snippet of code that you can drop into your template somewhere inside ‘the loop.’ [...]

  226. 30+ Plugins to Make Your WordPress Blog More Social 30+ Plugins to Make Your WordPress Blog More Social August 21st, 2008 at 5:30 am 226

    [...] FriendFeed Comments WordPress Plugin – This plugin is used by Mashable and displays the number of times an articles has been marked as “Favorite” and will display the actual comments from the FriendFeed discussion on your site. [...]

  227. 30+ Plugins to Make Your WordPress Blog More Social | World News 30+ Plugins to Make Your WordPress Blog More Social | World News August 21st, 2008 at 6:01 am 227

    [...] FriendFeed Comments WordPress Plugin – This plugin is used by Mashable and displays the number of times an articles has been marked as “Favorite” and will display the actual comments from the FriendFeed discussion on your site. Stumble Reviews – Allows you to add the reviews that appear on StumbleUpon for a given page to be displayed on that page. [...]

  228. 30 y más plugins 2.0 para WordPress | Mangas Verdes 30 y más plugins 2.0 para WordPress | Mangas Verdes August 21st, 2008 at 8:53 am 228

    [...] Blog More Social‘. De los que no conocía, me he quedado con FriendFeed Activity Widget, FriendFeed Comments WordPress Plugin y SezWho. Escoge los [...]

  229. hasselquist.net » Blog Archive » 30+ Plugins to Make Your WordPress Blog More Social hasselquist.net » Blog Archive » 30+ Plugins to Make Your WordPress Blog More Social August 21st, 2008 at 12:59 pm 229

    [...] FriendFeed Comments WordPress Plugin – This plugin is used by Mashable and displays the number of times an articles has been marked as “Favorite” and will display the actual comments from the FriendFeed discussion on your site. [...]

  230. 100+Wordpress???? | ???? 100+Wordpress???? | ???? August 21st, 2008 at 5:08 pm 230

    [...] FriendFeed Comments – ??Wordpress????????????FriendFeed??, ??, ????????????. [...]

  231. 30+ Plugins to Make Your WordPress Blog More Social | Latest Technology News – Business News And Expert Advice 30+ Plugins to Make Your WordPress Blog More Social | Latest Technology News - Business News And Expert Advice August 22nd, 2008 at 1:05 am 231

    [...] FriendFeed Comments WordPress Plugin – This plugin is used by Mashable and displays the number of times an articles has been marked as “Favorite” and will display the actual comments from the FriendFeed discussion on your site. [...]

  232. +30 plugins Wordpress pour rendre votre blog plus “social” +30 plugins Wordpress pour rendre votre blog plus “social” August 22nd, 2008 at 7:35 am 232

    [...] FriendFeed Comments WordPress Plugin – Ce plugin affiche le nombre de fois où un article a été marqué comme “favori” et affiche également les commentaires des discussions sur FriendFeed. [...]

  233. 30+ Plugins to Make Your WordPress Blog More Social: 30+ Plugins to Make Your WordPress Blog More Social: August 22nd, 2008 at 4:58 pm 233

    [...] FriendFeed Comments WordPress Plugin – This plugin is used by Mashable and displays the number of times an articles has been marked as “Favorite” and will display the actual comments from the FriendFeed discussion on your site. [...]

  234. ??????? » Blog Archive » Wordpress???? ??????? » Blog Archive » Wordpress???? August 25th, 2008 at 3:50 am 234

    [...] FriendFeed Comments – ??Wordpress????????????FriendFeed??, ??, ????????????. [...]

  235. 30+?????????Wordpress?? | ???? 30+?????????Wordpress?? | ???? August 26th, 2008 at 2:37 pm 235

    [...] FriendFeed Comments WordPress Plugin [...]

  236. Jandy Jandy August 28th, 2008 at 8:18 am 236

    I had both FFComments and Disqus running together for a while, but now I can't get FFComments to show up. Is that something to do with Disqus's new version? I happened to also redesign my site about the same time as the new Disqus plugin came out, so I'm not sure exactly what the culprit is.

  237. VISIKiTA.NET » Favorite WordPress Plugin #30/08/2008 VISIKiTA.NET » Favorite WordPress Plugin #30/08/2008 August 30th, 2008 at 4:19 am 237

    [...] FriendFeed Comments WordPress Plugin [...]

  238. m1k3y m1k3y September 1st, 2008 at 11:34 pm 238

    Getting this error when I try to activate – any clues? TIA!

    WordPress database error You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'CHARACTER SET utf8 NOT NULL , likes longtext CHARACTER SET for query CREATE TABLE wp_friendfeedcomments ( entry_id varchar( 50 ) CHARACTER SET utf8 NOT NULL , title varchar( 200 ) CHARACTER SET utf8 NOT NULL , key_val varchar( 200 ) CHARACTER SET utf8 NOT NULL , post_id int( 10 ) unsigned default NULL , comments longtext CHARACTER SET utf8 NOT NULL , likes longtext CHARACTER SET utf8 NOT NULL , created_on datetime NOT NULL , PRIMARY KEY ( entry_id ) , UNIQUE KEY post_id ( post_id ) ) ENGINE = InnoDB COLLATE = utf8_general_ci made by create_table

  239. Green Fitness Green Fitness September 2nd, 2008 at 4:05 pm 239

    Is there anyway to create an option to pull the feed also like say the first 5 feeds instead of the comments.

  240. DivageekDesigns » Blog Archive » Get Social – 21 Wordpress plugins DivageekDesigns » Blog Archive » Get Social - 21 Wordpress plugins September 4th, 2008 at 12:17 pm 240

    [...] FriendFeed Comments WordPress Plugin – This plugin is used by Mashable and displays the number of times an articles has been marked as “Favorite” and will display the actual comments from the FriendFeed discussion on your site. [...]

  241. Kol Tregaskes Kol Tregaskes September 8th, 2008 at 5:36 am 241

    This plugin sounds great but I've downloaded the file above and copied the files into my plugins folder, I've been able to activate it but when I go to the Settings page (WP 2.6.1) all I have is:

    “Options

    Your FriendFeed Items (with table below this)”

    The items below are hiding and I cannot seem to unhide them:

    “Your FriendFeed Nickname
    Your FriendFeed Remote Key
    Send comments that made by blog's author to FriendFeed”

    Options is hyperlinked by the link appears to only be javascript:;.

    Any suggestions? I've tried downloading/installing again and also in Firefox, Chrome and IE and doesn't work in any. :-(

  242. Glenn Slaven Glenn Slaven September 8th, 2008 at 6:44 pm 242

    Kol, could you send me the link to your site & I'll have a look

  243. Kol Tregaskes Kol Tregaskes September 9th, 2008 at 6:38 am 243

    My site is here: http://www.squashyfrog.com/. Then click on Blog. What will you be able to see form here anyway? Thanks, Glen!

  244. Glenn Slaven Glenn Slaven September 9th, 2008 at 9:52 am 244

    Well I can see that there's a wp_friendfeed_comments script on your site.
    That's not part of my plugin, I think you have this plugin installed:
    http://wordpress.org/extend/plugins/wordpress-f... , the
    author's site is here: http://www.gurkanoluc.com/friendfeed-comments
    cheers
    Glenn

  245. Kol Tregaskes Kol Tregaskes September 11th, 2008 at 10:35 am 245

    I've deactivated the other FF plugin but the Options page is still the same. Any ideas?

  246. Glenn Slaven Glenn Slaven September 11th, 2008 at 11:31 am 246

    Col, that doesn't sound like the options page for my plugin at all, could
    you send me a screenshot to gdalziel at gmail dot com? I'll see ehat I can
    do

  247. maverickny maverickny September 14th, 2008 at 9:30 am 247

    Hi Glenn, I saw this cool plugin on Steve Hodson's and Shey's blogs; very impressive! Do you have similar plugins for Typepad and Blogger by any chance? Pretty please :-)

  248. Glenn Slaven Glenn Slaven September 14th, 2008 at 7:06 pm 248

    Hi Sally, sorry I don't but Pat Hawks has written one:
    http://www.pathawks.com/2008/06/friendfeed-comm... works on
    blogger, I don't know about typepad, but it's just javascript so it will
    probably work there too

  249. ????? » Blog Archive » 30+?????????Wordpress?? ????? » Blog Archive » 30+?????????Wordpress?? September 27th, 2008 at 2:44 pm 249

    [...] FriendFeed Comments WordPress Plugin [...]

  250. Tying Your Tubes with WordPress – My Session at WordCamp Portland at Josh Bancroft’s TinyScreenfuls.com Tying Your Tubes with WordPress - My Session at WordCamp Portland at Josh Bancroft’s TinyScreenfuls.com September 28th, 2008 at 5:39 am 250

    [...] FriendFeed Comments – show comments and likes that your post gets on FriendFeed right on the post itself. [...]

  251. Geoff Geoff October 2nd, 2008 at 12:52 pm 251

    Love this plugin!

    Request – Same plugin for Flickr!! I'd love to take in my comments and Favs from there as well!!! Even if I had to title my photos with the same name as the blog post!!

  252. Works a treat. Works a treat. October 18th, 2008 at 5:14 am 252

    Works a treat….

    Thanks for this….

  253. Philip John Philip John October 18th, 2008 at 6:35 pm 253

    Hi Glenn, I've decided to use your plugin as I keep seeing it on loads of blogs I read and it's really useful!

    However, I've added it to my template but nothing appears on the posts. I thought this may be a feature of the plugin that it doesn't show anything until there is a like or a comment, but I created a test comment and there is still nothing showing up on my post page. Example:
    http://philipjohn.co.uk/blog/yahoos-delicious-f... (FF should appear after Disqus)
    http://friendfeed.com/e/fb6dd544-7373-5e0d-718d...

    When I refresh the comments/likes the debug message shows:
    Loading FriendFeed Data
    17 entries loaded from FriendFeed
    0 entries loaded, 0 total entries stored.

    Any ideas?

  254. Nowog.com » 30+?????????Wordpress?? Nowog.com » 30+?????????Wordpress?? October 26th, 2008 at 7:38 pm 254

    [...] FriendFeed Comments WordPress Plugin [...]

  255. Nowog.com » ??100??Wordpress???? Nowog.com » ??100??Wordpress???? October 28th, 2008 at 2:10 am 255

    [...] FriendFeed Comments – ??Wordpress????????????FriendFeed??, ??, ????????????. [...]

  256. ????????? ????????????, ?.2 – ???????? – ???? ? ???-?????????? ????????? ????????????, ?.2 - ???????? - ???? ? ???-?????????? October 30th, 2008 at 3:39 am 256

    [...] ??????????? ?????????? ? ???????????? ?????? Friendfeed Comments, ??????? ?? ?????? ????????? ?????????? ?????? ? [...]

  257. johan horak johan horak October 30th, 2008 at 12:33 am 257

    Hi Thanks for this plugin. I would like to use it on mu wordpress. Obviously it will not work because the templates are share in mu wordpress.

  258. Jon Daley Jon Daley November 4th, 2008 at 4:40 am 258

    What is the copyright for the plugin? I see on WP's site that they say all plugins hosted on their site must be GPL compatible, but I don't see the GPL string in your code, just simply “Copyright 2008 Glenn Slaven”. Should I assume that it is GPL since it is WP's site? Or was it inadvertently uploaded to WP?

  259. Glenn Slaven Glenn Slaven November 4th, 2008 at 8:43 am 259

    Ha! I didn't even notice that. I'm sure I had the GPL on there at some
    point. Just assume it is GPL until I get the code updated with it. Thanks
    for pointing that out

  260. Quasi.dot Quasi.dot November 7th, 2008 at 9:02 pm 260

    [...] FriendFeed Comments WordPress Plugin – Development on a Shoestring (tags: wordpress plugin friendfeed) [...]

  261. Dags för en liten plugingenomgång at Deepedition Dags för en liten plugingenomgång at Deepedition November 17th, 2008 at 6:49 am 261

    [...] plugin som inte används så mycket på min blogg men som jag gillar är Friendfeed Comments som gör att man kan koppla kommentarer direkt via Friendfeed och [...]

  262. Personal Trainer Sydney Personal Trainer Sydney November 20th, 2008 at 9:41 am 262

    Hey thanks for the tip off!1 I am going to try and get this implemented into my site http://www.ozbootcamp.com .

    New to blogging but this should help me get into it.

  263. Robert Felty Robert Felty December 5th, 2008 at 5:31 am 263

    Glenn,

    I have been using your plugin for awhile now, but for some reason 1.6.4 doesn't seem to be working for me. I did some debugging in friendfeed-comments.php. It seems that the get_discussion_for_post function is not finding the discussions for my post, even though I am sure that it is in the database. If I am correct, the way that the discussion is retrieved is by matching the hash of the post title created by the format_title method with the key_val in the database. For some reason though, the key_val and $key do not seem to be matching. This is on my family blog at http://fedibblety.com/house. It does seem to be working fine on my personal blog at http://blog.robfelty.com . I have one hunch on what might be wrong. I use some html tags in many of the titles on my fedibblety blog. Could that be the problem? Maybe it would be better to pass the post_name to format_title instead of post_title?

    Thanks again for your great plugin.

    Rob

  264. cheap domain names cheap domain names December 6th, 2008 at 3:09 am 264

    thank you for your information.
    it's look like a great way to add comments and traffic to you site :-)

  265. on my travel s on my travel s December 15th, 2008 at 7:34 pm 265

    I like this plug-in It can help build up a buzz

    Its a social plug-in

  266. 11 Awesome Wordpress Plug-In’s You’ve Probably Never Heard Of | David Risley dot com 11 Awesome Wordpress Plug-In’s You’ve Probably Never Heard Of | David Risley dot com December 17th, 2008 at 1:25 am 266

    [...] FriendFeed Comments. Put comments on your post from Friendfeed right underneath the post on your blog. And if the link is not automatically made, you can manually link your post to a FriendFeed thread in your admin panel. [...]

  267. usenet buzz usenet buzz December 17th, 2008 at 6:38 pm 267

    Thank you brilliant tool to help build my community

    with thanks

  268. degra degra December 29th, 2008 at 8:28 am 268

    Hi! I've installed the plugin on my blog (WP 2.7 with threaded comments) and it works fine, but it leaves so many space between the hide/show row and the FF comments. It's possible to understand why?

  269. nessuno nessuno January 13th, 2009 at 11:25 pm 269

    This plug-in works great.

    It could be nice to have a function to display only the numbers of comments and likes in the first page. I mean: read the comments in the single page where comments are displayed, but announce them in other blog parts

  270. Lorne Fade Lorne Fade January 29th, 2009 at 6:54 am 270

    Thanks for this great plugin! Using it right away with my twittertools!

  271. Kol Tregaskes Kol Tregaskes February 21st, 2009 at 9:51 am 271

    I've re-tried this from scratch. So I have the right options screen. But now I have to add <?php wp_ffcomments(); ?> but wherever I put it nothing appears on my post e.g. http://www.squashyfrog.com/2009/02/20/dark-and-.... I've turned off the Disqus plugin but that hasn't helped. I do, however get the FF Comments post box on my published entries but the articles in the dropdowns seem to be diggs only. Does you plugin work with Disqus and where does the dropdown menu items come from?

  272. Kol Tregaskes Kol Tregaskes February 23rd, 2009 at 2:13 am 272

    OK, I've started a blog from scratch. I've installed WordPress 2.7.1 and activated plugins: Akismet, FeedBurner FeedSmith, FriendFeed Comments, MediaRSS and WP SUP. I've entered my FF nickname and have the following settings ticked: Use default stylesheet, enable comments & likes form, show comments by default, FF servicename = blog, include Prototype Javascript Library. I've added <?php wp_ffcomments(); ?> into the “loop” on single_post.php.

    My blog post here: http://www.e-lusion.co.uk/2009/02/22/test-from-...
    My FF post is here: http://friendfeed.com/e/7f9fd8c5-1ad7-6610-d98d...

    I've tried changing the servicename to the service ID from FF, I've tried deleting the other comment command from single_post.php, plus many other things. Nothing is working. Why might this plugin not be working?

  273. Kol Tregaskes Kol Tregaskes February 23rd, 2009 at 4:48 am 273

    I'll try this plugin again when version 1.4 comes out. For now I've given up on getting it working. :-(

  274. Kol Tregaskes Kol Tregaskes March 5th, 2009 at 7:12 am 274

    Yes, that looks ideal. How did they do that?

  275. Kol Tregaskes Kol Tregaskes March 5th, 2009 at 7:16 am 275

    Ignore, I've got it working up to a point, The only issue I have now is that I cannot post from the blog article. I enter my FF username and key, type in a post, press the add button but after the page refreshes nothing appears to have changed, Test post here: http://www.e-lusion.co.uk/2009/03/04/test-1/ and on FF here: http://friendfeed.com/e/07f231d6-6732-ce5a-f2ef...

  276. Kol Tregaskes Kol Tregaskes March 5th, 2009 at 7:17 am 276

    There is a Flickr Comments plugin, Geoff. But I've not got it to work. It wants you activity RSS feed and the plugin keeps telling me the URL I enter is not an RSS feed (when it is). :-(

  277. Rachel Rachel March 14th, 2009 at 7:48 am 277

    Hi – I just installed this at http://www.lisjobs.com/blog — it seems to be working great for the first few posts, but then doesn't appear once you go back. For instance on Yes We Have no Bananas (11 March) it shows FriendFeed comments great. On the older Shuffling back from Buffalo (11 Feb), it doesn't even show the FriendFeed comments box (and this post has a number of comments in FF). Any suggestions? Thanks for the great plugin!

  278. Rachel Rachel March 14th, 2009 at 7:50 am 278

    Oh, I also installed it on http://www.mashupmom.com and am having the same issue — displays on first few posts but not older ones. Both blogs port into my FF.

  279. Giorgiotave Giorgiotave May 15th, 2009 at 5:20 am 279

    Hi at all,

    one question: FriendFeed Comments work on page (page.php)?

  280. FriendFeed Comments WordPress Plugin – Development on a Shoestring FriendFeed Comments WordPress Plugin – Development on a Shoestring July 25th, 2009 at 4:08 am 280

    [...] Excerpt from:  FriendFeed Comments WordPress Plugin – Development on a Shoestring [...]

  281. aldolat aldolat July 25th, 2009 at 5:02 am 281

    Hi, thanks for this plugin.

    I would use it but, even if I installed it correctly and filled the required fields in the options page, it is not displayed in the comments.php.
    Obviously, I added the line of code required.

    Why does it happen? What can I do?

  282. FriendFeed ?? 2.0 ? API FriendFeed ?? 2.0 ? API July 28th, 2009 at 5:51 am 282

    [...] Lifestream??? FriendFeed ? WordPress ???????????? FriendFeed Comments?????? FriendFeed ?????????????????????? [...]

  283. Walter Jessen Walter Jessen July 28th, 2009 at 1:27 am 283

    This doesn't seem to work for a FF room. Getting the error: Error: Unable to retrieve content from FriendFeed. The API may be down or there may be connectivity problems

    Any ideas?

  284. MU Wordpress & Wordpress Themes – 30+ Plugins to Make Your WordPress Blog More Social MU Wordpress & Wordpress Themes - 30+ Plugins to Make Your WordPress Blog More Social September 1st, 2009 at 2:35 am 284

    [...] FriendFeed Comments WordPress Plugin – This plugin is used by Mashable and displays the number of times an articles has been marked as “Favorite” and will display the actual comments from the FriendFeed discussion on your site. [...]

  285. Top 35 Plugins of Wordpress to Share Your Blog Post « SAMIR BITT Top 35 Plugins of Wordpress to Share Your Blog Post « SAMIR BITT September 1st, 2009 at 7:17 pm 285

    [...] 27. FriendFeed Comments WordPress Plugin [...]

  286. Make Your WordPress Blog More Social With 30+ Plugins | oOrch Blog Make Your WordPress Blog More Social With 30+ Plugins | oOrch Blog September 22nd, 2009 at 12:59 am 286

    [...] FriendFeed Comments WordPress Plugin – This plugin is used by Mashable and displays the number of times an articles has been marked as “Favorite” and will display the actual comments from the FriendFeed discussion on your site. [...]

  287. Vivek Vivek November 2nd, 2009 at 12:30 pm 287

    Well that’s look cool, i will give a try to this one

  288. Top 35 Plugins of Wordpress to Share Your Blog Post | Lava360 Top 35 Plugins of Wordpress to Share Your Blog Post | Lava360 November 3rd, 2009 at 9:22 pm 288

    [...] 27. FriendFeed Comments WordPress Plugin [...]

  289. FriendFeed comments integration | Il mondo di Eta FriendFeed comments integration | Il mondo di Eta November 3rd, 2009 at 11:04 pm 289

    [...] Se vi state chiedendo cosa sto facendo che scrivo “prova prova prova” come una pazza spiritata è perché grazie agli amici di FriendFeed (#Vincio, #Vinz486 #Sba e #Roberto Felter –> GRAZIEEE!) son finalmente riuscita a far funzionare il plugin FF comments di Wordpress!! [...]

  290. 30+ Plugins to Make Your WordPress Blog More Social | 30+ Plugins to Make Your WordPress Blog More Social | November 21st, 2009 at 6:34 am 290

    [...] FriendFeed Comments WordPress Plugin – This plugin is used by Mashable () and displays the number of times an articles has been marked as “Favorite” and will display the actual comments from the FriendFeed discussion on your site. [...]

  291. umojahosting umojahosting November 24th, 2009 at 9:28 am 291

    [...] FriendFeed Comments WordPress Plugin – This plugin is used by Mashable () and displays the number of times an articles has been marked as “Favorite” and will display the actual comments from the FriendFeed discussion on your site. [...]

  292. Top 35 Plugins of Wordpress to Share Your Blog Post | Hybridlava Top 35 Plugins of Wordpress to Share Your Blog Post | Hybridlava November 27th, 2009 at 2:04 am 292

    [...] 27. FriendFeed Comments WordPress Plugin [...]

  293. Mathias Mathias December 1st, 2009 at 7:13 am 293

    Too bad that the plugIn don’t work in “pages”… but great job !
    thx

  294. wholesale wholesale December 8th, 2009 at 2:48 pm 294

    PS. Can this policy also be used on other websites, not blogs?

    Parse error: syntax error, unexpected ‘{’ in

    /home/www/felinetreatment.net/wp-content/plugins/easy-privacy-

    policy/easy-privacy-policy.php on line 199

  295. Wordpress?????? | ???@????? | iiuii.com Wordpress?????? | ???@????? | iiuii.com December 13th, 2009 at 3:22 am 295

    [...] FriendFeed Comments – ??Wordpress????????????FriendFeed??, ??, ????????????. [...]

  296. Brochure is very important part of advertisement so every designer should know how to design a brochure? | HybridLava Brochure is very important part of advertisement so every designer should know how to design a brochure? | HybridLava December 15th, 2009 at 1:39 am 296

    [...] 27. FriendFeed Comments WordPress Plugin [...]

  297. Shopyop Shopyop December 20th, 2009 at 1:47 pm 297

    Great work! I’m putting this to use immediately. I’m looking forward to future versions!

  298. Top 35 Plugins of Wordpress to Share Your Blog Post | Cosmos Blog Top 35 Plugins of Wordpress to Share Your Blog Post | Cosmos Blog December 29th, 2009 at 1:28 pm 298

    [...] 27. FriendFeed Comments WordPress Plugin [...]

  299. Elisabetta24fu Elisabetta24fu January 27th, 2010 at 9:19 pm 299

    The facts referring to this good topic are proposed by the paper writing services so, I want to buy an essay and research papers just about this.

  300. Piperbl23 Piperbl23 January 29th, 2010 at 5:05 pm 300

    If you try to find locality where you can get resume here is very fine place for you about this post, which dispense examples and gives an occasion to learn how make great CV resumes . But this site is more amusing, and more considerate.

  301. Anonymous Anonymous January 29th, 2010 at 8:31 pm 301

    [...] Página FriendFeed Comments [...]

  302. Infographiste Infographiste January 31st, 2010 at 4:42 am 302

    That’s a great plugin, I use the xmlrpc to post from an outside client and it caused a conflict that makes it impossible to post or edit from the outside client.

  303. Pinar Pinar February 8th, 2010 at 7:43 pm 303

    Does it work with Wordpress 2.9? Despite having php5-curl it gives me this error:

    Warning: assert() [function.assert]: Assertion failed in /var/www/pinguar.org/blog/wp-content/plugins/friendfeed-comments/friendfeed.php on line 18


Leave a reply


Subscribe by email

Enter your email address:

Delivered by FeedBurner

Verse of the Day

But let all who take refuge in you rejoice; let them ever sing for joy, and spread your protection over them, that those who love your name may exult in you. For you bless the righteous, O LORD; you cover him with favor as with a shield. (Psalm 5:11-12, ESV)