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

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
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"
[...] 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 [...]
[...] 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! [...]
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
Great work! I’m putting this to use immediately. I’m looking forward to future versions!
[...] FriendFeed Comments WordPress Plugin [...]
[...] 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 [...]
[...] FriendFeed Comments WordPress Plugin – Development on a Shoestring (tags: wordpress friendfeed plugins) [...]
[...] FriendFeed Comments WordPress Plugin – Development on a Shoestring – [...]
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.
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
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?
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.
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.
[...] del plugin: FriendFeed Comments WordPress Plugin ENTRADAS [...]
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
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?
Did you do the reset this time?
Yep, twice.
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
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).
[...] installed Greg Slaven’s WordPress FriendFeed comments plugin [...]
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'] == ‘/’))
)
)
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
How much do I need to pay to get a plug-in for Blogger as well?
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
1. Does it work with WP2.5?
2. Do we have any examples yet?
3. Will it work with Disqus?
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
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...
>:(
[...] FriendFeed Comments plug-in for WordPress watches FriendFeed for comments on your blog posts, then displays them alongside [...]
[...] 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 [...]
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
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.
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.
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.
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.
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?
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
Thanks, I appreciate it. Do you want me to send the debug info?
that would be helpful, thanks – gdalziel at gmail dot com
[...] FriendFeed Comments WordPress Plugin – Development on a Shoestring [...]
I like this plugin so much I added it to the big loop in WP.. I <3 FriendFeed stats!
[...] 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) [...]
[...] rapid loading and depending on what you tweet… fun! Prologue even allows comments. I reckon FriendFeed Comments is the perfect addition to this [...]
[...] 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 [...]
[...] FriendFeed Comments [...]
[...] FriendFeed Comments [...]
[...] FriendFeed Comments [...]
[...] 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. [...]
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
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
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
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
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!
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 <>:
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!
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!
Jacob, which lightbox plugin are you using there?
I am using Lightbox 2.04, here is the link: http://wordpress.org/extend/plugins/lightbox-2-...
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 <>:
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!
Thanks! This plugin will come in handy!
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.
I used your plugin hack for Lightbox and everything is working smoothly now. Thanks again for your help on getting the plugin setup. Cheers!
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?
Yeah it should be, what version of the plugin are you running currently?
1.5.3
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
Thanks Glenn, I appreciate the information and the quick response. Cheers.
Shey, I’ve checked in an update to version 1.5.5 that will hopefully fix your problem http://downloads.wordpress.org/plugin/friendfee...
[...] 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 [...]
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
[...] 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. [...]
Problem fixed! Thanks Glenn!
[...] 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 [...]
[...] of this morning I have installed a rapidly maturing Friendfeed plugin. We are only experimenting with it and so your feedback would be [...]
Anyone have any luck making this work with the Mimbo theme?
[...] 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, [...]
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”.
[...] WordPress ?????????? FriendFeed Comments ????? FriendFeed [...]
[...] 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 [...]
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));
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 <>:
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.
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 <>:
Sent.
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
[...] 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 [...]
Thanks Glenn, I upgraded and the manual linkage works.
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.
I can’t get it working on WP 2.5.1 ,.. no matter what I try
does look promising though.
John could you give me a link back to your site & a few more details about what’s going wrong?
[...] 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 [...]
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
[...] FriendFeed Comments WordPress Plugin – Development on a Shoestring (tags: FriendFeed blogging wordpress plugin) [...]
[...] 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 [...]
[...] FriendFeed Comments Wordpress Plugin [...]
[...] 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 [...]
[...] FriendFeed Comments WordPress Plugin [...]
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……
[...] 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” [...]
[...] 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 [...]
[...] can download this plugin from here. Check it out, it’s really worth [...]
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.
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
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.
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
Thanks Glenn!
Just made the changes, still no good unfortunately.
Sorry, I should have mentioned you need to click the ‘Reset comments/likes’ in the settings page to clear out the old info.
[...] 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 [...]
Done and done, still nothing unfortunately. Even if it wasn’t loading
likes/comments shouldn’t the widget appear somewhere?
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
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.
Worked like a charm, thanks Glenn!
[...] 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. [...]
[...] 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 [...]
[...] 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 [...]
[...] 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 [...]
Nice work, goin on the new site.
Cool, what’s the new site?
[...] solution s’offrent à vous comme le récent partenariat entre Disqus et Plaxo ou encore le plugin WordPress de Glenn Slaven. Lien [...]
[...] 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 [...]
[...] to show up on ReadWriteWeb posts as comments – and vice versa! Note that there is a similar Wordpress plug-in, developed by Glenn [...]
[...] WordPress RWW integrates Friendfeed for its comments: There are plug-ins for Moveable Type and WordPress; http://is.gd/LF5 [...]
[...] FriendFeed Comments plugin to the “Single” [...]
I’m seeing this too Glen, is it a firendfeed problem?
[...] il Plugin Wordpress sviluppato da Glenn Slaven (ne usiste uno per Movable Type, se usate un’altra [...]
[...] to show up on ReadWriteWeb posts as comments – and vice versa! Note that there is a similar Wordpress plug-in, developed by Glenn [...]
Fantastic!
Fantastic!
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-...
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-...
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…?
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…?
Exactly where does the <?php wp_ffcomments(); ?> tag go?
Exactly where does the <?php wp_ffcomments(); ?> tag go?
[...] 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 [...]
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?
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?
[...] slick, fast loading and depending on what you tweet… fun! Prologue even allows comments. I reckon FriendFeed Comments is the perfect addition to this [...]
Paul. it generally goes on the single.php template. It doesn’t really matter where, it should work where ever you put it
Paul. it generally goes on the single.php template. It doesn’t really matter where, it should work where ever you put it
[...] 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 [...]
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.
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.
Never mind, my bad. I wasn’t adding your plugin’s tag to single.php. Got it fixed.
Never mind, my bad. I wasn’t adding your plugin’s tag to single.php. Got it fixed.
Great,I really need this Plugin,thank you very much!
Great,I really need this Plugin,thank you very much!
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
)
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
)
[...] 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 [...]
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 =)
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 =)
[...] 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) [...]
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.
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.
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′)
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′)
[...] – FriendFeed Comments [...]
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.
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.
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?
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?
That’s kind of odd seeing as the activate hook is what installs the table. What version of the plugin have you got?
That’s kind of odd seeing as the activate hook is what installs the table. What version of the plugin have you got?
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.
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.
And this error goes away when you disable the FriendFeed plugin?
And this error goes away when you disable the FriendFeed plugin?
Yep, every time. I tried disabling everything but that one and it still did it.
Yep, every time. I tried disabling everything but that one and it still did it.
What version of the plugin are you running?
What version of the plugin are you running?
How very odd. Ok, I’m downloading semagic now, I’ll keep you posted
How very odd. Ok, I’m downloading semagic now, I’ll keep you posted
It is odd. I thought I was insane myself, but I tried it on two sites just to be sure before commenting.
It is odd. I thought I was insane myself, but I tried it on two sites just to be sure before commenting.
Latest one from the download section… could the template I am using interfere with it? (using revolution media pro)
Latest one from the download section… could the template I am using interfere with it? (using revolution media pro)
[...] Get more details at the authors plugin page. [...]
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!
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!
Got a fix for this one: http://wordpress.org/support/topic/188185?repli...
Got a fix for this one: http://wordpress.org/support/topic/188185?repli...
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?
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?
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.
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.
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!
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!
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
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
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.
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.
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
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
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!
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!
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?
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?
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.
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.
Any idea / suggestion? Please!
Any idea / suggestion? Please!
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
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
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
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
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
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
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!
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!
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?
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?
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. [...]…
[...] FriendFeed Plugin – Allows reader to comment on your post via FriendFeed. [...]
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
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
How i can show normal comments and Friendfeed comments together like at RWW?
How i can show normal comments and Friendfeed comments together like at RWW?
[...] Wordpress plugin FriendFeed Comments by Glenn Slaven allows you to display on your individual blog posts (I have mine right above my [...]
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)?
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
[...] 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.’ [...]
[...] 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. [...]
[...] 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. [...]
[...] Blog More Social‘. De los que no conocía, me he quedado con FriendFeed Activity Widget, FriendFeed Comments WordPress Plugin y SezWho. Escoge los [...]
[...] 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. [...]
[...] FriendFeed Comments – ??Wordpress????????????FriendFeed??, ??, ????????????. [...]
[...] 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. [...]
[...] 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. [...]
[...] 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. [...]
[...] FriendFeed Comments – ??Wordpress????????????FriendFeed??, ??, ????????????. [...]
[...] FriendFeed Comments WordPress Plugin [...]
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.
[...] FriendFeed Comments WordPress Plugin [...]
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
Is there anyway to create an option to pull the feed also like say the first 5 feeds instead of the comments.
[...] 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. [...]
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.
Kol, could you send me the link to your site & I'll have a look
My site is here: http://www.squashyfrog.com/. Then click on Blog. What will you be able to see form here anyway? Thanks, Glen!
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
I've deactivated the other FF plugin but the Options page is still the same. Any ideas?
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
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
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
[...] FriendFeed Comments WordPress Plugin [...]
[...] FriendFeed Comments – show comments and likes that your post gets on FriendFeed right on the post itself. [...]
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!!
Works a treat….
Thanks for this….
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?
[...] FriendFeed Comments WordPress Plugin [...]
[...] FriendFeed Comments – ??Wordpress????????????FriendFeed??, ??, ????????????. [...]
[...] ??????????? ?????????? ? ???????????? ?????? Friendfeed Comments, ??????? ?? ?????? ????????? ?????????? ?????? ? [...]
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.
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?
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
[...] FriendFeed Comments WordPress Plugin – Development on a Shoestring (tags: wordpress plugin friendfeed) [...]
[...] 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 [...]
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.
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
thank you for your information.
it's look like a great way to add comments and traffic to you site
I like this plug-in It can help build up a buzz
Its a social plug-in
[...] 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. [...]
Thank you brilliant tool to help build my community
with thanks
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?
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
Thanks for this great plugin! Using it right away with my twittertools!
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?
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?
I'll try this plugin again when version 1.4 comes out. For now I've given up on getting it working.
Yes, that looks ideal. How did they do that?
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...
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).
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!
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.
Hi at all,
one question: FriendFeed Comments work on page (page.php)?
[...] Excerpt from: FriendFeed Comments WordPress Plugin – Development on a Shoestring [...]
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?
[...] Lifestream??? FriendFeed ? WordPress ???????????? FriendFeed Comments?????? FriendFeed ?????????????????????? [...]
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?
[...] 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. [...]
[...] 27. FriendFeed Comments WordPress Plugin [...]
[...] 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. [...]
Well that’s look cool, i will give a try to this one
[...] 27. FriendFeed Comments WordPress Plugin [...]
[...] 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!! [...]
[...] 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. [...]
[...] 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. [...]
[...] 27. FriendFeed Comments WordPress Plugin [...]
Too bad that the plugIn don’t work in “pages”… but great job !
thx
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
[...] FriendFeed Comments – ??Wordpress????????????FriendFeed??, ??, ????????????. [...]
[...] 27. FriendFeed Comments WordPress Plugin [...]
Great work! I’m putting this to use immediately. I’m looking forward to future versions!
[...] 27. FriendFeed Comments WordPress Plugin [...]
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.
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.
[...] Página FriendFeed Comments [...]
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.
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