... You need at a minimum `simplepie.inc` for 1.2.1, or `SimplePie.php` and the `SimplePie` directory for 1.3-dev. Where you upload them is entirely up to you...
I've been using SimplePie without a problem for about 2 years, but yesterday the feeds stopped updating with new items. I've checked the feeds and they're...
... Hey John, Can you post the code you're using please? Has anything changed in the past two days? It's possibly that a bug might have been caused by the...
... Interesting. The latter two feeds appear to be up-to-date. The first, however, has the last post on the 17th, although there are posts from later. Since...
... Try the $item->data property. That should be in $item->data['attribs']['http://www.cision.com/']['id'] from memory. -- Ryan McCue Lead Maintainer -...
Hi Ryan. thank you very much for helping. I'm trying but I think I don't have enough skills. Should I write it something like this? I've tried to find a...
Until recently my server would spike once in a while and not to much of a problem. The last 5 days it has been through the roof. If I shut off SimplePie it...
OK...I've made a little headway. I received this error in my log files. [26-Jan-2012 05:38:32] PHP Notice: XML error: not well-formed (invalid token) at line...
... Your best bet is to use single-feed SimplePie instances instead of using multifeeds. e.g. $feeds = array('http://example.com/'); foreach ($feeds as $feed)...
Version 1.3 and the error is: Fatal error: Call to undefined method SimplePie::get_favicon() in /var/www/sp1.3/news/php/newsblocks.inc.php on line 82...
I have been using a modified newsblocks demo at my site at clubwager.net for several years. It works great, but it is slow, so I have had to break it up into...
The reason for this error is that favicon handling was removed from SimplePie 1.3-dev. I'll be adding it back to Newsblocks as soon as I get a chance. -- Ryan...
... Apologies, that was supposed to be in reply to catchitcat, who is using 1.3-dev. :) -- Ryan McCue Lead Maintainer - SimplePie <http://ryanmccue.info/>...
Hello, How do I adjust the {TRUNCATE_ITEM_DESCRIPTION} so the title isn't repeated in the description? I'm using a RSS feed of a Google News Alert. It displays...
Hi there, Can SimplePie be used to autocreate new posts and not simply update pages? If so, how? If not, can anyone recommend to me how to achieve this? ...
Is anyone using SimplePie in conjunction with WordPress (and preferably the SimplePie Plugin for WordPress) at RackSpace Cloud Sites? Any issues? We're...
You need to create a custom template. Copy an existing template you like from the template folder for the plugin, rename it, modify it and save it to the...
hi all, I know how to add SimplePie to my sidebars, to my pages... But what if I want to autocreate posts from my various/sundry feeds - ie, make 1 post of my...
I want to leave the p tags in my feed, but since I have set wordpress to remove images, it ends up leaving empty <p> tags. How can I strip these out with...