1 barrystein May 11, 2005 07:57
3 barrystein May 26, 2005 21:22
what code do you use
will b2e ever be upgraded to include this function?
4 strangnet May 26, 2005 22:28
I have this right before the item-tag in rss.php and rss2.php
<image>
<title><?php $Blog->disp( 'name', 'xml' ); ?></title>
<url> url to the image </url>
<link><?php $Blog->disp( 'blogurl', 'xml' ) ?></link>
<width> width of the image </width>
<height> height of the image </height>
<description><?php $Blog->disp( 'shortdesc', 'xml' ) ?></description>
</image>
The image can't be wider than 144px or higher than 400px according to the rss-definition.
5 barrystein Jun 01, 2005 07:09
we tried the code...
but it isn't working
here is the feed
http://koinonia.org.il/blogs/b2e/blogs/xmlsrv/rss2.php?blog=2
6 barrystein Jun 01, 2005 17:59
correction the code did work - thank you....
however I guess what I really want is the specific image for each post to come thru the RSS - not just a channel image.
Any idea why I can't get the images from the blog to show up in RSS?
7 strangnet Jun 01, 2005 18:11
I see the images in Sharpreader - what reader are you using?
8 barrystein Jun 01, 2005 18:50
I did get the cannel image to show up.
but was trying to get the images from the specific posts
I am using carp - to import into my website
and they don't show up
9 strangnet Jun 01, 2005 20:17
I guess you'll have to make carp parse the html-encoded text in the feeds. Otherwise it'll only parse the text by default.
10 ali73 Nov 22, 2005 01:53
barrystein wrote:
I did get the cannel image to show up.
but was trying to get the images from the specific posts
I am using carp - to import into my website
and they don't show up
From readme file :
Displaying images
......the free version of CaRP will not be able to display it, but CaRP Koi and CaRP Evolution will, as long as it's a GIF or JPEG image--see the online documentation for details).....
You would have to add it to the rss.php and/or rss2.php files by hand.