I'm trying to do the same thing on a page (http://www.idiophonebox.com/rss/flickr.php) with my flickr feed where the oldest item is first. I used your...
On Wed, Oct 29, 2008 at 2:24 PM, Ryan Parman ... As far as I can tell, only one bug still remains, and that's mainly just porting a class to PHP 4 (which is...
Hello. I'm new to SimplePie software. I believe it can help me with the problem I'm trying to solve, but I can't figure out how to solve it on my own. Check...
All set! It was a flickr issue, not my code. I needed to make sure the photos had upload dates/times that corresponded to the order I had them organized in. ...
I believe there's already a tutorial for this in the Tips & Tricks area of the wiki. Have you checked it out yet? -- Ryan Parman <http://ryanparman.com>...
Dear All, This is my very first posting on this group and I wonder if you can help. I am using SimplePie 1.1.1 to read an Atom feed from Feedburner: ...
I believe you need to use the "raw" version of the feed. There should be a link to it near the other subscribe links on the page. We should put this info in...
Yes, I have looked in the Tips & Tricks. I found this tutorial: http://simplepie.org/wiki/tutorial/sort_multiple_feeds_by_time_and_date but that gives me a web...
Ryan, I did look but don't know which link I need. Is it the set_raw_data() function? Would you mind pointing me to the right direction please? Thanks Paul...
Oh, that's even simpler. You simply parse one feed at a time. New SimplePie object, loop through the items. Next new SimplePie object, loop through those...
Hi, Ryan. Thanks for the quick reply! That makes sense, but what if I want to constantly check like 50 or 100 feeds for updates? And I only want the most...
Is anyone using simplepie to let users customize the channels that are delivered to them? I'm thinking channel information could be saved to a member id which...
Constantly checking for updates is outside the scope of SimplePie as it needs to happen in your application layer (although I believe that Michael Shipley...
Hi, Anyone experienced anything similar or got any ideas? I use simplepie on my homepage to display excerpts of the latest 2 posts from my blog and noticed...
Actually, yeah mine wasn't working correctly with my blog either. It worked fine when i first set it up (was doing exactly what you did too) and suddenly it...
Inside the actual XML, are they in chronological order? Do all of the items have dates associated with them? What is/are the feed URL(s)? -- Ryan Parman ...
Hello, My feed URL was my blog homepage URL ( http://www.perfectpieces.co.uk/blog/ ) and I was relying on autodiscovery. I've now updated this to the RSS2 feed...
OK, I guess it's highest time that someone pointed this out: There must be a bug in the current release version of SimplePie that prevents it from reading the...
Hello, I spoke to soon, it is still displaying random older posts intermittently. In reply to your questions, in the actual XML all the items are in ...
... I've hopefully fixed #58. Can people please test trunk as that contains the fix as much as possible using SimplePie::force_fsockopen(true)? -- Geoffrey...
If this is genuinely an issue with SimplePie, then it definitely needs to be addressed. However, there are known issues with a handful of services (Twitted, ...
I inadvertently replied to the wrong thread. My response is here: http://tech.groups.yahoo.com/group/simplepie-support/message/2771 In the very specific case...
Ryan, thank you for your answer. First of all, sorry for throwing all the blame at SimplePie. I'm just impatient in finding solutions ;) If the problem seems...
Hi there I am new to RSS, SimplePie and to php in general. I want to run a RSS feed on my site and for the most part SimplePie works great. However, there are...