... Hi, Thanks for your help: your code works perfectly for a single feed but I am still looking for a way to create a feed of merged feeds. I think Ryan seems...
Mike, I've come across your Speed Feed test tool from other posts in the group. I've used it to trouble shoot many different feeds, but one in particular is...
Ahh, my first impression: This looks great - a very useful script, and your code seems easy to read and implement. I will give you more feedback if I find...
Hi, I am trying to display blogs latest post and link to it. But when I get the feed feedburner gives me a problem. It seem to change the original permalink,...
I am using a feed where I would like to access the embedded media player rather than the default one you get with native_embed(). I tried get_player() but that...
Don't really know what was wrong without seeing the problem item source code. If it happens again, save the feed so we can look at it. :-) Michael P. Shipley ...
Here is a quick 4 videos from your feed. <http://186kpersecond.com/video.php> I replaced the "for_the_demo/mediaplayer.swf" player with the flvplayer.swf'...
Thanks, I've played around with Michaels script, but I can't get it to work. Tried by using the "get_thumb" function in my newsblock.inc.php. This is the feed...
Well that code I pasted before was not the answer. I'm new to PHP but if you read it more closely, that code is for the feed text that goes in the title of a...
Whats the feed? Michael P. Shipley www.michaelpshipley.com <http://www.michaelpshipley.com> ... Whats the feed? Michael P. Shipley www.michaelpshipley.com ...
Hi I am sorry I think I managed to get feedburner OK. But when I try to resolve this one : http://www.t3l3.net/feed/ I get the format /p?965 Maybe I need to...
In that feed the item link is the permalink. $item->get_link() <http://simplepie.org/wiki/reference/simplepie_item/get_link> will give you the permalink in...
I have added SimplePie to my CodeIgniter app, and it works great. I would like to use multiple rss feeds with my CodeIgniter app, and I have encountered the...
Ok, it happened again. I've taken a copy of their source, pasted here: http://pastebin.com/m2b6860a9 Yet again your speed feed tool reports: Error: "XML error:...
I'm looking at it now. Will inform when I find the problem. Michael P. Shipley www.michaelpshipley.com <http://www.michaelpshipley.com> ... I'm looking at it...
There are invalid characters in that LXR feed. The XML parser chokes on them, forcing it to abort the feed. The current build of SP doesn't do a lot of error...
Thanks Mike. I knew it had to be on their end, just wanted some confirmation before contacting them. No doubt they'll say not their problem and related to SP...
Actually, now that I look at it again, that \x construct wasn't in the feed. I was misled by FeedValidator. You can see what I'm talking about here: ...
Hello Ryan et al, I've just started using Simplepie and would like to extract some data from feeds supplied by Zvents. The format of their feeds (sorry can't ...
Hi all, I've been using James Cridland's SimplePie implementation for displaying Google Calendar feeds (http://james.cridland.net/code/google-calendar.html),...