Using the latest version... It seems that the author name and uri fields aren't being parsed correctly. If I print out the root simplepie object I can see...
Off the cuff, I can tell you that $item->get_author() returns an object, not a string. See the docs for SimplePie_Author to see what sub-methods are available....
Thanks for the response. I understand this.. as I mentioned, the _object_ that is returned from get_author is empty. If I were to execute get_name() or...
Hi there I'm just starting to play around with SimplePie for a little PHP project I'm working on. My primary use case is parsing ATOM 1.0 feeds. In this case,...
... Works great - thanks Ryan, I had missed that API. Took some fiddling with the resulting array, but I have exactly what I want. Excellent! Andy -- Andy...
I'm trying to run the simplepie demo folder. I can see the page, but I get these to errors above it: Warning: include_once(../idn/idna_convert.class.php)...
Hallo, i built a blog which uses simplepie with multifeeds (3 feeds). i created a pagination that shows only 10 items per page. but now theres a problem: my...
Did you also upload the /idn/ folder that was included as part of the SimplePie download? This enables internationalized domain names. If you don't care about...
Below is the code: $parser->set_feed_url($file); $parser->init(); $parser->handle_content_type(); if($parser->error()) { # Write to log what happened echo...
This is a great plugin, even with my limited knowledge of PHP it is working well. :) I am having problems using the plugin to return the first image only in...
Hi, Can SimplePie return multiple feeds when you do autodiscovery on a URL? From what I can tell by using it and looking at the locator class it just returns...
Using Item_Description shows the summary which is too short, so i used Item_Content which now is too long. Is there a way I can truncate it? I am using: <?php...
Hi all, I have a peculiar problem. I have used the newsblocks demo, It is working properly except for one feed. It is 'http://openhippo.com/feed/'. I am using...
Hello, Is there a way to offset the timezone on a per feed basis for multiple feeds? I've searched the documentation and the support group but can find very...
This was supposed to have been fixed a few versions ago (1.0.x timeframe). What version are you running? -- Ryan Parman <http://ryanparman.com> Please don't...
Hello, Blogspot decided to encode HTML instead of using CDATA block as of 05-APR. example: http://feeds2.feedburner.com/ivanbedrovblogspot SimplePie fails to...
I am using the following RSS feed URL.. http://feeds2.feedburner.com/TheBootCountryMusic its displaying wrong date 31 Dec 1969, 4:00 pm (which is wrong) I...
Hi - I'd love help with code to replicate the type of behavior found at the bottom of popurls for a project and not just the awesome newsblock functionality...
Hi, I am trying to parse thumbnail images and links to their original images from a feed, but it uses <description> multiple times. <description> is where the...
I am trying to display posts based on its category. Right now I have WP 2.7.1, SPWP 2.2.1 and SPCore 1.1.1. I am simply putting following code for testing: ...
Hello Everyone, I hope someone can help me figure this out. I have a blogger account, and used SimplePie to show the blog on my page. My feed comes out...