It looks at the HTTP header. If Twitter's fail-whale page is sending back an HTTP 200 status, then yes, that is a problem. Twitter *should not* be blindly...
4646
nielsmus
Dec 9, 2009 7:27 pm
Hey, I try to get the multifeeds demo file working but i keep on getting this error: Notice: Undefined property: SimplePie_Item::$feed in...
4645
mark71441
Dec 9, 2009 3:00 pm
But when Twitter is down, the website still responds and takes you to a special page telling you Twitter is over capacity. Is SimpiePie configured to consider...
4644
barry
manvillebarry
Dec 8, 2009 12:18 pm
I've just used yahoo pipes to bring together 3 feeds Digg, google alerts and Ezine, basically you can arrange them how u want...
4643
Peoplecome
fpeoplecome
Dec 8, 2009 6:44 am
... bump..anyone have an idea how to do multifeeds & ajax in one box?...
4642
Ryan McCue
mccue_ryan
Dec 8, 2009 3:01 am
... If not, you can do autodiscovery once per site, and store the feed using $feed->subscribe_url() -- Ryan McCue <http://ryanmccue.info/>...
4641
Ryan Parman
skyzyxufks
Dec 7, 2009 3:49 pm
SimplePie already does this, and has for years. That's why I'm wondering if it might be another issue. If the host is unreachable, SimplePie will keep the...
4640
Ryan Parman
skyzyxufks
Dec 7, 2009 3:47 pm
If you already know the actual URL of the RSS feed, it is faster to use that so that there is less processing for SimplePie to do. -- Ryan Parman ...
4639
mark71441
Dec 7, 2009 1:46 pm
It is a cache issue... the cache is being updated even when the Twitter website is down thus causing SimpiePie to have an error or an empty feed display on the...
4638
Manjushree
honeydukes_22
Dec 7, 2009 7:54 am
Hi Thanks. I din't really think of it. Actually I store rssurls in a table and use them to get sites latest rss feed. Thats why I wanted a way where I can get...
4637
Ryan McCue
mccue_ryan
Dec 7, 2009 7:24 am
... Sorry for missing this the first time you posted. This would be a generic PHP thing, rather than done with SimplePie. If it's always going to be written as...
4636
Ryan Parman
skyzyxufks
Dec 6, 2009 11:51 pm
It's probably not the cache. It's more likely this bug in Twitter's feeds. http://simplepie.org/wiki/faq/problematic_feeds#twitter -- Ryan Parman ...
4635
deileoni07
Dec 6, 2009 11:48 pm
Trying one more time, any tips?...
4634
mark71441
Dec 6, 2009 11:24 pm
Hello, I have been using SimpiePie to update the latest Twitters on my home page. It caches fine thanks to tarzan but unfortunately Twitter is often down and...
4633
taupes99
Dec 5, 2009 6:24 pm
Having trouble with what is probably a pretty simple problem related to requesting and using a URL from mysql. Basically I have some RSS urls in a mysql...
4632
pinkfrankenstein
pinkfrankens...
Dec 5, 2009 3:51 pm
I posted earlier about cleaning out the cache and created a script to do that. The reason that I needed that was because everytime I was loading the page it...
4631
Ryan McCue
mccue_ryan
Dec 5, 2009 11:48 am
... Just don't bother setting the discovery level at all. It defaults to on. Also, regardless of whether autodiscovery is on or not, it should read that URL,...
4630
Manjushree
honeydukes_22
Dec 5, 2009 8:12 am
Hi I have a collection of urls whose rssurls I need to fetch and show the related feeds. And these urls will keep on changing weekly or monthly or so. Can...
4629
shiplu
staticint
Dec 4, 2009 12:03 am
Create a cron job. The program will delete files if the modification date is more than 1 week old. Simple logic. find /caches/* -mtime +6 -exec rm {} \; -- ...
4628
Johnnie Lieske
pinkfrankens...
Dec 3, 2009 11:47 pm
Thanks Rayn! I appreciate the app and the feedback!...
4627
tim_galdunick
Dec 3, 2009 7:49 pm
Wow Steve - I cannot thank you enough!! :) I like how you said "simply"! There's no "simply" for me when it comes to understanding this stuff, but you made it...
4626
Steve Ray
raytri
Dec 3, 2009 7:15 pm
I have to do this for an upcoming project. You can do it with PHP by simply passing the $count variable to the new page and reparsing the feed with just that...
4625
shiplu
staticint
Dec 3, 2009 6:09 pm
On Fri, Dec 4, 2009 at 12:25 AM, tim_galdunick ... You should use xmlrpc for that. SimplePie is for feed. xmlrpc is different. Google for it. You need a xmlrpc...
4624
tim_galdunick
Dec 3, 2009 5:26 pm
Hello everyone! I've been attempting to use SimplePie as a means to pull posts from Wordpress to display on a xhtml website template that I purchased. I'm...
4623
thornj1
Dec 3, 2009 5:21 pm
Hello all, I am noticing an issue in my application that I believe can be traced back to the use of SimplePie. We have a very powerful Apache server configured...
4622
Michal
mike86cz
Dec 3, 2009 2:47 pm
Yes, it works, but you can see there are divs and everything in the output.. It didn't strip html tags :). But anyway thanks, strip_tags function helps me a...
4621
Michal
mike86cz
Dec 3, 2009 2:36 pm
Yes, it works, but you can see there are divs and everything in the output.. It didn't strip html tags :). But anyway thanks, strip_tags function helps me a...
4620
Ryan McCue
mccue_ryan
Dec 3, 2009 8:38 am
Works for me: http://simplepie.org/demo/?feed=http://riskydevil.blogspot.com/feeds/posts/default%3Falt%3Drss If what you mean is that you wish to get the...
4619
Michal
mike86cz
Dec 3, 2009 7:59 am
The feed has only <content> tag... I expect to get description from it, but the simplepie is confused by that there's no description tag... probably :(. What...
4618
Michal
mike86cz
Dec 2, 2009 9:59 pm
Hi, this feed doesnt strip tags :/. http://riskydevil.blogspot.com/feeds/posts/default?alt=rss That's bad :(. I want to manage the post on my own, now I'm also...