I have a feed of about 20 RSS feeds. My problem is that most feed names are long and describe the feed in detail. These are news feeds from different...
4516
george_kesarios
Oct 18, 2009 7:55 am
This is a second request beacuse I was probably not clear in another post. Many sites either dont have a favicon or, simplepie cant seem to grab it. I would...
4517
websolsoftwares
Oct 18, 2009 8:27 am
Cheapest Dating Software on the internet for more information visit www.websol-dating-software.com since the price is just $10 with lifetime upgrade, doesnt...
4518
silvasonic
Oct 18, 2009 9:36 am
Not sure if this is still supported, but here's my code: <?php echo $item->feed->get_favicon(true, 'favicons.gif'); ?>...
Hmmm well I dont have it now because I changed the code many times. But I noticed that when I tried it in another piece of code I didnt get an error. However,...
4523
aquatoad_hfg
Oct 19, 2009 9:21 pm
Here is an example of an item in my feed: <item> <title> So tired I can barely keep my eyes open </title> <icon> ...
4524
be_dude2
Oct 21, 2009 9:46 pm
I was able to implement simplepie on my site with zero PHP experience whatsoever, a fact that I'm delighted with. However, it seems to be selective and picky...
4525
Ryan Parman
skyzyxufks
Oct 21, 2009 9:54 pm
Some feeds contain summaries of content, others contain the full content, and some feeds have both. There are two methods for getting the content of a feed...
4526
silvasonic
Oct 21, 2009 10:52 pm
Is this just too f'ing ugly? I haven't even finished my PHP book yet, ha, ha! (one of those Larry Ullman's books) <?php $url = $item->feed->subscribe_url(); ...
4527
be_dude2
Oct 22, 2009 12:22 am
Switching to get_content fixed it immediately! Thank you! However, I'm now seeing broken images. I'm sure it's another issue of ignorance on my part, but...
4528
Ryan Parman
skyzyxufks
Oct 22, 2009 12:24 am
Did the feed author use relative URLs or absolute ones? It's possible (without having seen the feed) that the image URLs simply aren't resolving. -- Ryan...
4529
be_dude2
Oct 22, 2009 12:59 am
They're all absolute URLs. Looking at my page's source, I'm seeing img urls that should be legitimate, ie...
4530
be_dude2
Oct 22, 2009 1:02 am
4531
Manjushree
honeydukes_22
Oct 22, 2009 5:03 am
Hi all Since I have updated to the latest version of simplepie, I keep getting this error, ".spc is not writeable" for a lot of feeds which never happened...
4532
Manjushree
honeydukes_22
Oct 22, 2009 5:05 am
Hi all Since I updated to the latest version of simpelpie, I keep getting these errors, ".spc is not writeable" for a lot of feeds which never happened...
4533
Ryan Parman
skyzyxufks
Oct 22, 2009 2:30 pm
Check the FAQ for cache troubleshooting tips. -- Ryan Parman http://ryanparman.com Sent from my iPhone On Oct 21, 2009, at 10:05 PM, "Manjushree"...
4534
san_bhattacharya2002
san_bhattach...
Oct 22, 2009 2:36 pm
I used simplepie for devoloping rss aggregator in my site. I saw in many rss feeds the "Views" and "ratings" are in the description tags (Ex:...
4535
peluang_jutawan
Oct 23, 2009 8:52 am
Hi there, I need help to costumize show feed. I have I code like below with more than one feed. My question is how if needed hidden feed also with div block...
4536
ketchup_sandwich
ketchup_sand...
Oct 23, 2009 5:33 pm
please bring it back up or put the docs for download somewhere...
4537
ketchup_sandwich
ketchup_sand...
Oct 23, 2009 5:39 pm
I'm running into this same issue, although the namespace has changed to: http://itunes.apple.com/rss...
4538
Ryan Parman
skyzyxufks
Oct 23, 2009 7:31 pm
I haven't taken it down, so it may be a problem with my host. I'll check it out when I get home. -- Ryan Parman http://ryanparman.com Sent from my iPhone On...
4539
deileoni07
Oct 25, 2009 12:42 am
Hello everyone, I have several (Wordpress) blogs, which I pull posts from, into my main (Wordpress) blog. I have been playing around with both Wp-O-Matic and...
4540
Joseph Eze
ezeoj
Oct 26, 2009 9:03 pm
Hi , I am using simplepie plugin for wordpress I am able to display images from my feeds but my concern is that some of my contents do not have images. I...
4541
benvenuti.silvia
benvenuti.si...
Oct 28, 2009 4:53 pm
Hi, I get this error and cannot figure out why. Can you help? The website is: http://www.scuolaequitazionemicheletto.it/ponyclub/ (see under News) thank you...
4542
benvenuti.silvia
benvenuti.si...
Oct 28, 2009 5:07 pm
I forgot to mention that I use Simple Pie (version * 2.2) as WP plugin, and PHP 5...
4543
ketchup_sandwich
ketchup_sand...
Oct 28, 2009 7:18 pm
Here is my code. <?php //FEED SETTINGS $cache_directory = '../../../cache39;; require_once('../../../simplepie.inc'); //CONFIGURE $feed = new SimplePie(); ...
4544
Ryan Parman
skyzyxufks
Oct 28, 2009 10:16 pm
There is no SimplePie 2.2. 1.2 maybe? If this is the error message you're getting, it sounds like the feed is being HTTP redirected more than 5 times before...