Search the web
Sign In
New User? Sign Up
simplepie-support · SimplePie Support
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2025 - 2054 of 4578   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2025
... 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...
thierrylorey
Offline Send Email
Aug 1, 2008
5:03 pm
2026
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...
osleak
Offline Send Email
Aug 1, 2008
7:58 pm
2027
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...
dng050
Offline Send Email
Aug 1, 2008
10:20 pm
2028
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,...
hoeysaeter
Offline Send Email
Aug 1, 2008
11:46 pm
2029
Thanks I'd appreciate any advice on how to improve it. Michael P. Shipley www.michaelpshipley.com <http://www.michaelpshipley.com>...
Michael Shipley
michael_ship...
Offline Send Email
Aug 2, 2008
12:18 am
2030
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...
trentmar
Offline Send Email
Aug 2, 2008
3:11 am
2031
Can we take a look at the feed? ... -- Ryan Parman <http://ryanparman.com>...
Ryan Parman
skyzyxufks
Online Now Send Email
Aug 2, 2008
4:04 am
2032
The feed is at http://www.5min.com/Rss/Category/Food/Italian...
trentmar
Offline Send Email
Aug 2, 2008
4:21 am
2033
Here's some code to do a original blog post permalink lookup on an item via the item id element, which will work with Feedburner feeds. ...
Michael Shipley
michael_ship...
Offline Send Email
Aug 2, 2008
5:18 am
2034
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 ...
Michael Shipley
michael_ship...
Offline Send Email
Aug 2, 2008
5:42 am
2035
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'...
tdbuilder
Offline Send Email
Aug 2, 2008
6:05 am
2036
Ah now I see how I can do it, thanks for the advice! T...
trentmar
Offline Send Email
Aug 2, 2008
6:25 am
2037
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...
marcfalkchr
Online Now Send Email
Aug 2, 2008
1:18 pm
2038
... Can anyone help?...
thierrylorey
Offline Send Email
Aug 2, 2008
2:25 pm
2039
Can anyone provide the correct way to apply Michael's fix in CodeIgniter?...
vik_r2000
Offline Send Email
Aug 2, 2008
4:54 pm
2040
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...
blueprintinternet
blueprintint...
Offline Send Email
Aug 3, 2008
5:31 am
2041
Hi, I tried this and get a somehow sollution. But I don't get the real permalink. I am confused. :) Lets say a blog has set its permalinks to be ...
hoeysaeter
Offline Send Email
Aug 4, 2008
8:41 am
2042
Whats the feed? Michael P. Shipley www.michaelpshipley.com <http://www.michaelpshipley.com> ... Whats the feed? Michael P. Shipley www.michaelpshipley.com ...
Michael Shipley
michael_ship...
Offline Send Email
Aug 4, 2008
8:57 am
2043
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...
hoeysaeter
Offline Send Email
Aug 4, 2008
9:43 am
2044
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...
Michael Shipley
michael_ship...
Offline Send Email
Aug 4, 2008
9:49 am
2045
Ah thanks.. Is there a check I can do to read the correct variable to get? Øyvind ... the real ... change the ... wrong...
hoeysaeter
Offline Send Email
Aug 4, 2008
10:09 am
2046
You could use $feed->subscribe_url() to check which feed it is and use that to determine the correct permalink. Like this: $feed1Url =...
Michael Shipley
michael_ship...
Offline Send Email
Aug 4, 2008
10:58 am
2047
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...
vik_r2000
Offline Send Email
Aug 4, 2008
4:27 pm
2048
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:...
osieak
Offline Send Email
Aug 4, 2008
9:14 pm
2049
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...
Michael Shipley
michael_ship...
Offline Send Email
Aug 4, 2008
11:11 pm
2050
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...
Michael Shipley
michael_ship...
Offline Send Email
Aug 5, 2008
6:06 am
2051
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...
osieak
Offline Send Email
Aug 5, 2008
6:18 am
2052
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: ...
Michael Shipley
michael_ship...
Offline Send Email
Aug 5, 2008
6:43 am
2053
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 ...
takacsjulian
Offline Send Email
Aug 5, 2008
1:35 pm
2054
Hi all, I've been using James Cridland's SimplePie implementation for displaying Google Calendar feeds (http://james.cridland.net/code/google-calendar.html),...
hammerikaner
Offline Send Email
Aug 5, 2008
2:45 pm
Messages 2025 - 2054 of 4578   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help