-
Website
http://blog.slaven.net.au/ -
Original page
http://blog.slaven.net.au/wordpress-plugins/friendfeed-comments-wordpress-plugin/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
adapar
3 comments · 3 points
-
Shey
7 comments · 43 points
-
drewolanoff
2 comments · 48 points
-
Phil Glockner
3 comments · 79 points
-
urbansheep
6 comments · 2 points
-
-
Popular Threads
I really like what Glenn has done for his plugin, really slick.
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'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.
tests here & get back to you, sorry for the hassle
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
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. :)
Glenn, how does post binding works? How does plugin know which post to request from FF? It isn't blog post permalink, is it?
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.
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.
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? :)
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
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).
2. Do we have any examples yet?
3. Will it work with Disqus?
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
Here's a post where a FriendFeed comment should show:
http://nathanr.ca/news/torontos-cn-tower-wows-v...
>:(
Brilliant work though...
Cheers
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.
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
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
http://downloads.wordpress.org/plugin/friendfee...
cheers
Perhaps a link to where it's happening?
cheers
2008/5/26 Disqus <>:
Thanks!
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 <>:
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!
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.
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
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".
cheers
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));
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 <>:
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 <>:
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 :)
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.
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
The site is http://www.howtosplitanatom.com, any advice would be greatly appreciated.
cheers
likes/comments shouldn't the widget appear somewhere?
gdalziel at gmail dot com
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.
http://rapidfireblog.com/2008/06/09/friendfeed-...
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...?
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?
I've tried disabling the Prototype javascript, but still not seeing anything.
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
)
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 =)
I'm using wordpress 2.6B3.
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')
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 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?
I do use MetaWeblog on the server settings.
When I save my 'Friendfeed comments' settings I get this message:
PHP Warning: assert() [function.assert]: Assertion failed in D:\Inetpub\vhosts\andreavascellari_com\blog\wp-content\plugins\friendfeed-comments\friendfeed.php on line 18 PHP Fatal error: Call to undefined function curl_init() in D:\Inetpub\vhosts\andreavascellari_com\blog\wp-content\plugins\friendfeed-comments\friendfeed.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:\Inetpub\vhosts\andreavascellari_com\blog\wp-content\plugins\friendfeed-comments\friendfeed.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
curl is installed on your server, it's a PHP module & it's needed for
the plugin to work
http://www.sheysmith.com
Thanks!
http://www.sheysmith.com/wp-content/plugins/fri...
Can you check whether that file is still in the plugin's folder?
Thanks for all the help!
Error: Unable to retrieve content from FriendFeed. The API may be down or there may be connectivity problems
Any ideas?
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
As I said, nice plugin :)
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
"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. :-(
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
you send me a screenshot to gdalziel at gmail dot com? I'll see ehat I can
do
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
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!!
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?
point. Just assume it is GPL until I get the code updated with it. Thanks
for pointing that out
New to blogging but this should help me get into it.
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
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
one question: FriendFeed Comments work on page (page.php)?
one question: FriendFeed Comments work on page (page.php)?
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?
[edit] Seems to be solved adding my blog to friendfeed. This is not well explained in the readme.
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'] == '/'))
)
)
things to put but, so version 1.4 should be out in the next few days
EDTI: LOL that reply was 10 *months* ago, ignore. :-)