FeedWordPress is an open-source Atom/RSS aggregator for the WordPress blog publishing platform. You set up feeds that you choose, and FeedWordPress syndicates posts from those sources into your WordPress posts table, where they can be displayed by your WordPress templates like any other post — but with additional meta-data, so that your templates can properly attribute the post to the source it came from.
FeedWordPress was originally developed because I needed a more flexible replacement for Planet to use at Feminist Blogs. You can use FeedWordPress to create aggregator (Planet
) sites that bring together posts from many different sources, using the WordPress templating engine to display posts from all around the web. Or you can use it to bring together all your online activity from your blog, Twitter, Flickr, or other online services, into a Lifestream
with all your online activity in one place.
FeedWordPress is designed with flexibility, ease of use, and ease of configuration in mind. You’ll need a working installation of WordPress or WordPress MU (version 3.0 or later), and also FTP or SFTP access to your web host. You don’t need to tweak any plain-text configuration files and you don’t need access to shell or crontab on your web host to make it work. (Although, I should mention, web hosts that don’t offer shell access and cron jobs are bad web hosts.)
ANd where do you put that code, please?
Where do we add this code exactly?
I’m having the same exact problem
I had FeedWordPress running just fine on my site, and it did exactly what I needed. But recently when I try to add a feed instead of getting the normal dialogue to confirm addition of the feed I get this:
Feed Finder: Subscribe to mydomain.com/feed/atom
And that’s it. It doesn’t add the feed.
Anybody see this before. Any hints?
Hi liekie,
I had the same problem, and found a wonderful plugin called theexcerptreloaded() – have a look here:
http://guff.szub.net/2005/02/26/the_excerpt-reloaded/
Once you’ve activated it, you can amend the way your theme outputs the text: WP functions thecontent() outputs the entire syndicated post, and theexcerpt() the entire excerpt. But with theexcerptrelaoded() you can specify how many words are used, which HTML tags you’d like to display and if you’d like to use thecontent() or theexcerpt() fields. Works for me on http://www.broadcast-news.co.uk.
Hi!
I have this error in my logs with PHP 5.3.
Non-static method FeedWordPress::stale() should not be called statically file: wp-content/plugins/feedwordpress/feedwordpress.php line: 268The backtrace:
2 FeedWordPress::stale() called at [/home/misterphp.com/public_html/wp-content/plugins/feedwordpress/feedwordpress.php:268]
3 feedwordpressautoupdate()
4 calluserfuncarray(feedwordpressautoupdate, Array ([0] => )) called at [/home/misterphp.com/publichtml/wp-includes/plugin.php:339]
5 doaction(shutdown) called at [/home/misterphp.com/publichtml/wp-settings.php:681]
6 shutdownactionhook()"
Hope this can help you.
Thank you for your work.
Cheers,
Marc
Will This Break WP 2.8.5? I am interested in giving it a whirl, but I see the latest release is only compatible up to 2.8.1.
If so, how soon will it be updated to work with 2.8.5?
Thanks -Doug
Hi
Can FeedWordPress be adapted to use as an job aggregator?
Thanks for any help.
I used:
< ?php if (is_syndicated()) : ?> < ?php print strip_tags(string_limit_words(get_the_excerpt(),35)); ?> < ?php endif; ?>where ‘print striptags’ removes all HTML tags from the post fed and where ‘stringlimit_words’ limits the number of words from the excerpt, in this case 35 words.
Separately, code to strip HTML tags would look like:
< ?php if (is_syndicated()) : ?> < ?php print strip_tags(get_the_excerpt()); ?> < ?php endif; ?>and code to limit number of words would look like:
< ?php if (is_syndicated()) : ?> < ?php print string_limit_words(get_the_excerpt(),35); ?> < ?php endif; ?>This is what I used and works well for me. Hope this helps.
Cheers,
Joelle
Hi,
I just installed FeedWordpress on WordPress 2.8.5. I’m having a problem subscribing to feeds that I KNOW exist – the error message I get is:
Error: FeedWordPress couldn’t find any feeds at http://www.momontherun.net/category/giveaways/feed. Try another URL. Diagnostic information HTTP request failure
name lookup timed out HTTP Transports available:
Could you help, please? Thanks!
Please…here the same…we wish have this option….reduce the number of words for a syndicate’s post….it’s very important….exist a workaround ??
+1
Hello, So when do you update the plugin so it’s suitable with WP 2.9.0 or at least 2.8.5, thanks!
Dude, can you open up the wiki section without having to be logged in, what kind of help system is that? Also, where is documentation on how to setup the format of the feed output; I can’t even find where the command to run cron jobs is ><.
Hi,
I just upgraded to wordpress 2.8.4 and feedwordpress is not showing any syndicated sites where as there were 7 of them before. So I upgraded the feedwordpress to the latest version on your site but to no avail.
Dear Charles,
I find that my feedWordPress can’t update a RSS feed after the first syndication. Could you please advise? Many thanks.
Joe
My Worpress: http://www.cpce-polyu.edu.hk/lib/newbook/ Source Feed: http://www.cpce-polyu.edu.hk/lib/RSS/feed.php?id=31&title=New%20Additions%20to%20Hung%20Hom%20Bay%20Library
Some of the feeds my blog is aggregating are showing the entire post. On my blog I would only like to show the first 200 words of these feeds. In Feedforwordpress how can I reduce the number of words of a syndicated feed wich is sending the entire post?
Absolutely love the plugin. I have been wanting to set up a cron job that would manually push all the feeds on a blog (example: http://my.mvourtown.com/homeowners)in WPMU. I can’t seem to figure out which file I should be referencing. It used to be update-feeds.php if I look through old documentation from circa 2007 (obviously older versions of WP). I have also attempted to have it run this: http://my.mvourtown.com/homeowners/?update_feedwordpress=1 that I found in the documentation, but nothing will check the feed.
End result: Checking every minute for updates on all feeds on all blogs involved. Any help would be hugely appreciated! Thanks!
Howdy,
I’m trying to use feedwordpress to set up a sort of virtual shop of the items that I sell on craigslist. It works great except for one major snafu. Every time I edit a craigslist ad, it seems to pull another copy out of the feed and post it. So if edit the same ad three times, then I have three different posts.
http://manlyvintage.com/?p=3481&preview=true&preview_id=3481&public=1&nonce=b8ea30a16e
http://manlyvintage.com/?p=3486&preview=true&preview_id=3486&public=1&nonce=b10922c4d9
Is there anyway in the settings or anything that I’m doing to cause it to double post like that?
Thanks!
Hello, I have a problem with one syndication: They never change the titles, just the content, so everytime when they change the content my content also changes, but I still having only one post with the same title!! How to hack that syndication to create different post with the same titles?
Please, help me, My website is: http://www.horoskopai.porx.eu
Thank You.
I encountered a problem with my wordpress installation and lost alot of data. I’m restoring specific tables, not the whole dtaabase back up. Could you let me know which table would store the list RSS feeds I was aggregating from? I was using the feedwordpress plugin on my site. Thanks for your help!
All the best, Janice
Great plug-in. On my first install, everything seemed to work fine. But now when I try to refresh my feed and update stories accordingly, it’s not detecting any new stories despite them being present in the feed. Any ideas?
Also, if there was a way to ignore deleted posts, that’d be great. But imagine that may be tough.
Hi !
Congratulations to your plugin. It’s very help- and powerfull.
Is it possible to add two features ? :
Also a nice feature : - setup a number of days after posts well be deleted (will all tags) wich was imported, but not published.
I will make a donate of 25USD for this updates.
Regards Ralf
Hi, i was pointed to your plug in when I needed a way to pull content from my blog, held in a folder /news/ to my home page at the root, in a sort of latest news style…
the plugin looks great but after installing and adding my blogs feed to the syndicated sites list, it doesnt seem to do anything else, where do I find my new syndicated feed? and how would I go about installing this on my home page?
thanks in advance, Jamie
Hello,
Does anyone know how to change _self in _blank. I want the permalink/ RSS article to open in a new window.
Thanks! Martijn
Hi! Gread module. But there is one thing: I want to update my feeds every 15 minutes. How can I set that? bye.
I tried using FeedWordPress on WP 2.8.4 but the plugin’s update function doesn’t work. Are both compatible? If not, can it be fixed?
Hey buddy.. can you please help me make the pulish date the date when the feed updates..
As when I update feeds.. some items of feed are posted on like 25 aug.. and when they get posted my blog.. I get the same date. I want a new date..
And how to fetch all items in a feed ?? feedwordpress right only fetches 1 item for me..
how to fetch like say all items in a feed..???
thanks in advance
Hi there pls tell me how can i turn off auto comment to sites where i get the feed?
Hi jakesterz, Can u b more specific what custom function u want to use so I could share my experience. Thanks. Etchbee
Hi, I can’t find any forums or support area so I’m writing here, sorry for that.
After added a source I want let some articles pass and other no, I usually delete these article I don’t want to publish but, at the next feed source updating, I find these articles again (and so on).
How can I delete definetly some articles without downloading every time I update my feed?
thanks and sorry again…
Hi,
Many hours and many days searching to have articles posts with title link to article homepage and not to feed site, “no comments” also link to author site not to comment form. Tried on custom post setting nothing happen.
Add-on: FeedWordPress and Add Attribution for FeedWordPress latest version
Any help on this problem http://coba.venohost.com
TIA
I’m kind of at a loss here. This looks absolutely awesome. But I don’t see any kind of in depth instructions. How do I use this thing?
What are the Custom Post Settings for? I’ve searched and searched and have no idea how to use that?
Thanks for the great plug in. Is it possible to have an entire news story post on the local copy on my website.
Example- Google news feed
CFN preview: Don’t dismiss Alabama – FOXSports.com Posted on 20. Aug, 2009 by rjkkharr.
CFN preview: Don’t dismiss Alabama FOXSports.com The rest of the non-conference schedule (FIU, North Texas and Chattanooga) is laughable. Getting a week off before facing LSU at home is nice, …
Continue Reading
When I click continue reading I would like to see the entire story. Is this possible?
Hi plienine,
Could you send me the URL of the feed that you’re having this problem with? If I have the URL, I can take a look at their markup, and do some testing on my own servers to better determine what the exact source of the prolem is, and what the best way to solve it would be.
Thanks,
-C
When the “Permalinks point to:” setting is set to “the copy on the original website”, RSS feeds for the aggregated blog are also affected by this setting. There should be a setting to have RSS feed permalinks of the aggregate blog point to “the local copy on this website”.
Hi, I see that there is an update for the plugin, and that the changelog said something about fixing errors and other bug fixes – all stuff I don’t fully understand, but I have this question for you – will it fix errors like this: Warning: preg_match() expects parameter 2 to be string, array given in /home/mydomain/wp-includes/class-simplepie.php on line 1727 I have been using this plugin for over a month now, in a testing environment. I determined that using this plugin along with Strictly Auto Tags by Rob Reid caused this error to occur periodically during the day when I worked on the WP backend and surfed the frontend of the site. I stopped using Strictly Auto Tags, but now I have other plugins installed that seem to be interfering with FeedWordPress, but I cannot NOT use them. I will be keeping an eye on things now with a new update and hope it fixes things, but I would appreciate you looking into this problem also. I have threads open about this issue at WordPress.org search “Warning messages” under the username “RootedUp”
Good evening. I’ve been racking my brain trying to figure out the differences between two wordpress blogs that are feeding to an aggregation blog and one that is not passing images to the aggregation blog. They’re all set up through feedburner, they all use the same theme, Platform Pro and settings appear to be the same for all. I have removed the feed and restarted it, still no joy. Any ideas on where to look is appreciated! Aggregate wordpress: jancaynes.com, source wordpress sites are: analyticallyspeaking.com (no images), blog.azartisan.com (working) and parceledgardens.com (working).
Thanks!
I have an error in the feedwordpress/feedwordpressfile.class.php For some reason, in the source code, it tells me this file is inactive and my site doesn’t like that. I get about 5 or 6 duplicated lines saying something about fileget_contents and it points to line 64. I cannot reproduce the error in my browsers, but someone told me it comes up in IE8. Can you help me please?
Hi there, I’m now testing your plugin, and I’ve managed to add using a program more than 10000 feeds, but now when I try to go to the admin page of the plugin it tries to show all the 10000 feeds in one page, and that is taking a lot of time, or consuming a lot of memory in the server.
Is there any way that you can “paginate” the feeds?
It seems that WP itself does not expect that amount of bookmarks too as it’s internal bookmark managing option does not paginate too.
Please help, or at least let me know where shall I try to do it by myself.
Help would be appreciated.
Regards, Bruno
Feature request: Please add ability to map an incoming feed’s category to an existing category. I have different incoming feeds and I would like to map the categories to the ones I already created for my site. Right now, I’m manually reassigning the posts to my categories.
Hey Charles, thanks for a great plugin! I’m wondering if there’s a way to set a feed to use the current date/time for a post rather than the post’s original date/time? So, for instance, even if a feed item was originally published two weeks ago, I want it to show today’s date as the published date when I syndicate it.
Thanks in advance! Will
Is there a way to import an xml-feed instead of rss?
I have a WordPress real estate website based on AgentPress (by Studiopress and running as a child theme on the Genesis framework.) Is there a way I can generate an xml feed from my posts so I can syndicate my listings to other property portals?
Hi,
I love your plugin! One issue, it seems that suddenly my syndicated sources URL disapear. I had to reinput them 3 times now. I guess it happens at during a plugin upgrade. Is this a known issue?
Pim
Hi, I’ve been trying to find the answer to this >
Can I use this plugin to import the post from my main site, to other subsites? But i want it to import attachments? I cant seem to find a way of adding this? Tried the “sync” and it seems to work. But i dont want to link my sites between each other?
If someone needs an update, just contact us. Our programmers can create a patch for you.
I loaded this up perfectly last night but today I published an article on the target blog and a little while ago I came back to see if it updated. It had not updated so I checked in the dashboard and I found this error: Most recent (1 min from now): The data could not be converted to UTF-8. You MUST have either the iconv or mbstring extension installed. Upgrading to PHP 5.x (which includes iconv) is highly recommended.
my web host is using PHP/5.2.6 on both blogs. I made some changes to the update features and this may be unrelated but it gave me this error at the top of the page:
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of doaction(). If you would like to enable call-time pass-by-reference, you can set allowcalltimepassreference to true in your INI file in /hsphere/local/home/folgerj/new-england-foliage.com/wp-content/plugins/feedwordpress/admin-ui.php on line 53 Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of doaction(). If you would like to enable call-time pass-by-reference, you can set allowcalltimepassreference to true in your INI file in /hsphere/local/home/folgerj/new-england-foliage.com/wp-content/plugins/feedwordpress/admin-ui.php on line 53 Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of doaction(). If you would like to enable call-time pass-by-reference, you can set allowcalltimepassreference to true in your INI file in /hsphere/local/home/folgerj/new-england-foliage.com/wp-content/plugins/feedwordpress/admin-ui.php on line 84 Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of doaction(). If you would like to enable call-time pass-by-reference, you can set allowcalltimepassreference to true in your INI file in /hsphere/local/home/folgerj/new-england-foliage.com/wp-content/plugins/feedwordpress/admin-ui.php on line 84 Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of applyfilters(). If you would like to enable call-time pass-by-reference, you can set allowcalltimepass_reference to true in your INI file in /hsphere/local/home/folgerj/new-england-foliage.com/wp-content/plugins/feedwordpress/syndicatedlink.class.php on line 329
I went to a couple other pages and the error message disappeared am not sure if I did something bad or it will fix itself
I like the plug-in but I’m not a great database technician ( second be read as non-DBA technician)
Is there a way to have the syndicated post open as a separate window instead of redirecting the viewer away from your blog site?
Thanks
GREAT PLUGIN BUT NOT PERFECT… I MISS THE FUNCTION TO OPEN ALL LINKS ON A NEW WINDOW…
Does anyone know how to change _self in _blank. I want the permalink/ RSS article to open in a new window….
THIS IS A MUST… THEN I WOULD PROUDLY MAKE A DONATION…
THX Ricardo Gomes
Good day,
First of all i would like to thank the developer of this great plugin.
I also would like to ask if I can safely delete these items in the wppostmeta of the wordpress database metakey: syndicationitemhash syndicationpermalink syndicationfeedid syndicationfeed syndicationsourceuri syndicationsourceid syndication_permalink
All syndicated posts have entries in wppostmeta which will eventually add new entries to the wppostmeta table.
Are these metakeys safe to delete? Are these metakeys are reuse by feedwordpress?
Thanks
Hello, I like this plugin very much but encountered now a really B I G problem…
I’m using FWP to create posts out of Amazon rss-feeds. Generally it works just fine and creates posts out of th rss-feeds. But now I recognized that my Amazon-(affiliate)-ID is not in the link of the post anymore!
If I click on the rss-feed in “syndicated sources” on the main screen, every article still contains the Amazon-ID. So far so good. But in the resulting post the ID isn’t available anymore.
I would be more than happy if anyone had an advice for me. Thanks in advance!
Best regards, Stephan
The new update seems to disable the WP 3.5 visual editor button. Can you please fix it? Thanks.
The last update disables the visual editor button on WP 3.5.
Hi there,
Thought you’d like to know that the issue is fixed in the most recent release of FeedWordPress, v. 2012.1218. More on this release in the announcement post. Hope this helps!
-C
The last update disables the visual editor button on WP 3.5. Pls fix it!!!! Thanks.
Thanks for the fix! It’s working as expected now. But there’s another problem.
The individual category page returns a ‘No results’ message. Once this plugin is disabled, it shows all the posts in that category again.
Thanks.
Scott.
Hi Veki,
Sorry to hear you ran into this problem. Would you be willing to send me some screen shots to help me figure out what’s going on?
If so, the following screenshots from your WordPress administration interface would help me out a lot:
A screen shot that shows what it looks like when you are at the Syndicated Sites list;
A screen shot that shows what it looks like when you bring up the Links page in your WordPress admin interface (if this requires scrolling down multiple screens, a series of screen shots showing the whole contents would be most helpful);
A screen shot that shows what it looks like when you go to the Links –> Categories page in your WordPress admin interface; and
A screen shot that shows what it looks like when you go to the Syndication –> Feeds & Updates page in the WordPress admin interface.
If you can produce these, and send them along to me via e-mail at veki.to.feedback@radgeek.com (the bit at the front is to make sure that the e-mail gets routed properly), I would be much obliged, and would be glad to do what I can to try and help you out.
Hello,
I upgraded my feedwordpress to teh latest version 2010.0127 , but I got blank syndicated sites list. I use Word press 2.8.6.
Any help appreciated.
Veki
I have a custom field called “thumbnail” and I would like to set the thumbnail from the incoming RSS – I am importing http://www.cinema.de/kino/neu-im-kino/rss.xml and there are media files (the picture) included – so, what do I have to type in this custom field thumbnail, to have the source from the rss? please help! or is there any other way to show the delivered photos in the auto-created posts?
Björn,
This is a good catch, and an excellent fix. Thank you! The fix has been incorporated into the Development Version of FeedWordPress, and will be part of the next public release.
Parker,
What version of FeedWordPress are you using?
I believe that older versions of FeedWordPress had this problem, but that recent public releases include a fix to it. You should be able to solve the problem just by upgrading to the latest version of FeedWordPress.
Let me know if this works for you. Hope this helps.
No sure what is happening but have I done something? Suddenly I have no permalinks left for my imported posts! Any ideas…?? Many thanks.
Hi, some of the blogs uses remote link protect. How can I get images to my localhost automaticly from syndicated sites. Thanks Emre
Tiger,
Thanks for the heads-up here is a quick summary of what we’ve discussed in our e-mail conversation after I contacted you for more information about the problem you were encountering. I’m posting it here for others’ reference.
Based on our e-mail conversation, in which you provided more information about the filename and line numbers associated with this PHP warning, I determined that the PHP notice you were seeing about strtolower() is the result of an unchecked call to strtolower in a method that checks settings on syndicated links. The unchecked call is harmless — in the situations that trigger the notice, all the tests still go the way that they ought to go given the circumstances — but in order to avoid the notice, for people who have that level of PHP notification turned on, I have committed a fix to the Development Version of FeedWordPress which eliminates the unchecked call and hence should eliminate the PHP notice as well. This fix will be included in the next public release of FeedWordPress.
Great idea for a plugin but sadly I’m having some issues
When importing feeds and then checking them in my posts
if I click on preview I get a error message
strtolower() expects parameter 1 to be string
everytime
any ideas why?
I’m experiencing problems with FeedWordPress and my feeds at Delicious.
It’s not importing new items since 10 day and when I update manually it doesn’t see the new items and the status in the Syndication page is “10 days ago Ready for next update 10 days ago”.
I upgraded the plugin to the latest version (2010.0127) and accepted the MagpieRSS but it didn’t help.
I was on an older WordPress so I thought that was the problem and went all the way to 2.9.2. Also, no luck.
I even tried to remove FeedWordPress and to downgrade it by installing an older version to no avail.
From what little I’ve understood, FeedWordPress doesn’t like some of the previously perfectly fine feeds. Feeds from Flickr are ok but those from Delicious and from Yahoo! Pipes are seen as if they weren’t valid and I get an “Error: FeedWordPress couldn’t find any feeds at (url of the feed). Try another url.” After many tries I also got this error
Diagnostic information
HTTP request completed
Status 999:
HTTP Transports available:wp_http_curl
Any ideas about what’s happening?
Thanks in advance
nda
I’d love to use this plugin, it sounds like just what I’m looking for to add to several sites, however I can’t get past these errors.
Any advice would be appreciated.
The first feed I tried was: http://ezinearticles.com/rss/Computers-and-Technology-Certification-Tests.xml
the errors I got were: Warning: gzuncompress() [function.gzuncompress]: data error in /home/simply/public_html/wordpress/wp-includes/http.php on line 1824
Error: FeedWordPress couldn’t find any feeds at http://ezinearticles.com/rss/Computers-and-Technology-Certification-Tests.xml. Try another URL.
this next feed I tried only gave me 1 error:
http://www.microsoft.com/canada/technet/rss/homepage/SubsidiaryMessagingEN_CA.xml
The error I got was:
Error: FeedWordPress couldn’t find any feeds at http://www.microsoft.com/canada/technet/rss/homepage/SubsidiaryMessagingEN_CA.xml. Try another URL.
Thanks in advance for any help you can offer.
Brent
I’d love to use this plugin, it sounds like just what I’m looking for to add to several sites, however I can’t get past these errors.
Any advice would be appreciated.
The first feed I tried was: http://ezinearticles.com/rss/Computers-and-Technology-Certification-Tests.xml
the errors I got were: Warning: gzuncompress() [function.gzuncompress]: data error in /home/simply/public_html/wordpress/wp-includes/http.php on line 1824
Error: FeedWordPress couldn’t find any feeds at http://ezinearticles.com/rss/Computers-and-Technology-Certification-Tests.xml. Try another URL.
this next feed I tried only gave me 1 error:
http://www.microsoft.com/canada/technet/rss/homepage/SubsidiaryMessagingEN_CA.xml
The error I got was:
Error: FeedWordPress couldn’t find any feeds at http://www.microsoft.com/canada/technet/rss/homepage/SubsidiaryMessagingEN_CA.xml. Try another URL.
Thanks in advance for any help you can offer.
Brent
hi ,great plugin when I try to load this feed http://feeds.feedburner.com/SAPNetworkWeblogs just bring me some records, only records sometimes 1, sometimes 5, but not all, can help solve this problem?
host : hostgator blog : sap.mn2i.com php website : version 0.10.2 wordpress version 2.8.6 i migrate to 2.9.1 buy say me the same error.
thank you for your help
hi when I try to load this feed http://feeds.feedburner.com/SAPNetworkWeblogs just bring me some records, only records sometimes 1, sometimes 5, but not all, can help solve this problem? thanks
my test blog is sap.mn2i.com
Hi Radgeek. After your last upgrade it all went bad. I can go as far as adding a new feed but when I update checked it says 0 post and 0 updates were syndicated. My other site that I have not updated the plugin yet works fine on version (2009.1112)
After deleting and reinstalling the plugin no dice and now when feedwordpress is activated I get this error message when I click on the Pages from the admin: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 80 bytes) in ?xxxxx/wp-includes/wp-db.php on line 958… When I deactivate feedwordpress the error dose not occur.
Hello,
I’m having trouble getting FWP to add a feed. I’ve tried to add:
http://feed.linksynergy.com/promo.rss?promoid=1352&token=8fd36a79ab449b05c80d9d308c43ff642507584f7c5009ff607e514753162ec6
but get:
Diagnostic information
HTTP request completed
Status 200: OK. FeedWordPress had no problems retrieving the content at this URL but the content does not seem to be a feed, and does not seem to include links to any feeds.
HTTP Transports available:
1.WPHttpCurl
Any suggestions?
I’ve got some Update Services [1] that I want to ping when new posts are added. Can someone please tell me if I need to do something to make this happen?
[1] http://codex.wordpress.org/Update_Services
just need something to auto delet unwanted things from post like ads links etc
I love this plugin, but I believe it’s not PHP5.3 compatible yet? It was working fine, but when my host updated from PHP5.2 to 5.3, I was greeted by a blank page. After some trouble-shooting, I was able to single out Feedwordpress as the only plugin that is giving me this error message:
Parse error: syntax error, unexpected TNAMESPACE, expecting TSTRING in ~/wp-includes/rss.php on line 582
Any help would be greatly appreciated.
Prob 1 seems to have disappeared – what was I doing? no idea. As for the second this seems to work better and I ran a hack in the single.php file which gave the original url in case the post showed on its own but how can I get it to visit the permalink (syndication_permalink) in a new blank page instead of opening in the same page. Many thanks. Terrific plugin.
Great, thanks!
with wordpress 2.8+ it handles almost zero feed types, like mine at pro.to.co.ls/feed
is this known?
on WPMU I found out that if I login as a regular member for a blog, settings for “New authors” shows all the list of members, I just modify the loop with this getusersof_blog(); and works fine now.
also do you have any idea if I can limit or control the items that the feed will be import on my post, let say when I run the update for the feed, and if the rss feed link has 40 items, I want 10 items only to be import to my Post, then on the next update he will grab 11 to 20 and so on…
is there any modification or tutorial that can show me how to limit the items that being import in my WP Post? thanks.
Update: to work around this, disable javascript in your browser, enter the tags you want, then re-eanble javascript. The tags will not appear in admin when javascript is enabled, but they’ve been accepted and new posts will use them.
I have the same problem. About two weeks ago I reported it on [[http://feedwordpress.radgeek.com/node/86/talk|this page]]. No response yet.
Looks like your comment on the talk page was rejected or deleted; Talk page is empty for me.
Real spotty this site; support seems to come and go with no consistency.
I have the same prob with WP v2.9.1 on the field for “Tag all posts from this feed as…”
Am using the latest FeedWordPress with WP v2.9.1 and for some reason, cannot add a custom tag to a feed’s articles.
When I click on the field for “Tag all posts from this feed as…” the field text doesn’t disappear and manually editing the field and clicking Add, nothing happens. The current page url is rewritten, but nothing otherwise happens. Same for the “Choose from the most used tags in Post Tags” link; does nothing when it used to (i think).
Is this a known issue?
Also, is FeedWordPress in active development? Main article says it’s only compatible up to WP v2.8.4; seems to work fine in v2.9.1 but if FeedWordPress is abandoned, I’ll probably end up buying another solution.
Updating Magpie resolved the add feed issues I was seeing.
Apprently even with v2.9.1 WP still uses the old v0.5 magpie; FeedWordPress’s updated version of Magpie resolved this issue.
Any word on this?
Hello, today i found a bug in your plugin. In my blog it shows 5 entrys and the last was an entry of an imported feed. the entry was pointed to the original entry in the other blog. an in my sidebar on the right (!!) side, was a widget called “recent_comments” (standard). The links to the comments show at the other blog. To fix the problem you have to edit the “feedwordpress.php” in the plugin dir
search:
and replace it with:
and now it works fine!
i hope you understand my problem and solution.. in german, look here http://www.welt-held.de/1687-fehlerhafte-links-in-der-sidebar-bei-wordpress.html
Hi – this will be a great plugin. Two problems:
I’m using this with WP2.9.2 and every time it has imported some feeds it then seems to delete the feed address from the syndicated sources.
Second, when editing the post the permalink shows the original article address (not feed)- as I set it up to do. When you click on the Preview it goes straight to the original article – good. But if you publish the post and then click on the title it goes only to a post. Why is it doing this?
Thanks
It seems FWP stopped working some days ago. I see a lot of feeds (also validated ones) stopped fetching. …
I don’t know, im’ trying to figure out the problem… could 2.9 wordpress update change something?
I run 2.9 wp release and the last FWP plugin release. 15 days ago all was fine with FWP.
Now I’m trying with the newer magpie files (that ones provided by FWP) and with the default ones… it’s the same.
Some feeds (valide or not) are not more parsed.
for example: http://www.gamesindustry.biz/rss/gamesindustrynewsfeed.rss
I’d be happy to try and help you figure out what’s going on with this feed, but in order for me to do so I need more information. In particular, if you can provide me with the URL of the feed that you’re trying to syndicate (either in comments or via e-mail, whichever you prefer), I can take a look at it run some tests in order to figure out what the source of the problem is. Without the URL, all I know is that MagpieRSS is failing, for some reason or another, to successfully parse the feed. But there are various reasons why that might be happening. If you can provide the URL, hopefully I can narrow it down a bit.
This is a great plugin when it works. Find it very fickle though!
For example, a feed worked, I removed it from Feedpress, then latter re-added it, and now it doesn’t. The feed itself has not changed, it works fine in every RSS / Atom viewer i’ve tried… only Feedpress suddently decided that it was an “Unknown feed”
Any ideas why?
Also getting the same error message “Unknown feed” on other feeds that work just fine in every reader i’ve tried… is there a published list of what feed params Feedpress will accept or will not accept?
Very important info, given Feedpress not accepting valid feeds kind of limits options.
Where is the changelog for Feedwordpress? I cant find the 2009.1112 change log or what changed etc….
Am I missing something?
Hi. It all installed fine, and Magpie RSS upgraded with no problem. However, when I enter a URL into the ‘add new source’ field and press ‘syndicate’, the page tries to reload, goes blank (in the frame – the wordpress banner at the top and the various options at the side are there) and when I press ‘syndication’ again it isn’t added.
Any ideas?
Error: FeedWordPress couldn’t find any feeds at http://www.ibm.com/fscripts/search/opensearch/search.fcgi?en=utf&startIndex=1&q=oais&cc=us&lang=en&format=rss. Try another URL. Diagnostic information HTTP request completed
Status 200: OK. FeedWordPress had no problems retrieving the content at this URL but the content does not seem to be a feed, and does not seem to include links to any feeds. HTTP Transports available:
Though this is ok http://www.ibm.com/fscripts/search/opensearch/search.fcgi?en=utf&startIndex=1&q=oais&cc=us&lang=en&format=rss
hi there, Thanks for developing the plugin. I have an issue, currently all the syndicated posts have links adopting from the title. So when i have titles like – “Firefox For Android Compiled, Demoed On Milestone – You Can Too!” The – in the title causes the link to be http://crazyaboutphones.com/android-updates/firefox-for-android-compiled-demoed-on-milestone—you-can-too/ . As you might notice right after milestone ther is three — dashes. This of course returns a server error page as the link doesnt work .
Another example is this title — “”"T-mobile HD2 Available Online, But not in Stores…. Yet!!”"” The multiple dots in the title again result in a url such as this http://crazyaboutphones.com/windows-phone/t-mobile-hd2-available-online-but-not-in-stores-…-yet/. Again three dots cause the same proble.
How do i resolve this issue that is have the url’s or slugs not to have stop words or punctuation marks, is it possible?
Thank You for your time Joseph
I’m also looking for a way to pull the images down on the local server for my site.
I’ve built a Flash front end that sits on a WP back end using FeedWordPress. But, I’m having trouble resizing images from the RSS feeds and having them stick. What I really need is a way to resize the images as they are being pulled in too.
Hi,
I’ve encounter the same problem on my wordpress (version 3.0.1) with plugin FeedWordPress (Version 2010.0905). After meddling around for a while, it appears that the syndicated sites list wasn’t really black. But rather, it roll up after clicking on the title “Syndicated Sources”. If click again, it appears. Click it again and it’ll be disappear.
Just a note here so that if someone was as careless as me can try out this to make sure it ain’t a problem, but a feature.
Hello, I am facing the same issue with the latest version of the plugin. The syndicated posts that have a hyphen – in the title are appended with two more hyphens — resulting in the browser not understanding the link and therefore crash.
Please advise at the earliest if anyone is able to find the cure for this.
Regards, Ashish
Just find
$this->namespacein your wp-include/rss.php , it should be twice (in my file version it is on lines 324 and 517 ) and change it to$this->namespace1.After this find string
function namespaceon the same file (i have it on line number 582) an change it tofunction namespace1.That’s it. Your WordPress and FeedWP go back to live.
When upgrading the Magpie RSS code (via the “Upgrade”) button, I get a “syntax error, unexpected TNAMESPACE, expecting TSTRING” error pointing to line 582 in rss.php
This thread made me think it was a reserved word issue. I changed namespace to handle_namespace throughout rss.php, and all was well.
Running WPMU 2.8.2 on Ubuntu Jaunty; working in Firefox 3
Let me know if there’s more info I can provide.
-a.
Just to confirm (because my line numbers seem to be slightly different from yours, for whatever reason), the problem was with the following method declaration in rss.php:
… and it was iminated when you changed the name of the method to something other than
namespace?If so, should be an easy fix to roll into the next release. Thanks for the heads-up!
Ok this feed appears in 1969 in the archive http://ace.dpwatch.com/1969/12 Yet published date is January 2010
feed is either that one http://www.rsp.ac.uk/news/rss1.php or this one http://www.rsp.ac.uk/news/rss1brief.php
But it happens with any feed. It isn’t always the same feed
http://news.google.co.in/news?ned=te_in&hl=te&output=rss
any solution to this
the same problems occurs with this feed http://feeds.feedburner.com/TheFeedOrange?format=xml
I’m using version 2010.0127
Regards,
Great plugin, just started playing with it after realising a plugin I used to use no longer works with WordPress 2.8.6 and hasn’t been updated for well over a year.
I’d like to use the name of a feed (which I’ll manually create) as part of the title of a syndicated post or use a custom bit of text for each theme to be added to the title of each post.
So if a post is called:
This is a great post
And from a feed called:
Feed One
I get a title for the post:
Feed One : This is a great post
Got an example of what I’m trying to emulate (created by copying and pasting) [[http://www.votesprout.com/conservative-party-news-cameron-challenges-brown-over-recession]]
Looking to add the 6 main UK political parties news via your plugin, but out the box it doesn’t distinguish which party the news comes from since the news source doesn’t have the party name in the title (the title of the above example is “Cameron Challenges Brown Over Recession”). I want to enhance the titles preferably prior to adding them to the database.
I found the add attribution module and that’s helped a lot, I have a test category with 50 test pages (from one feed) added by your plugin and it’s really close to what I want (see the Test category on the site above, though it won’t be up long).
However, when I added a custom feed setting called libdem with value “Liberal Democrats Party News : ” and under the add attributes options added [feed-setting key="libdem"] before the title it added the ‘name of the feed’ (the custom text above) where I want it, but also messes with my Recent Articles widget.
When on a page created with the plugin (everything under the Test cat) all the pages linked under the Recent Articles widget add the anchor text “Liberal Democrats Party News :” whether it’s from that feed or not. When on a page not created by the plugin the pages I’d like to have the custom text lack it (I can live with that).
Interestingly my Most Popular Posts widget (created using another plugin) and Recent Comments widget (created with custom template code) are not affected ether way.
Any thoughts on achieving what I want without messing up my Recent Articles anchor text? Ideal solution would be to add the text to the post as it’s added to the database, so the permalinks slug includes that text as well (so if I removed the plugin it would still be – “Feed One : This is a great post”.
Happy to edit the plugin code to get this working, but not sure where to start.
David
Hi
Feedwordpress don´t post any from this RSS Feed
http://www.careerjet.pt/search/rss.html?l=lisboa&lid=124735&affid=851c0193dc7880b78d29b9d63e7fc2e5
Is there something wrong?
Thanks
I’d like to suggest an enhancement that I believe should be pretty easy to do and many people would like it. I’d like to see options to turn off updating of various fields for posts that feedwordpress has already posted in our blogs. The thing that I feel is the most important is being able to turn off updates to categories and tags. Those of us that have auto category and/or tag creation turned on typically go into the posts to clean up the tags and/or categories. The next time the feed updates, though, those changes get overwritten.
I think it would also be very good to be able to turn off updating the post excerpt. Probably quite a few of us periodically update the excerpt text and that gets overwritten as well at the next update.
It might be nice to have a few other options as well. So the settings screen might look like this:
I fully agree on this. It has also been requested on the wordpress support forum http://wordpress.org/support/topic/301092 Please add it!
Could you please add a one line change to the plugin to prevent the post excerpt from duplicating the content? I am using some feeds that set the excerpt (RSS “Description”) to the exact same thing as the main content of the article. On WordPress pages that are supposed to display only the excerpt, the entire post gets displayed instead. This looks terrible and wastes some disk space.
So I would propose the following fix that I’ve made be included in the next version update of this plugin. The fix won’t harm anything else, regardless of whether these types of feeds are being used or not.
in function SyndicatedPost in syndicatedpost.class.php please replace this line: [code]if ( isset($this->item['description']) and $this->item['description'] ) :[/code]
with this one: [code]if ( isset($this->item['description']) and $this->item['description'] and $this->item['description'] != $content ) : [/code]
Thanks so much for this and for providing such a great plugin!
I`m using wordpress 2.7 and im getting strange uitput in the feedwordpress feeds “br” someone know how to fix this?
Example:
Veel vrouwen denken echter dat mannen lange benen verkiezen. br /br /Goede gezondheid br /Deze resultaten verrasten de onderzoekers. “Lange benen worden geassocieerd met een
I have an aggregator feed and I use this great plugin! But now I have a problem: Yesterday, I deleted some old posts because the space available in my server was poor. Today, I have notice that deleted posts returned. Please help me! In a few days I’ll finish my space in the server! How I can resolve this problem?
niska,
Man, that was fast! Looks like you got in between the time I uploaded the update and the time I announced it on the blog. Anyway, if you check out the announcement post, that has a list of the significant changes. (Briefly, the most important changes include a shift to SimplePie for feed parsing, some new features, a couple of important bug fixes and parsing improvements, and — a potential block, if you haven’t updated your installation of WordPress in the past couple years — the shift to SimplePie has led me to drop support for WordPress 1.5 – 2.7.)
Hope this helps!
Thanks for the update!
However, I’m unable to find a changelog. Is it possible to find out what has changed since the last update?
Hey guys
I seem to have issues with every feedburner link. I manually update and no nothing is downloaded.
Example of one of the links.
http://feeds.feedburner.com/TrendHunter
I use WP 2.9.2 I had the plugin installed on my site but today I saw a blank page when I tried to access any page. I opened error_log and saw feedwordpress triggered a fatal error.
I deleted it and everything was fine with my site. I downloaded the plugin again, tried to install it but:
“Plugin could not be activated because it triggered a fatal error.” Do you know which could be the problem?
I’m using FeedWordPress 2010.0127. All my feeds from WordPress.com suddenly got the title included in the syndicationsourceoriginal and syndication_source. I discovered this yesterday – I’m not sure how long this has happening. But I think WordPress must have changed something in their RSS-feeds (my guess).
Example:
This blog post: http://dingdongthatsthesong.wordpress.com/2010/04/12/conan-obrien-to-do-a-late-night-show-on-tbs/
syndicationsourceoriginal = Ding Dong! That’s the Song! » Conan O’Brien to do a Late Night Show on TBS
syndication_source = Ding Dong! That’s the Song! » Conan O’Brien to do a Late Night Show on TBS
should be
syndicationsourceoriginal = Ding Dong! That’s the Song!
syndication_source = Ding Dong! That’s the Song!
If possible, please post an update fixing this issue! Thanks.
I’m using WordPress 2.9.2.
I’d like to be able to import a frequently updated feed of short items (like Facebook Links posts) as a single daily digest post, rather than having one new post per RSS item. Would this be difficult to add?
RSS Digest used to offer this functionality, but it’s not working with the newest version of WP, and development seems stalled or dead…
I have a question posted here: http://wordpress.org/support/topic/390872
Would appreciate any help! Thanks
Anand,
There is almost certainly a way to do what you’re trying to do; the best way to do it is going to depend on some details about what’s on the feed you’re trying to syndicate. Could you give me the URL of the feed you’re getting these results from, so I can take a look at it and run a couple of quick tests?
-C
Hi,
I noticed to day that some feeds at http://www.myelomablogs.org are pulled and added to the database as if they were internal posts and not external sources.
Examples:
In single page view title and read more link point to external source link
General listing: http://www.myelomablogs.org/2010/05/05/wednesday-morning-and-i-have-energy/
Single view: http://managingmyeloma.blogspot.com/2010/05/wednesday-morning-and-i-have-energy.html
In single page view title and read more link point to internal post link
General listing: http://www.myelomablogs.org/2010/05/05/wellness-wednesdays-3/
Single view: http://www.myelomablogs.org/2010/05/05/wellness-wednesdays-3/
This has already more than 1300 posts ;(
HELP!
This is one of the websites that was working and now it isn’t:
http://margaret.healthblogs.org/feed/
And I checked. The feed validates in FeedValidator.
Did you get this solved?
My issue is solved.
In my case I upgraded Shorten2Ping and changed the shortening service from Cli.gs to J.mp (Facebook and other were complaining that Cli.gs is a malware site) and that move started to give me a PHP warning just after FWP processes the title and the content of a feeded post, i.e. FWP never got the rest of the data from feed.
I changed to Is.Gd and that bug on Shorten2Ping was bypassed (although it is still there) and all is ok now on my side.
This cost me a night’s sleep.
Hope it may help you.
I have 300+ feeds that I’m watching using FWP. I’ve this setting enabled: “Unfamiliar categories: don’t create new categories or tags”.
I’ve now manually added 50 tags to my blog. But new posts doesn’t get these tags, even though they match.
I found the problem. I used a proxy to get the RSS-feed. There was a bug in the proxy
Hi, Ok we’ve encountered some issue. The process was working perfectly but we had to update the password to our password protected feed that we were grabbing updates from. Ever since then the plugin hasn’t been able to poll the rss feed for updates.
We’ve tried uninstalling Feedwordpress, reinstalling. Uninstalling all other plugins leaving only Feedwordpress. We’ve updated the RSS.php file and rss functions to the one included in the installation. We’ve tried changing the category & tag settings to tags only (read that fixed someone who had a similar issue). We’ve tried everything short of uninstalling WordPress – which we can’t do because we have nearly 4,000 articles indexed by Google News.
My partners tried FeedWordPress on an alternate installation of WordPress and it works there. But, that does nothing for me. I need it to work on my installation.
Any help would be appreciated. =)
I get the following error after upgrading to the new version of feed WordPress Fatal error: Class ‘SimplePieContentType_Sniffer’ not found in (some url content removed) /wp-content/plugins/feedwordpress/feedwordpress-content-type-sniffer.class.php on line 2
The old version worked fine, I’ve tried installing simplepie core and a plugin but still have the error.. HELP
Thanks Mark
I want to show a link to the original source along with the syndicated content so that I can give the permalink to my site local post itself whereas the visitors can read the original full post in a new window by clicking the link. I request you to help me in this.
I have the following feed http://spreadsheets.google.com/feeds/list/tI-nz9ZZQDt6dtLjVntemZA/od6/public/basic?alt=rss that feedwordpress does not seem to like. I get the following
Diagnostic informationHTTP request completed
Status 406: Not Acceptable
HTTP Transports available:
WPHttpCurl
My solution is to pass the feed to Friendfeed and then pass Friendfeed’s RSS to feedwordpress- this works but only the titles come through. Any thoughts
Thanks!
Hi, I use yahoo pipes to calculate data on a daily basis, but when I syndicate (even though I change title, description, and date) the single-post rss acts as an update rather than a new post. What data in the RSS feed do I need to make unique so that the post will be considered unique and add a new post, rather than update my old post?
LoveGaming,
You need to make sure that the
guidelement (in an RSS 2.0 feed; or theidelement in an Atom feed) is unique for each item that you want to be considered as a new post. As long as aguidor anidelement is available, all of FeedWordPress’s post identity checking will be based on that field.Hope this helps!
-C
Hi Rad, I implemented what you said, however, a knew problem has arisen. I added a new stream with GUI, but it treated it as an update still, and I looked into my database and even though I had deleted the old post and cleared cache, I still have a huge database of revisions which seems is preserved to make my new post act like an update. Is it a bug that all these revisions aren’t deleted and what can I do about it?
Hi, I updated Feedwordpress (from 2008.1101 to the last version, with WP 2.9.2) and it’s no longer able to syndicate Yahoo pipes feed.
It seems that FeedWordpress doesn’t recognize it as a feed: http://pipes.yahoo.com/pipes/pipe.run?id=824f5eca95dabca68aec6682e911a1ae&render=rss
Error message on update :
I’ve been syndicating this feed for some times with previous FeedWordpress versions without any problems
Hello.
Your plugin works fine! THX
Google-News blocks refferer that doesn’t match. How can I modify your Plugin to save articles without “http://news.google.com/news/url?fd=R&sa=T&url=” in the URL?
I can do it with an simply php-script (http://truckstop24.net/2010/06/26/denkblokade-mal-wieder-teil-2/) and a cronjob, but it´s not the fine way.
THX
Hello I am using your plugin and love its ease and functionality. However I am trying to get it so the excerpt doesn’t auto generate because I want them to be all 20 words long. I noticed that every post has a auto generated excerpt for it and I think wordpress uses that excerpt instead of the first 20 words. So my question to you is . Is there a way to get rid of that functionality? I am comfortable editing PHP so If it comes to that I am willing to try. Thanks in advance, Aaron
Hi, your plug in feedwordpress is awesome. It
s powerful and its what I have searched for! There is just one (legal) thing. I operate my blog from Germany. because of that I have to respect the local copyright rules there. So I would like to syndicate the feeds just without photos. Is that possible anyhow?Thanks for a great plugin!
In looking at my blog today, I noticed that I have several duplicate posts across a few different feeds.
Tell me, what is the best way that I can prevent duplicate posts?
Best, John T.
HI! Thanks for your plugin Really gorgious… I have a small issue. We are syndacting some blogs in italian and somehow for two of them special characters are shown on the related syndacated posts. See for example the article “Gli 8 pilastri del keyword advertising” here: http://web2.hoepli.it/ The strange thing is that there seems not to be italian special characters, but some other stuff created by the wordpress editor…
Any hints?
Thanks in advance, Luigi
I’m using:
“You are using WordPress 3.0.5.”
And when I activate the plugin I get:
“Fatal error: Class ‘SimplePieContentTypeSniffer’ not found in /home/only4po/publichtml/bangbangbabes/wp-content/plugins/feedwordpress/feedwordpress-content-type-sniffer.class.php on line 4″
Same problem as above. any fixes?
Hi,
Really cant get this to work. cURL is running, but everytime I try to get this up and running I get the following errors:
No idea how to solve and can not find help anywhere. Many Thanks for your time in advance.
Error: FeedWordPress couldn’t find any feeds at http://www.telegraph.co.uk/news/uknews/rss. Try another URL.
Diagnostic information HTTP request failure
name lookup timed out HTTP Transports available:
Hi,
After deleting older posts retrieved via syndication (feedwordpress), I am noticing that the posts end up coming right back on the next update. Is there a way to keep the plugin from restoring deleted posts?
Thanks, Paul
Any feeds with html code removes the “< >” so for example. < b >SUBHEADING< /b > shows up as bSUBHEADING/b
Anyway to fix this? This plugin would work perfectly for me otherwise.
hi, i have a problem of memory usage. after 3-4 days that i use feedwordpress i have an error of memory usage (it go over 64MB)
i know that the problem is all the RSS…. record in wpoption
don’t know what is the utility of all these record, but is it possible disable to write in database?
hi, i have a suggest for this nice plugin.
there is no option to truncate syndacated post.
any idea on this? are you working on this?
ty
how can i change the time from an update at another? it show me 60min, i want change it but can’t find the option to di it.
another problem: why in my syndacate list it show me:
why 1 feed is update each 60min and another a random time..
Hi Daemon,
Thanks for writing, and for the kind words.
Could I get the URL of the feed where you are getting 1969 dates? If I can run it through my test servers, I should be able to identify the problem and hopefully include a fix in the next release. You can drop it here, or privately through the contact form.
Thanks,
-C
Hello,
Great plugin, however when I tried to use it on some feed the post date and year on the aggregated content was set to December 31, 1969. But only that feed, the others worked just fine.
Tell me, is it possible to have an email sent to a specific user when a new post is imported to the blog from a feed?
(Especially if this post is added as draft status – and needs to be reviewed before publishing)
Thanks for a great plugin!
In looking at my blog today, I noticed that I have several duplicate posts across a few different feeds.
Tell me, what is the best way that I can prevent duplicate posts?
Best, John T.
hi, i don’t understand how work the automatic update system.
first… many feed have this write: “Ready for next update every 60 minutes” (how can i change from 60min at another time?)
second… with no reason other feed have : “Ready for next update 20 minuti from now” (the number is random)
why we have 2 type? how work the entire update system? i can’t understand and no guide to explain it.
ty, i am sure you will answer me
Love this plugin and has worked great on my site until I switched webhosts. When I loaded each feed exactly as before it displayed the latest feed result but hasn’t updated since then. It is checking the feed as usual but even when the feed has been updated nothing is being displayed on the site. Could it be a problem with the host? Everything is current including WordPress, FeedWordpress, Magpie and the Duplicate posts filter.
Mark,
I’ve had a number of reports of problems with third party duplicate posts filters recently. Could you try disabling this add-on at least temporarily, and seeing if FeedWordPress is able to update normally again?
Let me know how this works for you.
Disabling the duplicate posts plugin solved the problem. All feeds are updating. Thanks for the prompt reply! One other small issue which I can’t figure out is the permalink for the feed results are pointing to my website and not the source of the feed. So for example if you click on a feed title it doesn’t bring you to the source of the feed. It worked fine before and I am assuming it is just a setting I have to correct but I can’t seem to figure out where to set it.
and it was iminated when you changed the name of the method to something other than namespace?
If so, should be an easy fix to roll into the next release. Thanks for the heads-up!
Hello,
Playing with the plugin as it seems really nice. Though there is a serious problem why I don’t understand it’s there. If the aggregated content is very short, I don’t see a link back to original site. A link back is available only if aggregated content is long enough.
note: sure I’m using “point to local copy” option as otherwise it will be meaningless to aggregate content (in terms of Google).
Charles, good morning. I appreciate the new look of FeedWordpress’ web site, very cool, although some parts of the site are outdated (no announcement for version 2010, for example) and some help on the plugin could be improved.
For example, what does the option “Save syndicated posts as private posts” means? Does this option avoid loading the database (xx_feedmeta) with that additional FWP data?
If this is the case, could there be any reason to do so? What flexibility would you lose, doing so?
Regards
Riccardo
Feed:
http://pipes.yahoo.com/pipes/pipe.run?id=0c8077340db44e9ff1f2a8be7b255465&render=rss
I have added this feed to Feedwordpress. If I click on Syndicated Sites Settings / Syndicated Sources / View, the news items show up. The feed is validated. Yet nothing is getting posted to the WordPress Blog. I have tried manual update and scheduled. Same results.
What could I be doing wrong?
Anyone see the sense in adding an option to determine the order of publishing (ASC DESC)? If posts are being generated during a refresh in an ajax self-updating blog, the newest one will update first and the older ones are ignored.
Just a thought. I may have to mod the plugin myself if nobody else can benefit from this option.
Anyone see the sense in adding an option to determine the order of publishing (ASC DESC)? If posts are being generated during a refresh in an ajax self-updating blog, the newest one will update first and the older ones are ignored.
Just a thought. I may have to mod the plugin myself if nobody else can benefit from this option.
First of all, let me please say that I’m very newbie — this is only my second WP site I’ve developed.
It seems that everything is working properly, as I’ve been able to subscribe to the blog feed, etc. And, the “sample” blog feed appeared once the subcription was complete.
However, no new posts are appearing in the “Posts” section of my dashboard. I’ve tried the post immediately and into “draft” to see if I could find any postings.
I’m sure this is user error, but would appreciate the help!
PHX
thank you
very very thank you
hi, nice plugin but i have a notice – doesn’t work with fluency admin plugin …maybe you can fix this – will be great!
Hi, I’m not sure if this is a bug or not, but when I enter in “don’t add new tags or categories” the categories from my feeds if they match a tag are not being recorded, instead my post tags are always empty, is it supposed to be like this?
Thanks for this plugin Radgeek, been using this in some of my sites. I have one question though and I hope you’ll take some time to answer. Lately, I’m only seeing one post update per day. Is there something that I need to do? I’m used to seeing around 20 posts a day.
Thanks thanks.
I have the same problem, did you manage to solve it? Thanks
Hello Rad Geek and thank you for the awesome plugin!
Maybe I’m missing it, but is there a way to change the settings so it does not truncate my posts? They are not truncated in the RSS feed, but they are when I publish them on my blog. I would like the entire post to show on my blog. My settings under ‘reading’ is such that it should post the entire entry.
Thanks for the help!
Hi!
I have some problem with FeedWordpress. (Version 2010.0602 is used at now.)
Please, look at this post: http://frisshirek.biz/belfold/amit-erdemes-tudni-a-lakogyulesekrol-es-a-kozos-kepviselokrol Or this one: http://frisshirek.biz/zene/nina-hagen-jezus-nem-szereti-ha-az-emberek-langyosak
Some pages can’t load in the browser. These RSS worked correctly till this time, and not only one RSS has problem. So, I think there is some problem with FeedWordpress. I looked in phpmayadmin that, there is gap before ‘postexcerpt’ and ‘postcontent’ table.
How can I solve this?
Thanks, best regards. Frisshírek
From my Apache logs:
PHP Fatal error: Cannot use object of type WPError as array in /Volumes/data/webdata/wp-content/plugins/feedwordpress/compatability.php on line 31
Hi,
Thanks for the heads-up about this. Could you let me know what version of FWP you’re using, so that I can better determine which version of compatability.php to check when I look up the line number?
-C
From ‘readme.txt’:
Stable tag: 2010.0623
So I assume the latest Stable release.
This is happening to me too! WP 3.0.1
Whenever I initially view the site, it comes up with the following error:
Fatal error: Cannot redeclare class SimplePieCacheMySQL in … /html/wp-content/themes/aggregator/php/simplepie.inc on line 9073
It only happens the first couple of times and in doing research found this possible solution:
// Include the required SimplePie library.
if(!classexists(“SimplePie”)) { requireonce $simplepiefile; }
The person who posted the solution stated that “all plugins calling for the pie class have to test for its existence first.” which makes sense but I do not know where to include this code. Any assistance would be greatly appreciated.
Whenever I initially view the site, it comes up with the following error:
Fatal error: Cannot redeclare class SimplePieCacheMySQL in … /html/wp-content/themes/aggregator/php/simplepie.inc on line 9073
It only happens the first couple of times and in doing research found this possible solution:
// Include the required SimplePie library.
if(!classexists(“SimplePie”)) { requireonce $simplepiefile; }
The person who posted the solution stated that “all plugins calling for the pie class have to test for its existence first.” which makes sense but I do not know where to include this code. Any assistance would be greatly appreciated.
Hi,
I woulk like to know how to have one post in my wordpress that has the top 5 threads from my forum.
Thanks Jonathan
Hi I’m running this plugin on a page in my site http://www.science3point0.com/scienceblogs and I have a couple of questions?
What are the posts being recognised as, with every ‘popular post’ plugin they are not noticed. I want a way in which users can rank the posts like GD stars ranking but this does not work on the page only self made posts, why is this, are they registering as comments?
Is it possible to display the most recent tags. ie. from the last 10 posts? (for trending)
Thanks,
Mark
Hey,
I was also wondering where I would find the database with all the posts in?
Thanks,
Mark.
Dear all,
I’ve all reday this error : feedwordpress/compatability.php on line 26
what can i do please
Thank you
Stefane
I have the same problem on one of my blogs. I’ve tried everything (re-installing, deleting). The error: Fatal error: Cannot use object of type WP_Error as array in /www/…/wp-content/plugins/feedwordpress/compatability.php on line 26
Feedwordpress version: 2010.0905
I was getting the exact same error:
Fatal error: Cannot redeclare class SimplePieCacheMySQL in … /html/wp-content/themes/aggregator/php/simplepie.inc on line 9073
Every single time. Changes line 4 of header.php
oldline 4
require_once(TEMPLATEPATH.'/php/simplepie.inc');newline 4
if(!classexists("SimplePie")) { requireonce(TEMPLATEPATH.'/php/simplepie.inc'); }problem solved. I don’t know why only a few people are getting this error.
Thank’s for this great template!
Hi:
I use FeedWordPress and I want the permalink to point to a local copy of posts. This works fine. I would also though like to have the ability to have a link in the post (which points to the local post on my site) that will point to the original post.
I assume there may be something I can put into the custom data section?
Thanks, Matthew
Hi guys,
great great plugin, I have wordpress version Version 2.9.2,and feedwordpress Version 2010.0905
I am wondering if this is a bug in the plugin, Please notice the image below. I don’t see what are the option I have to pick, I only see two boxes.
Also, could some one help me to pick the correct option combination:
I created a category specifically for a particular feed, I need the feed to use that same category for all the posts that come from that feed. I don’t want it to create a new categories every time a new feed comes in. I don’t mind creating new tags. I’ve tried many combination but I can’t seem to get it right.
Thank you all
Ok,
problem partially solved, I upgraded to 3.0.1 and now I can see the options. but I still need help with the category issue.
thank you
Hey, thanks for this plugin. I got a error 500 while trying to activate the plugin. I solved it, by adding the following lines into the .htaccess-file in root of my blog:
AddType x-mapp-php5 .php AddHandler x-mapp-php5 .php
The reason was / is my hoster 1&1 and it’s still using php4. But anyway, you can also use php5, which is required by this plugin – and the editor in WP 3.0.1
Thanks for this skillz . . . I’m on 1&1 too, and wouldn’t have known what to do without your post. I’ve upgraded all my blogs to 5.0, but for some reason, the htaccess file still apparently needs to specifically call 5.0.
Its a great plugin… but I am getting feeds where I like to modify its Syndication_permalink… I have idea how to modify but I am not able to find place in the script where I should use the code. I like to include in those links “affiliate code”. Other question would be if there is any update to this post if the URL stays as is or this tweak would change this URL again.
The FWP you install has a small glitch
the global setting are in place but when I make changes to them they still post feed to the category item I deselected. can you resolve this matter.
Excellent plugin ! Is there a way to filter certain words from a title and/or its contents? When a word matches parts of the title or contents can the entire post/article be automatically discarded (moved to trash)? Would be an awesome feature ! Looked at your plugin section but can’t find anything related to the above problem definition. Thanks !
I keep getting “You do not have sufficient permissions to access this page.” when i click on any of the settings. Please help.
Hi.
I use this plugin on [[www.sondernachrichten.de]]. It seems to be the most conveniant aggregator out there but I have two small problems.
I hope I can get this solved.
Regards Sondernacht
Hi,
great plugin, but I think FWP is breaking under the WP 3.1 update. I’m getting the dreaded blank screen of death, but everything works when I remove FWP (and add-attribution-feedwordpress). But them back, it all dies again. Currently searching through the files to see if it’s the extra blank line problem but no joy so far.
thanks,
r
Hi again,
I re-installed a fresh version of FWP and it seems to be working OK now. scratches head.
Hi. I am using FeedWordpress version 2009.1112.
The feeds that run in FeedBurner all get theirs permalinks set to feedproxy. google .com/~r/site-name/post-name.html
Is there any way to get the REAL permalink for this posts? I’ve realised this when trying to set up the TweetMeme button, and I noticed that the button doesn’t work with sites that have their feeds hosted in FeedBurner (as the permalink is a redirect and the button will not work with redirects).
Any idea will be very very appreciated.
Thanks a lot!
Article written by you seems to be good.cho yung tea
[[http://wordpress.org/extend/plugins/add-linked-images-to-gallery-v01/]]
plugin works but creates lot of duplicate images.
Is thr anyway to prevent this?
Hi,
I’m trying to use the FeedWordPress plug-in with the 3.1 version of WordPress but I found an issue in my posts. Every time that I activate the plug-in and look the posts, all paragraph tags are missing. Is I deactivate the plug-in, everything runs 100%.
Regards from Brazil
Hi,
I’m using third party Rss feed to add post to my blog. It was working fine untill Feb 26. please help me to solve this problem. My visitors are very upset to get update.
These are the feed providers:
http://www.espncricinfo.com
http://www.yahoo.com
The plugin works great except one thing. I am importing RSS from a site and have noticed that it removes punctuation of the periods at end of sentences. It posts the entire article except for the “.”
Anyone else have this issue?
Thanks.
I read lot of appreciation for this plugin but can anyone guide me how can I use this plugin. Any documentation for the process you need to follow in-order to make it active.
Waiting for your response…
Hi, is there any update on the duplicate posts issue? The plugin which was supposed to solve this issue is stopping the whole feedwordpress from syncing. We have several duplicates here [[http://madridinformer.com|Madrid Informer]]. This would be a cool addition to the plugin itself instead of using third party stuff. An option to check for duplicate titles with the same date or so and then “not” to publish those.
Another nice thing would be a reduction in CPU usage if that’s somehow possible
Thanks
Hi thanks for a great plugin.
I think however there is a bug – any post I create manually I can edit and formatting is preserved (line breaks etc) any post that is brought in using the plugin and edited removes all formatting and is kept in one big P tag. That is to say when imported the formatting is fine – when any alterations are made to a post all formatting goes.
I also note that syndicated pages have problems using Yet Another Related Posts plugin – manually created posts are fine, syndicated posts will work once with YARP but then stop showing any relations.
Hope you can help.
The feeds of some sites, IdeaMarketer.com for instance, don’t have the periods at the ends of the sentences at all.
Where’s the changelog for 2011.0211.2 ?
HTML tages like are appearing in the title of posts. How do I prevent that?
I don’t want to remove formatting from the body of the post but want the Title to be without HTML tags.
Thank You.
Hello from Germany,
first lots of thanks for your work!
At my blog at http://wbt24.de I use lots of external Feeds. Using the option
**Permalinks point to: * The copy on the original website
mainly works fine but (especially with one feed) it links to the local copy even when not changed in individual settings for this feed:
http://feeds.feedburner.com/SeriousGamesMarket?format=xml results in e.g. http://wbt24.de/?p=2961 instead of http://seriousgamesmarket.blogspot.com/2011/04/serious-games-as-high-quality-searches.html
Sometimes it works fine.. sometimes not… as you could see when going to the author http://wbt24.de/?author=24
Anyone any idea? The blogger is a little upset because of SEO-activities
Thanks & Cheers, Volker
I’m having a lot of issues with duplicate content. The problem occurs when there are numerous stories on a Google news feed which share the same title – bar the very end of the title where the publication source is named.
Is there any way to filter duplicates which, say, match ‘x’ number of words in the title of another post?
This does seem to have got worse recently, but I don’t know if thats related to feedwordpress or my feeds.
Thanks for any help/suggestions.
I was using feedwordpress successfully mostly reviewing pending posts before publishing them but then I started importing summaries of other people’s blogs post and twitter feeds and other scrapped feeds that I knew I could publish immediately but when choosing, “Publish posts from this feed immediately”, it isn’t making the link, the permalink, go to the original source, its is making it a post on my blog which I don’t want, there doesn’t seem to be an option to specify that when you choose to post the feed immediately make it go to the original source. this is with a pre-wordpress 3.0 blog and plugin, not sure if the problem is the same for post 3.0 wordpress,I’ve hacked my blog so much it its difficult to just uprgrade.
Is there any plugin that you know of that allows the use of a Social Media Share button on the home page? Add This works but only when you view the posts in the Author Page but the buttons do not appear on the home page. I am looking for something subtle beneath the actual post if possible.
Hi there,
I have fixed this issue by adding some code in the file syndicatedpost.class.php at line number 1543.
Basically, I am replacing the special characters with the normal characters before they are inserted into the database.
It can also be handled by using an array of special characters but as each character is replaced by its normal version, I am using multiple str_replace statements. Another improvement could be to create a standard function and then call that function.
//Changes start here if (strlen($out['posttitle'])>=1) : //$out['posttitle'] = strreplace(array(“–”,”’”,”‘”,”?”,”“”,”””,”…”),”",$out['posttitle']); $out['posttitle'] = strreplace(“–”,”-”,$out['posttitle']); $out['posttitle'] = strreplace(“’”,”‘”,$out['posttitle']); $out['posttitle'] = strreplace(“‘”,”‘”,$out['posttitle']); $out['posttitle'] = strreplace(“?”,”?”,$out['posttitle']); $out['posttitle'] = strreplace(““”,”‘”,$out['posttitle']); $out['posttitle'] = strreplace(“””,”‘”,$out['posttitle']); $out['posttitle'] = strreplace(“…”,”…”,$out['post_title']); endif; //Changes end here….
Please include this fix in the next upgrade of the plugin or all my sites using your plugin will throw errors.
thanks very much for the great plugin.
Regards, Ashish
and it was iminated when you changed the name of the method to something other than namespace?
If so, should be an easy fix to roll into the next release. Thanks for the heads-up!
Hi – love the plug in.
I’m getting the following deprecated errors in Admin -> Diagnostics (using latest WP, and PHP 5.2.13):
I’ll play around with those to fix. But, the most unusual error is that the “Syndicated Sources” display, below the H3 tag title, is completely blank … screen shot is at http://lowcarbdaily.com/images/sources-blank.jpg Viewing the page source shows the list is there, but does not display.
I just upgraded to WP 3.1.2, and I’m using FWP version 2011.0211.2. I also just today added my 80th feed, and I’m wondering if that has an impact on it.
I’m running WordPress version Version 3.0.1.1 and after trying to install the latest version of FeedWordPress, I receive this error:
Parse error: syntax error, unexpected TSTRING, expecting TVARIABLE or ‘$’ in /home/islandwa/public_html/blogs/wp-content/plugins/feedwordpress/feedwordpress.php on line 13
I tried installing an older version and then upgrading, still get the same error.
Any ideas?
Hi just a quick question – are there any legal implications of using this tool?
Hi, this is a great plugin!! Unfortunately not compatible with WordPress 3.2 – it would be great if you could update it! Thanks!
Hi AH,
Thanks for the heads-up. There is a known compatibility issue introduced by WP 3.2′s shift to PHP 5 notation. Fortunately, it is fixed in the latest compatibility release, FeedWordPress 2011.0706.
-C
here are my local categories. notice Uncategorized is not even a local category I recognize.

here are the global settings, I have tried to be strict here to make sure things without a specific tag NGS are not syndicated:

and yet even things are are Uncategorized are being published from [http://jermdemo.blogspot.com]

how do I prevent this? thx, jerm
Hi, THANK YOU FOR THE UPDATE!! I got it working with 0706 and WP3.2, now unfortunately with WP 3.2.1 there are new problems, such as under Feed&Updates>LimitsPostbyDate I can not enter a number in the Number of Posts (only ‘as many as they appear in the feed’ is possible) and more importantly, it appears that even if I set Updates to Cron job – and no Cron has been setup – it keeps updating the feed automatically. I can not stop it from updating feeds! What’s worse, wait 60 minutes before polling does not work, and I have several feeds updating every 15 minutes. Is this only me or anyone else is experiencing this??
Hi,
with the latest version, nothing happens when I add tags, screen doesn’t update or accept what i type into the dialogue box..?
thx.
I love this plugin, it does exactly what I need. Unfortunately, I cannot get the allow comments to turn on. I have tried changing the global setting, the post settings, deactivating, reinstalling, nothing seems to work. Any thoughts?
Hi, is there a possibility that the Pic’s from the feed i can show at my site??
I notice there’s a version 2011.0721 on wordpress.org extend plugins, but no mention of it here. When installed it throws the same error that 0706 was supposed to fix.
Is this another hijacked update?
First, let me say thanks for a great plugin. I will try to donate before long. I have setup your plugin on a site and did not notice these errors until after updating to the newest version. The errors are not consistent. They will intermittently appear; and after Google-ing the error, the one common factor seemed to be that most all of the results were related to feeds. The error below will sometimes display on the frontend, and sometimes it will display on the admin login page, too. Today, I noticed about ten to twelve instances of the same error when I went to login on the wp-admin page.
The error:
Warning: calluserfuncarray() [function.call-user-func-array]: First argument is expected to be a valid callback, 'Array' was given in ///publichtml/***/wp-includes/plugin.php on line 166This site has about two dozen feeds setup. Most are from Google, Yahoo and YouTube. The errors are intermittent. I cannot say positively; however, it seems as though the errors may appear after the page has been open for an extended period of time and then refreshed, or a link clicked. This site is using WP 3.1.3. I have not taken a look at your code to see if I can identify if the errors are related to the plugin or not. I am also wondering if it could be some of the feeds themselves. This is the only site I have setup using your plugin. I do not recall seeing these errors prior to upgrading and have not encountered them on any other sites. Also, when I upgraded to the newest version of your plugin, it deleted all the custom post keys and values; which, I discovered after 200-300 posts came in. So, I deleted all those posts and added the custom keys and values to each feed. When I upgraded I also did not setup email notifications either (which, may have been helpful here … idk), because my inbox had been getting slammed with notification emails when using the prior version and I did not see a real upside at that point to continuing to receive the emails.
I could give you a link to the site. However, as I stated above, the errors are intermittent. I have not figured out a way to reproduce them on command.
Tom
So what´s up here? This webpage hasn´t been updated since the release of FWP 2011.0706? I came here because I´m having trouble (again) with repeated posts, but I´m using the current version (2011.0721) on my WP 3.2.1 + BP 1.2.9. website. When I get here, however, it looks like nobody´s home. Not a good message to be sending…
You need to make sure that you have the permission to use the RSS feeds you are aggregating. Check their terms of service and verify and if in doubt, contact the feed author.
Hello? anybody home?
Hi,
Lovely plugin. I wonder if there will be an update when someone reads the main page of posts, and then clicks “full story” and it just takes to the individual post, but it just has the same short description?
Hi Anitha,
did you find a way to show full post in a new window? If so please share the solution.
Hi David,
did you find a way to show full post in a new window? If so please share the solution.