Hi, actually tried that already and realized it was not cURL. I suspect it has something to do with the RSS feeds I'm using or the server they are on....
Here's what I'm trying to do: 1. Display a short excerpt from a single feed (200 characters or so, no title). 2. Right below the excerpt I want to display some...
I'm using the code from this page: http://simplepie.org/wiki/tutorial/how_to_group_multiple_posts_by_day to sort a few feeds by day. I'm sure this is easy, but...
$item->get_feed() will return a reference to the parent feed object. So, you could use $item->get_feed()->get_title() to get the parent feed's title. -- Ryan...
Thanks for the quick reply, but I receive a "parse error" when I tried to add what you have below. My full line of code (with your suggestion) is: echo '<li><a...
I'm having the inverse problem that most people claim to have re: sorting. I can't get my feeds *not* to sort by date. I am using the WordPress plugin with...
Hi there, I'm using FoF (http://feedonfeeds.com/) which uses SimplePie. I think I've encountered a problem with entities inside a RSS feed. As you can see at...
... Well, I hate to say it, but this works fine for me on the SP demo. I'd bet it's a problem with Feed on Feeds *or* it's just been fixed in trunk. Also, I...
Ok, Now I'm confused. As I added in my first post at the end, this little script does create the behaviour I said. Now I got the latest_trunk [3] of simplepie,...
... It's working on the publically available demo for SimplePie too: http://simplepie.org/demo/?feed=http%3A%2F%2Frss.golem.de%2Frss.php%3Ffeed%3DRSS1.0 Alpha...
... Make sure you have the latest version. It looks to me like the brackets are being replaced somehow and I have no idea why. What's your compatibility test...
just checked out again the latest trunk [2]. The test says: everything ok [1]. I copied the example from [3] to [4], just to check double. I don't have a clue...
How much different would it be from this code, which displays the most recent feed titles? <?php /** * Shortening function. */ function shorten($string,...
Welcome! :) First things first, it would be helpful for you to read <http://simplepie.org/wiki/reference/simplepie/start ... That being said, this is very...
Yesterday, for some unknown reason my site began picking up Feedburner feeds again. Why? I'm not sure. I did empty the cache and recreate the opml file that is...
I just installed simplepie and I am in the beginning testing phase. When I run it no matter what feed i am attempting to parse I get the following error: ...
simplepie.inc is in my public_html folder. My example.php page is in public_html/php and my cache folder is public_html/cache. When I call simple pie I call...
Ok i got it figured out. Thanks. I have to much to learn with this. How do you tell simplepie to only display a certain amount of content? IE only 1 (the most...