I'm not sure if this is a howdoido or a feature request, but it'd be great if there was a $simple_pie->has_changed() method to determine whether the feed was...
... Unfortunately, this feature doesn't exist yet. It's filed as a feature request [1] [2], but it has been for a while. If you manage to hack SimplePie to do...
sir i installed a plugin for wordpress (wp-o-matic) that uses simplepie. i tested my server for simplepie and couldnt understand it and just let it complete...
It would appear that your server doesn't support the things that SimplePie needs to run properly. -- Ryan Parman <http://ryanparman.com> Please don't email/IM...
... Just added a few methods to capture realtime feed info like a cloud element or a pubsubhubbub link. Planniing on add more functionlity in that area....
Are you NEW to making real money working from home? * Just fill simple surveys. Start today. Online Companies Will Pay YOU $5 to $125 for Each Survey! Get Paid...
Hello everyone! I got this problem retrieving the links from Google Reader, I'm preparing a lifestream of what I'm able to do and, most important, where I...
Very sorry to hear that Ryan and Geoffrey are leaving SP, but wish you the very best and thank you for all the work you've done. I am hoping for a Database...
http://www.whitehouse.gov/rss/speeches.xml within this loop: <?php foreach ($item->get_enclosures() as $enclosure): ?><?php echo $enclosure->get_link();...
There are no other alternatives that do what SimplePie does. The ones that did, Magpie and a few others have been dead since at least 2005 or earlier. I would...
Found a solution to this (thanks to http://w-shadow.com). It was an encoding issue, but setting the page's encoding to utf-8 via meta tags or php's header()...
I have a feed with about 30 different RSS feeds. Most display the time correct, but several do not. How can I change the individual time stamp for each feed...
Is there a way I can have simplepie only write some posts to the page based on some predetermined rules Say I wanted to make a Laptop tracker for deal sites I...
There are instances where the favicon does not show at all. I imagine that simplepie cant find it or something. Is there a way for me to add a default favicon...
... Simply do your normal $feed->get_favicon(), but instead of echoing it, check if the returned string is empty, and echo your own icon URL instead. -- Ryan...
I turned E-STRICT error reporting on and boy did I get a lot of warnings from simplepie.inc! There were two types. The first type (and the smaller quantity)...
SimplePie was built for PHP 4.x. PHP 5.x support was added later. You can't support PHP 4.x and be compliant with E_STRICT at the same time. Anything...
Warning: Working with favicons (in general) is messy business and has a hit-or-miss chance of working even in the best conditions. Having said that, you...
Yes, it looks like even Google had to create their own favicon API just to turn the ICOs into PNGs. I'll give your code a try (it'll help with PHP, since I'm...