Is it possible to configure the OpenSearch RSS output for image categories such that the description element contains the actual image? Seems all the image plug-in can do is provide something like:
<description>JPEG file, size 250x302</description>
Whereas I'd like what Flickr does with its RSS OpenSearch output:
<description><a href="<A href="http://www.flickr.com/photos/maximillian_millipede/333864212/"><img">
http://www.flickr.com/photos/maximillian_millipede/333864212/"><img src="http://farm1.static.flickr.com/129/3...3fc7e978_t.jpg" width="90" height="100"
alt="Wolf Spider - Pardosa species" /></a></description>
It's far easier to aggregate search results with the latter when the img src is actually provided in the description element.
<description>JPEG file, size 250x302</description>
Whereas I'd like what Flickr does with its RSS OpenSearch output:
<description><a href="<A href="http://www.flickr.com/photos/maximillian_millipede/333864212/"><img">
http://www.flickr.com/photos/maximillian_millipede/333864212/"><img src="http://farm1.static.flickr.com/129/3...3fc7e978_t.jpg" width="90" height="100"
alt="Wolf Spider - Pardosa species" /></a></description>
It's far easier to aggregate search results with the latter when the img src is actually provided in the description element.
Comment