... SimplePie supports some advanced feed auto-discovery methods, so "news.yahoo.com" will resolve to the correct feed. ... That's quite odd. I'm using this...
Hi it's me again :-) i have a question to pose about multifeeds sorting. I have an array of 5 different feeds, and i'd like to show a maximum of TOTAL 5...
Which feeds are you using? Sometimes SP has a problem with a certain feeds date which makes them all sort improperly. -Mike stefania_palombi wrote: Hi it's me...
advanced feed auto-discovery methods?? Ryan! That is amazing! It is unbelievable.. wow.. you are a god and Simplepie keeps getting better and better!...
i make an example: with these feeds all works ok: 'http://onokinegrindz.typepad.com/ono_kine_grindz/rss.xml', 'http://faycat.blogspot.com/feeds/posts/default',...
gsnedders smacked some sense into me today in #simplepie I was bitching that SP was the problem... gs (as usual) said PHP was the problem. I lately switched...
... heh. :D ... m'kay ... gsnedders suggested it? *quizzical* ... I've been running SimplePie on my localhost with 5.2.x since shortly after 5.2 came out, and...
Hi @ all I'm not quite sure, whether this works... Well I recently found SimplePie and I thought that it could solve my problem. The thing is, if it worked...
... First of all, it would probably help a lot if you took the time to set up a localhost with Apache + PHP 5.x. Also, make sure you understand the fundamental...
Hi! So far i've loved SimplePie. Now i wanna optimize my page so that it takes less time to load. I am using about 10 different RSS urls. I am also using the...
I am trying to make an RSS reader/parsing widget using SP that bloggers can cut and paste and post on their blogs to show updated RSS content from other...
When using SP or any other feed parser, long load times are usually caused by delays in fetching the feeds. One way around this is by setting cache time to...
... Ok, I installed a fresh php 5.2.5 on my windows pc, and finally everything works! So it must be the old php version on my linux computer (although it's...
Here is the code: http://pastebin.com/f1e3eb41e - Mike ojsimon3000 wrote: Hi I Am using Simplepie to display some rss feeds, currently it displays them in date...
thanks, i put your code in and it still doesn't work This is now what i am running <?php /* Here is the sequence: 1. Initialize SP 2. Merge items using...
I am setting up a new site and am currently using the multi-feed on SimplePie Wordpress. It works fine except dates for every feed are showing up as the...
What cache location are you using on the page? Where are the handler_image.php, the cache directory, and your page in relation to each other on the file system...
Have you seen SimplePie Live? If you know what you're doing in JavaScript, you could probably bundle something up fairly easily. http://live.simplepie.org -- ...
... Please, please use a service like pastebin for large blocks of code. http://simplepie.pastebin.com is a good place to post code to. :) ... Looking at it...
Hi all, i have a question about importing feed selected by user + tag. For example, i have a website about music. I want to import feeds from my friends blogs,...
Hi again! I solved the localhost problem, everything works more or less on my own localhost. But the problem with the feed, not showing is still here. I tried...