... Yep, so that's an enclosure. You need to do something using $item->get_enclosure() to get this. ...
3713
info1@...
rodeored54
May 1, 2009 10:23 am
... Yes that's exactly where I started, I displayed the resulting enclosure object on the page I originally posted. ...
3714
Ryan McCue
mccue_ryan
May 1, 2009 10:36 am
... 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. :) ...
3715
king_zapp_brannigan
king_zapp_br...
May 1, 2009 2:59 pm
I'm not certain, but functioning FeedBurner feeds might be the problem?...
3716
info1@...
rodeored54
May 1, 2009 9:09 pm
Not quite. Its outputing this: <a href="http://vimeo.com/4212793" class="">Download this enclosure!</a> from this: echo $enclosure->native_embed(array( 'alt'...
3717
Scott Chaffin
scott_chaffin
May 2, 2009 11:44 am
... Hey Ryan, Do you suggest making the same modification [$item->get_link(0, 'image39;), and then phpexplode] to the Wordpress plugin? I don't mind doing it...
3718
wildbl67
May 2, 2009 3:55 pm
This is my error I keep getting: Warning: ./cache/e3e988b9423f64e2000fc2943a66c41d.spc is not writeable in /home/blah/public_html/PHP scripts/simplepie.inc on...
3719
info1@...
rodeored54
May 2, 2009 5:36 pm
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...
3720
info1@...
rodeored54
May 2, 2009 6:28 pm
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...
3721
Ryan Parman
skyzyxufks
May 2, 2009 7:52 pm
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...
3722
Ryan Parman
skyzyxufks
May 2, 2009 7:56 pm
Here is an example: /path/to/your/feed_page.php /path/to/your/cache/ /path/to/simplepie/that/is/way/off/someplace/else/simplepie.inc Using ./cache...
3723
info1@...
rodeored54
May 2, 2009 10:53 pm
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/...
3724
josh.rubinstein
May 3, 2009 5:30 am
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...
3725
wildbl67
May 3, 2009 3:40 pm
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...
3726
Ryan Parman
skyzyxufks
May 3, 2009 3:44 pm
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...
3727
Ryan Parman
skyzyxufks
May 3, 2009 3:46 pm
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...
3728
josh.rubinstein
May 3, 2009 5:48 pm
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...
3729
wildbl67
May 3, 2009 6:22 pm
Here is the code...I actually got this from http://w-shadow.com/blog/2008/11/15/displaying-recent-posts-on-a-non-wordpress-page/ <?php $feed_url =...
3730
Matt
mahirsch2000
May 3, 2009 8:58 pm
First of all , thanks for Simplepie! Here is my problem: I would like to display a complete feed - as it is in Wordpress. When I use: <?php echo...
3731
Ryan Parman
skyzyxufks
May 3, 2009 10:05 pm
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...
3732
chrishuntis
May 4, 2009 12:03 am
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...
3733
Ryan McCue
mccue_ryan
May 4, 2009 12:57 am
... 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...
3734
josh.rubinstein
May 4, 2009 1:24 am
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...
3735
Ryan Parman
skyzyxufks
May 4, 2009 3:11 am
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...
3736
Ryan Parman
skyzyxufks
May 4, 2009 3:12 am
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...
3737
chrishuntis
May 4, 2009 12:53 pm
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...
3738
milleniabass
May 4, 2009 3:41 pm
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...
3739
stangrootes
May 4, 2009 8:08 pm
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...
3740
wildbl67
May 4, 2009 9:33 pm
Thank you Ryan for all your help! Now it works! Perfect! Bill...
3741
senh1
May 4, 2009 11:09 pm
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...