I developed a wordpress plugin <http://www.ericlightbody.com/tweetiepie> that pulls in twitter updates that depends on simplepie. (I know, I know, it's been...
This is usually because the feed's server is sending back an invalid mime-type for the feed. SimplePie relies on this information for various features, so it's...
I've been trying a few different things but I deleted that and started all over realizing it simply is not finding the feed. Here's my code: <?php // Data...
I get what you're saying but don't know the exact way to do it without getting the same error. Should something go inside init(); if I want to use the long...
You call init() when you're completely finished setting your config options. When you pass a URL directly to the constructor (i.e. short-hand syntax (e.g. when...
Thanks that was an amateur mistake I just copied and pasted out of laziness. However, still getting same error. I should point out that daapi.flux.com is not...
I copy and pasted your feed from what you posted and their are a number of spaces in the URL. It might just be bad formatting or the need to replace the spaces...
Taking a look at the URL you posted, it's an XML file, not an Atom or RSS feed. SimplePie can only parse Atom and RSS feeds. To parse a raw XML file such as...
Yep. Check the tutorials section on the site. :) -- Ryan Parman <http://ryanparman.com> Please don't email/IM me directly. That's why we have a mailing list....
Okay, I checked the tutorials and realized I asked the wrong question. I'd like to create a RSS feed of the RSS mashups (ie, like Yahoo Pipes). Did I miss that...
I'm using the simplepie library inside other custom library and when a load de simplepie library get the following error "An unhandled win32 exception ocurred...
Hi, can anyone help please. I'm trying transfer my webpage using simplepie to a windows server but I get the following error message: PHP has encountered an...
Hi, I'm using SimplePie Plugin for Wordpress and I'm not sure how many have encountered this problem, but I had big issues with Finnish characters (ä,ö) and...
I forgot to mention that this code also tracks the last space between the words so it splits the text between the last words, not characters. This means that...
Hi, can anyone help please. I'm trying transfer my webpage using simplepie to a windows server but I get the following error message: PHP has encountered an...
I know that we have a linked tutorial in the wiki that gies over this. Having said that, I don't think that SimplePie is the right tool for this particular...
RE: SimplePie v1.2 & Google News Feed Feed $items from http://news.google.com/ produce a permalink that, when clicked, do not go directly to its respective...
Hello, I am getting Call to undefined function idn_to_utf8() in /var/www/vhosts/..../libraries/SimplePie.php on line 7538 How to resolve this error? Thanks in...