Thanks for the tip Ryan. Both the SimplePie_Cache_Extras.inc and the example code is very short. I'm not very good with php, would you like to have a go at ...
... http://simplepie.org/wiki/faq/i_m_getting_memory_leaks ... According to PHP.net the memory leak has been fixed: http://bugs.php.net/bug.php?id=33595 It has...
... Thanks Ryan, can you help me a little about modify Simplepie class for caching just one item from each feeds? what function or object handler parsing RSS?...
Hi all, is there any way to limit the number of retrieved items per feed? I do not mean the displayed ones. So far, I use multifeed arrays to limit the numer...
... title. ... You can change or override the number of items by calling the 'items' => X in the index page or change it universally by changing the variable...
Ryan, Can you suggest any helpful methods we could use to get the simplepie extra's features data from the code? Things like; get_cache_timestamp() And ...
SimplePie is having trouble parsing this feed: http://www.nmhc.org/feeds/overall.atom It says that a feed cannot be found at that URL. The feed validates at ...
... The "culprit" in this case is the MIME type, as SimplePie doesn't know it's actually a feed. You can work around this with $sp->force_feed(true); -- Ryan...
Iam so frustrated with this and I have tried looking everywhere and dont seem to find what I am looking for, Basically I would like the feed to display on the...
You can use $item->get_item_tags(SIMPLEPIE_NAMESPACE_MEDIARSS, 'thumbnail'); to grab all of the <media:thumbnail> elements in an item, then use print_r() to...
I think that's what SimplePie is supposed to be doing. Do you have sample code or feed URL we can take a look at? -- Ryan Parman <http://ryanparman.com>...
What have you attempted thus far? It would be much easier for us to help you if we had something to start with. :) -- Ryan Parman <http://ryanparman.com>...
Who I can know in current refresh cache files will be update? I am writing simple app with SimplePie and must know it! For example: if ($cache updated) { ...
Is there a way to see if the first item in a feed has been cached? I'm trying to find a way to only show items that are new since the last fetch... without...
I have simplepie installed for wordpress and use it to display a feed on the sidebar of my latest posts. I want it to ignore the latest and display the next 5...
Hi, I'm using simplepie with the WP plugin. I would like to check for the existence of the RSS file which resides on another server. If it exists I would...
... thank you for your reply! :) but it does not work as I intended. I want to limit the number of retrieved feed and with the above way, I just limit the...
Hi! In the simplepie wiki articles list, the text links for topics marked in red 'disappear' on hover. Meaning the text turns white on a very light pink...
... I do agree, there's a definite lack of contrast. Until Ryan P. fixes it, I guess that's just extra motivation to fix the red links and write articles :) ...
hi, im new to SimplePie so i hope this question is not too stupid. in my application i need to parse several hundreds of feeds in certain time intervals with a...
How can I rewrite the regex in order to retain anchor tags wrapped around the images? I am currently using images_only on a flickr feed and I would like my ...
I have a couple feeds I can't get Simplepie to read. The feeds work in firefox, the feed validator and everywhere else. Using the force_feed(true); method does...
... The link to http://simplepie.org/participate is in the community page (http://simplepie.org/community/) particularly the spread-the-word section. :D...