Thanks. I figured it would be something simply like that. But now I've got a new problem. Upon changing the code, I now get a blank name returned from the...
... 0.k - narrowed down my problem to the following issue - 1. if you have multiple feeds and want to show a list of say, 10 top items in each feed - something...
Don't pass the URL into the constructor. Pass the URL into $feed- ... http://ref.simplepie.org/set_feed_url http://ref.simplepie.org/set_cache_location -- Ryan...
Pulling the author name from RSS 2.0 is imperfect because the spec is terribly unclear in this area, so we do our best. There are a new sub- methods of...
SimplePieWP() is defined in the WordPress plugin, which obviously requires WordPress. From your description, it sounds like you're trying to run it on a ...
The get_date() method will pass dates through PHP's date() function. If you do get_date('U'), it will do the same thing as date('U') (which is documented at...
RSS 2.0 *requires* that the date be in proper RFC 822 format. All of the items in this feed have 7200 at the end of the dates, which doesn't mean anything....
I have a few feeds in my cache folder that are excessive in size (1+Mb). Therefore I would like to know how I can source the feed from just the cache file such...
SimplePie will automatically pull from the cache until it expires. -- Ryan Parman <http://ryanparman.com> Please don't email/IM me directly. That's why we have...
My apologies - my query should have been communicated better. I'm wanting to know is there some way to decipher the feed uri purely from the cache file? In...
This is a bit rough, but you can basically read the contents of the cache file, unserialize it, and iterate over the array to find it. http://pastie.org/535850...
It appears that the encoding is working correctly (using simplepie.org/ demo), but the font file itself is missing the characters needed for this language. -- ...
Thanks for your reply. I'll see what I can manage. It's a shame that specifications aren't more clear but I figured the '<author>' item tag was fairly clear. ...
Hi, I installed SimplePie Core (the WordPress Plug-in) a day or so ago and didn't notice until now... When I try to create a new post or edit an existing post...
Hi All I'm using Google MyMaps to generate a GeoRSS feed which I then want to take into SimplePie to write the details for a University campus map: ...
... If you look in the source of the feeds, Google Maps is using the GeoRSS specification, while the other feed is using the W3C Basic Geography Vocabulary...
... Sure, if you give us some time. ... Is the footer of the admin at the bottom of the page? Are there any errors in your error log? It sounds to me like...
... Yes, it looks like I was correct, the whitespace is causing the regex not to match. Filed a bug at http://bugs.simplepie.org/issues/show/138 -- Ryan McCue ...
I'm using some SimplePie code to grab my posts over at my blog on posterous.com. The great thing about posterous is that you can add pictures, audio and video...
... http://bugs.simplepie.org/issues/show/139 I guess removing the ' standalone="yes"' will fix the bug, which is certainly in SimplePie (the feed is...
... Thanks! I have incorporated this into my code. It did pick up the pictures, but it's not picking up the videos. It still only shows them as a link back...
Hi, I am working on creating an rss aggregator for my website. I would be fetching feeds from nearly 25 sites and storing it in a MYSQL database and display it...
[1]SimplePie 1.2 is now available. This release adds a few features that have been requested often, especially caching in MySQL (instead of on the filesystem)...