james d. low |
live / work / play / worship |
For a while I’ve been using Adam Hill’s facebook comment importer, to get comments from facebook back in to my blog. I recently realised it wasn’t working, so I tried Thomas Albright’s edit, no joy there either. Did some debugging and got it working my self. You can download it here: facebooknotes.php.
All new changes have been commented incase they need to be moved back, though I think my version is the only one being actively maintained at the moment.
Change Log:
0.36
Latest fixes for facebook with changes from Benjamin Trice
0.33
Option to not import comments for posts whose comment status is closed.
0.32
Should work for pages and situations where there facebook user specified in wordpress isn’t friends with the commenter on the note.
0.31
Removed debug statement
0.30
Fix for the latest version of facebook!
0.29
Option not to notify (email) of new comments from facebook
0.28
Option to import from every page of notes from facebook, not just the first one.
0.27
Version 2.5.1 introduced that the GUID might not be the permalink (http://trac.wordpress.org/ticket/6492). The plugin now uses a different method for converting the URL to a post ID. Should also fix some earlier problems with the “Original Comment Post Not Found” error.
0.26
Version 0.26 with fix for latest facebook HTML mark up
0.25
Fix added by Aaron Harp to allow thie plugin to work with feedburner
| If you found any of the software useful, please consider supporting its further developement by donating. |
Facebook seriously need an API for this, and for groups.
Ok, another update to facebook’s html broke the plugin again, hopefully I’ll have a fix soon.
Ok its fixed, version 0.21. Also found a bug related to people commenting more than once, which is fixed as well. Can use the same link as before.
This is an example comment from facebook…
I tried installing verion 0.21 and I get a “fatal error” when I try to activate the plugin. I am changing the extention of the text file from .php.txt to .php Am I doing something wrong?
yep, should change from .php.txt to .php
What version of wordpress are you using?
I am using version 2.2.1.
I’ve tried on version 2.1.3 to 2.3.0
haha, ok, while i’ve tired on version 2.1.3 and 2.3.0, not on all version inbetween. hmmm. let me see if I can install that version on my test blog.
It seems that the facebook developers are trying to keep pace with us “hackers”. Since their revenue now depends on ads, FB is trying to keep all functionality WITHIN facebook pages (more ads displayed).
A bit short-sighted if you ask me.
yea, they’re missing tons of functionality from their API, and I think opensocial is a much better idea.
I’ve tried the plugin on 2.2.1 and it activates, I’m on php 5+, but I’m not sure its that. Have you tried the older versions of the plugin from Adam’s site? I haven’t changed much of the code, so activation should be the same, so if those work, this should work. I mainly changed some of the regular expressions and things.
I just upgraded to WordPress Version 2.3.1. And I just re-installed v.0.21 for the plugin. I used the “manually import” button and it detected the comments from facebook, it said that the comments were added to the WP database… BUT STILL, they do not show up in my page.
Yes, I tried the 0.1 version on both of my WP version. Hmmm…
I appreciate your help and time. Please find me in facebook, I could not find you. Thanks bro.
* is there a delay? Wordpress is saying that the comments found from FB are already in the database. Nothing shows up. Any ideas?
This is why it is not working. Because although WP detects and imports the comment, it does not associate it with the correct post, as it is shown in the “# 0″ at the end string.
“Nov 25, 10:48 PM — [ Edit | Delete | Unapprove | Approve | Spam ] — # 0″
ha, sorry this is such a hack, there shouldn’t be a delay, the output that say’s they’re in the database only occurs if they have been selected back from the DB, so if you go to your mysql database they should be in there.
yes, it does seem that maybe they’re not associated with the correct post. They did the last time I tested on mine. I’ll ad a comment from facebook, and try again.
hmmmmm… ok my test comment appears, but the date / time stamp is wrong because it doesn’t take into account the time difference between my blog and facebook.
I wonder why yours isn’t finding the correct post?
just been going through the code, the plugin detects which post to apply the comment to by using the guid from the database, and comparing with with the url extracted from the facebook “view original post” link.
if the url fed into facebook from your RSS feed is different from the one in the database, it would fail to find the correct post.
Thanks, James. The problem was that I was using a feedburner plugin to redirect the rss feed to a central location to keep track of subscribers.
“http://www.feedburner.com/fb/a/help/wordpress_quickstart”
I was using the rss feed to import posts into FB. That is the reason why the Notes in FB (original posts) and the WP posts were not matching.
I had other upgrading issues. Resolved them now.
Conclusion: Plug-in version 0.21 works like a charm. Thanks.
Dany
great, haha until facebook change something and I have to fix things all over again…
can u add support for characters like æøå?
THANK YOU! It’s nice to have this working again :D
Testing other characters æøå hehehe
Hi Patrick, I’ll try and see what I can do, no promises on time though :-)
Hey patrick I just ran a test posting a comment from facebook and it does support the characters you mentioned.
Let me know if there’s anything you think isn’t working for you.
I just added the plug, and it looks fantastic. Thanks for the time you’ve put into it.
[...] I end up with comments on the blog and some on Facebook. Thankfully, I found a neat little script that pulls in Facebook comments into Wordpress, making everything consolidated. [...]
I’m running on WP v2.1, and it’s not doing anything for me, not even wrong posts, moderation, nada.
Maybe I’m having the same prob as aforementioned, because I’m importing my FB from a feedburner feed of my WP site? If so, then.. well, I guess i’ll just have to do a CBA of what I prefer, is there no hope though/then? I think I only had a comment on one of my notes, which was sometime back…
Installed plugin, was working great, but now all comments are going to entry #0 and don’t display. Any ideas?
Neil
[...] More information and the latest version can be found here: http://jameslow.com/2007/11/18/wordpress-plugin-facebook-comments/ [...]
Hi, I submit my site to FB Notes with this address: http://blog.url.com/feed/ (url being my website, obviously) - and it import comments, but all say they are for post #0. Have I used the wrong URL for FB?
Thanks!
Yes, this seems to be a problem with some people’s setup. Its really hard for me to test and figure out why because it doesn’t do it for mine, and several others. I will keep thinking and working on this problem though.
Thanks! Much appreciated.
Hi again,
My issue appears to be ‘fixed’, so I thought I’d share some information with people who may have been having the same issue.
I was using http://www.url.com/feed/ as my link in FB and my comments were being imported, but linked to the non-existent post #0.
I tried again, this time using http://www.url.com/?feed=rss2 - and bingo! Works like a charm.
Hopefully this can help some other people.
Cheers,
T.
I haven’t checked, but it sounds to me the plugin might not be detecting that http://www.url.com/feed/ is that same as http://www.url.com/feed, with no back slash.
Or maybe it has something to do with the GUIDs in the database. I’m a little confused now. I use http://www.url.com/feed/rss/
Ok, I just changed my facebook to use http://www.url.com/feed/ and it still works, so it mst be something to do with the permalinks looking differnt in different feeds, glad yours is working now htough.
Hi James,
I installed version 0.22 of Facebook Comments onto Wordpress v2.3.3, and I can’t seem to get it to do anything.
When I click “Import Comments Manually,” I get the message “Manually importing comments… ” and then nothing else happens.
Do you have any suggestions?
The feed I am importing into Facebook Notes is:
http://www.bandergrove.com/?feed=rss2
Thanks for all your hard work on this plugin!
Pete, not sure what happens, check that there are comments attached to post #0, that seems to be a reoccuring problem that happens.
If its not that, send me a screenshot of the wordpress admin screen when its doing that.
As i’ve said before, this is a bit of a hack, taken from someone else’s broken code, so it might take a while to figure out all the issues.
Thanks for the quick response! I really appreciate this.
I have posted a screen capture here of what happens right after I click When I click “Import Comments Manually”:
http://www.awsumpixx.com/DOC/misc/bandergrove_facebook_comments.jpg
And the full Facebook Notes address I’m trying to import comments from is:
http://ithaca.facebook.com/notes.php?id=13800780
I’d love to hear any suggestions / advice you have.
I forgot to mention — I don’t have a post #0 on my blog. I deleted it. The earliest post I have is #3. I don’t know if this has any effect.
I’m not sure what happened, but this plugin magically started working today.
I didn’t change anything on my wordpress blog (I haven’t even logged in / posted in a week and a half). But somehow the comments started coming through.
Very odd, but I’m not complaining!
So is there still no certain fix for the #0 thing? I’ve tried all the above and still no go… :(
really hard to test as it hasn’t done it to my blog and i can’t seem to make it do it, but i think its just happened to one of my friends, so i may be able to get access to debug.
Cool. I’d love to hear a solution for this.
hahaha, good news everyone, my blog is now doing the #0 post thing, so i can really dig into this and figure out what on earth is happening, and hopefully have a solution for everyone!!!!!
hey everyone, so i gather that this plugin can only be used to get your comments from your own individual facebook account, not from groups that you started. is that right? when i set it up and give it my name, password, etc., it keeps telling me that i have to authorize the plugin access before i can continue…even though i fill in all the info. suggestions?
0.23 New version!
There’s a new version out, with a couple of changes. Firstly there’s a fix for comments appearing on Post #0. Firstly it won’t import the comments at all if that happens, so you shouldn’t get those appearing in your database. Secondly I’ve changed some of the code to better detect if post URL. Let me know if it works for you.
Kelly, yep, only from individual accounts, RSS feeds that are setup to import that way. As far as i know, groups don’t support importing feeds via RSS.
So, it no longer imports comments with a post of #0, but I can’t figure out how to have it grab any of my facebook comments still. Error, original comment post not found… is what I always get. All my information is correctly entered into the fields. What could be resulting in this problem. My RSS feed is http://blogs.mkcproductions.com/webmastercorey/feed/
I’m also having the same issue (”Error, original comment post not found…)
But, i’m also having issues with Fotobook (which imports your photo albums from Facebook.)
the only thing Facebook related, which works for me, is Wordbook.
This is the plugin that I’ve been looking for, it’s a great one! Are you in the process of making it compatible with Wordpress 2.5?
At some point I will upgrade my blog to 2.5, so I’ll be doing some testing for that, will keep you posted.
Did the Feedburner issue ever get figured out? Feedburner rewrites all the post permalinks for stats keeping so the plugin looks up these URLs and doesn’t find anything. I’ll probably go in and figure this out later, but I wanted to check first and see if someone had fixed it. It’d be nice to fix this in the main release as many people use Feedburner for their feeds. Thanks for your work on this.
I’ll have a look at it sometime, probably won’t be for a while. I’ve got to upgrade a lot of blogs I maintain to wordress 2.5 first.
If you figure out something that works first though let me know, and I’ll include it in the official version of the plugin.
James…here is a link to an update that resolves Feedburner URLs: http://www.aaronharp.com/wp-content/uploads/2008/04/facebook-comments.zip
A great idea for a plugin — is there anything I’m supposed to do to modify the plugin so it’ll work? I’ve set up my FB to receive my WP posts and I’ve got comments over at FB that I’d love to have appear on my WP post… but I’ve installed the plugin and the posts aren’t showing up.
Any help would be appreciated - thanks!
Hi Aaron, thanks for doing that fix to make it work with feedburner. Its now in the main repository as version 0.25
Hi James, I’ve installed it on my wordpress 2.5, but its not working. The plugin page says its compatible up to 2.3, so, should I wait for your magic?
I’m getting an “original comment post not found” error when I try and get comments from Facebook.
Yep, that problem still occurs for some people. I’ll keep trying to figure out why.
I really appreciate the work you guys are doing. I had a look at the source there, and there’s enough regexes in there, I’m surprised even PHP can understand them.
I’m getting the “Error, original comment post not found…” error, and it’s driving me nuts. But there’s no way I’m going to hack around with that. It’s crazy. :-P
yep, those were inherited from the orginal plugin that I edited when it stopped working, and no one else updated it. when they go wrong they can be a pain to figure out.
can’t wait till I finally crack where that error is coming from, or maybe if i’m lucky some else will do before me :-P
James, I’m running wp 2.5, and the plugin does not seem to be working. Any tips? Or, plans to make it compatible? Thank you!
Hi!
I’m using WP 2.5, which I just realized you might not support yet, but my bug is still salient.
ALL my FB comments, NOT just on my imported posts, are being imported into the comments DB.
The part that might be WP 2.5-related is that its importing them all into post #1 (Hello World), but I’m not sure. I’m definitely a little complicated, I’m using a custom URL on WP (does that affect things?) and feedburner from there, to go to FB. Maybe that’s what is causing it problems with importing to the correct blog # and so it just defaults to 1 everytime?
[...] a mi blog, centra lizando así la información en este sitio. El plugin que hace esto es el Facebook Comments para Wordpress. (No Ratings Yet) Loading [...]
Hey everyone, my blog is now at the latest version of Wordpress, so I’ll be testing Facebook comments with that.
I have noticed that it is no longer importing comments at all for me, though this was caused by changes to the facebook HTML not upgrading my wordpress. Will let you know when its fixed.
Stopped working for me also. WP 2.5.1.
Ok, new version, works fo me, but its a mission to keep up with wordpress.
I meant a mission to keep up with facbeook.
Wordpress is normally ok, but with 2.5+ I’ve realised they’ve changed what the GUID means in the database, so it won’t always be the permalink, so I need to come up with another way to compare.
Ok new version 0.27
James - running wp 2.5 latest and 0.27.This is the error I’m getting:
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in [EDITEDOUT/public_html/wp-content/plugins/facebooknotes.php on line 252]
Has this ever worked for you, or are you a first time you’ve tried? There was nothing changed with that part of the script, so I’m guessing this is the first time you tried to use it.
Its something to do with your curl setup on your server, though I’m not sure specifically whats wrong.
Ok everyone, I was in a good mood, so I’ve edited things again, and there’s now version 0.28 which will go through ever page of facebook notes, not just the first one.
First time - tried again with 0.28. Same problem, plus “cannot find original post”, etc. Thanks though.
Facebook Comments…
Facebook comments is a Wordpress plugin that will import comments from your facebook notes back into your wordpress blog….
Hey dude, just wanted to say thanks so much for updating your plugin. The latest updates have done the trick and it’s now fully compatible with the latest WP 2.5.1 engine (at least, as far as I can tell!)
Btw, I couldn’t help but notice on your blog that a) you’re from Hong Kong, and b) you’re a Christian. So am I, and I figured the English-speaking Christian community in HK can’t be all that huge.
Well anyhow, Facebook tells me we have mutual friends. I take it you go to The Vine? I’ve been there myself quite a few times, but when I’m in town I usually go to ECC.
Does this work in 2.6? I’m having troubles getting the comments to import at all! (Er, namely, they don’t, but don’t give me an error message?)
Hi, I haven’t tested it on 2.6 yet, but I don’t see why it should’t. I’ll upgrade my blog sometime and let you know.
I just ran it on 2.6 and it works fine, so there’s something else going wrong. Can you send me a screenshot of what happens when you click manually import comments?
hey i am using the facebook comment and was wondering whats the code so i can put it in the side bar?? the code? LOL!
Um, what exactly do you wan to put in your sidebar? What facebook comments does is import comments on notes from facebook to regular comments in wordpress.
Very nice plugin.
I have been looking for a way to intergrate my facebook comments, thanks!
Hi James, I have WP 2.6, I have been looking for this plugin for ages. I have a ton of comments I want to sychronize.
It doesn’t bring them into he blog, it just says manually importing comments.
is there something else i need to change. My posts are imported to facebook via a feedburner feed
I’m using WP 2.6 and exporting posts to FB via Wordpress, and I can’t get any function out of this plugin. Any idea why?
Sorry, I meant post to FB via Wordbook.
So I dropped Wordbook and tried importing only with RSS to see if that might have anything to do with it. I got no response. I get the ‘manually importing comments…’ message and nothing else. Might it be that my Wordpress and FB account emails are different? Or does it just hate me like it seems?
I love the idea of this plugin. I found it when I went looking for something to do exactly this. I’d be thrilled if I could get it working.
Just gave you some link love over at my site. I installed it and it’s working just great.
Thanks for the plugin.
I reinstalled the plugin, messed with my feeds, all kinds of stuff. Suddenly, it worked. I have no idea why, but I’m thrilled. I love this plugin.
I am afraid that the problem mentioned above turns up here as well. I am a first time user and the manually importing… notice doesn’t do more than just appearing. I am using the latest WP version, the latest version of your plugin, together with Feedburner. I’d be thrilled if the brilliant idea would be put into practice on my own site : )
I am having the same problem Justin had prior to his mysterious solution.
Is the plugin compatible with 2.7?
I’m having the same problem as Justin and Rin. Using Feedburner and Wordpress 2.6.3
First mistake was using http://www.facebook.com instead of network.facebook.com where network is the network you belong to. Now it lists my blog posts, “Checking for comments on Checking for comments on” but doesn’t seem to import any comments.
Help please!
I’m experiencing the same problems as the last person.
Yea facebook have changed some HTML, and I think the plugin has stopped working again. Its on my todo list to fix it.
Thanks, looking forward to another update.
[...] Facebook Comments pour récupérer et afficher sur le blog les commentaires faits sur Facebook sur les billets convertis en “notes”. [...]
Yep, it looks like it’s died in the last week or so.
When do you think you’ll be able to have this looked at James?
Keep rockin’.
Keith
Started looking at it, I have a dumb regular expression that just won’t work, but its getting there. Facebook changed a lot this time!
Ok done, version 0.30 works for me :-)
YAY!!! Thank you sooooooooooo much.. This new update is working flawlessly! *cheers*
Superb! Good work James.
Hmm, Google moving feeds from Feedburner to their own software is making this iffy. :-\
[...] information and the latest version can be found here: http://jameslow.com/2007/11/18/wordpress-plugin-facebook-comments/ Download Plugin! Version 0.32 Last Updated: January 15, 2009 Visit Plugin’s Home Visit [...]
Hey, I’m getting a series of
Error, wordpress URL for post not stored…
Error, wordpress URL for post not stored…
Please hit me back and let me know what’s up.
Thanks,
Mike
Same error for me I’m afraid as the commenter above. Looking forward to any solutions!
[...] allow me to reach both friends of friends, and friends of strangers. Plus, with the combo of the Facebook Comments plug-in, any comments left on Facebook are copied back onto the blog, keeping everything nice and [...]
How could I add Facebook comments to the front page of my Wordpress blog? What code would I need to add to the template?
Hey, first i couldn’t get this working, but i fixed it myself. I noticed two things that breaks this plugin:
1. You have to use English as your language at Facebook. At least it didn’t work with Swedish - it just stuck at “Manually importing comments…”
2. Your plugin checks for the feedburner domain but have no way to tell if you’re using “MyBrand” (Custom domains) with feedburner.
I use “feed.cinnak.se” for my feeds so i manually changed “feedburner.com” with that in the code where the check is being made.
And now it works!
If you can include a textfield in the next release where you can enter your mybrand-domain that would be awesome.
And is it possible to get it to work with other languages of Facebook?
Thanks!
I have a dumb question : Which comments this plugins is supposed to import in wordpress ?
The comments made on post imported from rss feed in your facebook profile ?
Does it work with wordbook, to import wordbook comments to wordpress comments ?
thanks
Yea it imports the comments from facebook notes to wordpress if the original source was a wordpress post imported to your profile via RSS.
It doesn’t work with wordbook, only via the official facebook importing method here: http://www.facebook.com/editnotes.php?import
When comments are closed on certain post, what’s happened ?
Unfortunately on facebook all comments are activated by default even if comments are closed on wordpress post…
I just added an option to not import comments for closed posts.
Nice work.
Unfortunately I have try to use it with one of the best RSS Facebook Application (Simplaris Blogcast) by entering the url of my facebook wall (where my feed are displayed with comment option) instead of url of facebook note and it doesn’t work.
I think I have found a better solution.
I use the Share Facebook button to publish my post on my profile.
So in the Wordpress admin plugins setting of Facebook comment, in Notes URL, do you think it will work if I enter the url of posted article :
http://www.facebook.com/profile.php?id=my_ID_number&ref=profile#/posted.php?id=my_ID_number
This plugin will not work with any other import solution other than the official one: http://www.facebook.com/editnotes.php?import
The Share Facebook button is official, it’s a new feature of Facebook and it give to your post the best visibility.
http://www.facebook.com/share_options.php
You should have a look james…
I am still receiving a list that looks like this.
Error, wordpress URL for post not stored…
Error, wordpress URL for post not stored…
Error, wordpress URL for post not stored…
Error, wordpress URL for post not stored…
Error, wordpress URL for post not stored…
Error, wordpress URL for post not stored…
Error, wordpress URL for post not stored…
Please let me know what the error would be.
Thanks,
Michael
I have been trying to get this thing to work. I am on a windows server so I don’t have command line CURL. I think that is why its not working for me.
I ahve been trying to re-write the curl into the PHP function but I can’t get it too work. :(
It keeps telling me cookies are required in my debug output. Even though I have the CURLOPT_COOKIEFILE set with a cookie.txt
Data is written to this cookie.txt when ran
I’ve just upgraded from WP 2.7 to 2.7.1. and all of a sudden, this plugin’s ceased to function. Should I just wait it out until it’s compatible once more?
I haven’t upgraded yet. I’ll have a go and see what happens.
Can I assume that I’d also need a cross-posting tool in order to post my blog entries to Faebook?
Use the official RSS import solution:
http://www.facebook.com/editnotes.php?import
Is the plugin working for you since the upgrade? I’m not too sure what’s wrong on my end. I can’t even import the comments manually as it just stays at “manually importing comments.”
I haven’t tried yet. Will do soon.
Hey James,
Great plugin idea, I can’t seem to get it to work. Question: Is it required that you use feedburner?
Cheers,
I am having an issue when it imports my own comments from facebook notes, it is loading them with the advertising and, comment boxes, tagging boxes, etc. from the facebook page. If I delete or edit the comments on WP, they are just reimported on the next update. Any ideas?
I’m also suffering from some issues. Every night, all the FB comments are being imported repeatedly.. and also include a bunch of HTML that would have also been on FB (banner ad, links etc).
Seen your comments guys. I’ll have a look sometime, but please understand we’re scraping facebook html, so its likely to break quite often, and this isn’t my full time job :-P
do you have any tip so we could try to fix this houselves, and not having to bether you? :)
well how I have to do this, is I have to look at the HTML facebook is producing, and make sure my plugin correctly reads and finds the data using regular expressions. If someone else wants to do that and send me their changes I’d be happy.
Either that, or if a load of people wanted to donate money I could afford to spend more time on it :-P
I’m not good at this and since I installed this could never find the link on facebook. The RSS feed I found doesn’t contain the ” “viewer” . I can’t even find the rss on comments.
Here is my RSS feed- http://www.facebook.com/feeds/share_friends_posts.php?id=1413112816&key=b17fd9b758&format=rss20
This is as close as I’ve come. The notification.php part is working but not the comments.
Just upgraded to WP 7.1
Thought I posted results already but don’t see it-
Again not sure what it is supposed to do because haven’t seen plugin in action. I put that rss feed in my sidebar and it’s getting something.
Shoot me now- I was working on another ap- thought was yours.
I wonder if yours is a WP issue- how many of these failed plugins are on the new 2.7.1
Looks to be a 2.7.1 issue. It was working fine with me until I updated.
I did notice one bug prior where if a comment had html within it, the plugin would create a single duplicate entry with no author name.
I’ll see if I can take a look at possible issues this weekend. Thanks for the great plugin though.
Actually I found that it is working in 2.7.1. My issue was that I was showcasing my Notes in the compact view and it would not pull the comments back. Once I changed it back to Full view, the comments were imported again, but Facebook did update their html and it is now importing almost the entire page.
James, I’ve fixed the issue in the plugin. Please send me an email and I’ll send you the updated plugin code. I also added the ability to provide a default url for all comments instead of the facebook url id for those that don’t want to post the facebook url id’s out there.
One more thing. There is one bug left. The plugin seems to screw up the author name on the last comment of a post. I was wondering if maybe you could take a look at this issue. I have only limited experience with regular expressions.
Thanks again for the facebook comment plugin in general.
I believe I have the plugin fixed now and working.
anyone has a fix yet? don’t seem to work..
hi there,
i’m new to this whole world. i”ve been tasked by my job to figure how to make it so that when someone googles(search engine searches) you, that your posts and people’s comments on your posts come up in the search. how do you go about making your facebook, myspace, wordpress, blogger, etc. come up when people search for you? is that the same as blog optimization?
thanks everyone for any help you can give!
@ben: try hooking up james on donate@jameslow.com
Thanks Davin. I’ll try that.
However, it seems that Facebook made some html changes again and broke the plugin. I’ll try to reach James after I give the plugin a second shot.
Hi! I installed facebookcomments yesterday with WP 2.7.1 but it’s not pulling FB comments. Could someone please help? Is it related to the previous comment made by Ben and is not working for anyone? Thank for the help.
There’s a new version with fixes from:
http://heroinc.org/2009/03/01/034-facebook-comments/
Mate love your biblegateway plug in, great work!
Trying to get this workong on my site, but keep comign up with this error :(
Manually importing comments…
sh: line 1: curl: command not found
Ahhh, looks like you don’t have curl accessible from you PHP setup. I’m working on changes that will integrate phpcurl but depends on how much time I have.
I’m finding that mine isn’t logging in. The page that the script is getting back has a login box + the standard “you do not have cookies enabled” message.
Hey, I stumbled on your site through some wordpress plugins. We have a lot in common. Would enjoy communicating sometime if you would like to. You can leave a post on my blog if you like instead at http://www.timmalone.net/blog.
I like your site and look forward to hearing from you.
Hey there,
I’ve been watching this plugin in for a while and was really excited about the most recent developments. However when I try to import comments I get the following error:
Manually importing comments…
Error, wordpress URL for post not stored…
Error, wordpress URL for post not stored…
Error, wordpress URL for post not stored…
Any clues or help is appreciated.
Thanks,
Andy
Yeah, getting the same error message.
“Error, wordpress URL for post not stored…”
I am on WordPress 2.7.1 and using Facebook Comments 0.36.
Hi. I really like your plugin… well, if I could get it to work.
When I click manually import, it just says “Manually importing comments…” - but nothing happens. How long is it supposed to take?
I entered the correct e-mail, password and url to the notes feed, which is the following:
http://www.facebook.com/notes.php?id=85366427504
As you can see, there’s a comment for the latest post on facebook, but it doesn’t import to my WP :-)
- Simon
I have tried for hours to no avail! Just as Simon, nothing happens on import. Is there a Cron I should setup or something?
PLEASE HELP - this is an amazing app when it is working.
All Best,
- Misty
I think facebook have probable changed something and its stopped working again. I’ll have a look sometime.
Hey - I have the same problem as chris, Simon and Misty…
When I click manually import, it just says “Manually importing comments…” - but nothing happens.
I look forward to hearing from you about a fix for this problem.
thanks,
Amna
I also have this issue, “Manually importing comments…” but nothing happens. Will there be a fix or not?
Please let me know,
Best-
I have the same issue, Manually importing comments… and nothing happens. Will there be a fix?
Thanks Best-
This plugin does not work at all. Should be fixed or deleted.
I have the same issue, Manually importing comments… and nothing happens. Will there be a fix?
I think this plugin is really useful, I hope you make a fix. Good work.
Thanks
Is it possible to import the comments from a group instead of from a profile?
Yea, Facebook has seen some huge changes, I’m just a little too busy to fix things tight now.
Hi, I’m Michele from Italy.
I find your plugin very useful, i would like to know when you’ll get time …
I think that your commenters will understand an incentive via paypal…
Here is another voice encouraging you to update the plugin when you can. In passing, nice on the biblegateway one.