... OK, so it's outputting this: <a href="http://vimeo.com/4212793" class=""></a> Don't ask me why though. You'll have to wait for Real Ryan for that one. :) ...
Not quite. Its outputing this: <a href="http://vimeo.com/4212793" class="">Download this enclosure!</a> from this: echo $enclosure->native_embed(array( 'alt'...
... Hey Ryan, Do you suggest making the same modification [$item->get_link(0, 'image'), and then phpexplode] to the Wordpress plugin? I don't mind doing it...
This is my error I keep getting: Warning: ./cache/e3e988b9423f64e2000fc2943a66c41d.spc is not writeable in /home/blah/public_html/PHP scripts/simplepie.inc on...
Try this: Go to settings->wp-o-matic->options and make sure you have set your Image cache path The cache directory must exist, be writable by the server and...
I don't really understand it, but I wonder if the reason simplepie is acting like it does not recognize the file format is that the vimeo player format is not...
There are two separate things happening here: RSS 2.0 has an <enclosure> tag, which has the correct media file URL in it. MediaRSS is a separate set of tags...
I believe you are correct "Media RSS" Specification Version 1.1.2 says: "url should specify the direct url to the media object. " search.yahoo.com/mrss/...
I followed the add on demo here: http://simplepie.org/wiki/addons/yahoo_weather This was a great help. I would like to be able to replace the artwork Yahoo...
Ok in an attempt to fix two previous errors I follow directions I think properly and added the following code: $feed->set_cache_location('blah/cache'); Now I...
What is the rest of your code? Post to pastie.org and link us here, please. :) -- Ryan Parman <http://ryanparman.com> Please don't email/IM me directly. That's...
You would just need to replace the URLs of the images with the URLs for your own images. $this->get_condition_code() is a number (I believe), and you should be...
Thank you for your response...I understand what you are saying but I am not sure how/where to implement this in the example. I feel like I have to replace a...
Why not just edit the simplepie_weather.inc file directly? -- Ryan Parman <http://ryanparman.com> Please don't email/IM me directly. That's why we have a...
Hi, Has any one got a post processing php script for adding a target="_blank" and nofollow to links? I've been looking for one for hours and then tried to make...
... The error is occurring because you haven't set $feed at that point. Move the `set_cache_location()` line to below the `new SimplePie()` line. -- Ryan McCue...
Ryan, Maybe I have not been clear but I am unclear what I need to edit in the simplepie_yahoo_weather.inc file and this is why I am contacting you. I have been...
You shouldn't need a post-processing script for that since you're not actually altering the URL itself. You should simply be able to add those attributes in...
You may be using the default template. You can write your own HTML template to display however you'd like. Documentation for the plugin and its template tags...
Hi Ryan, Thanks for the reply. I'm using a twitter search feed so the URLs are in the {ITEM_CONTENT} tag. I added the attributes in another part of the...
Is it possible for me to read 20 feeds using multifeed, but only display the 5 most recent articles? I want to be able to read lot's of different feeds and...
I get a error in Wordpress with the SimplePie plugin: "The SimplePie template file is not readable by WordPress. Check the WordPress Control Panel for more...
Hi, For some reason, Google News feeds no longer work for me. It's been working for past couple weeks, but suddenly today, it no longer works. Can anyone...