Try {photo:file_url}
Additionally, here’s the documentation for this tag
Thank you for your response Pedro. {photo:file_url} did not work. We did upload the extract_image plugin which does the trick, except it adds a newline character which I need to figure out how to get rid of. Any advice? The newlines are being added before </thumbnail> and </link> inside <media></media>
www.free-times.com/arts/rss_arts_test
They are both .png or .jpg image files.
http://www.free-times.com/arts/rss_arts_test
Right now this:
{if thumbnail}<thumbnail>{exp:extract_image}{thumbnail}{/exp:extract_image}</thumbnail>{/if}
{if photo}<link>{exp:extract_image}{photo}{/exp:extract_image}</link>{/if}
Outputs:
<thumbnail>
<img src="http://www.free-times.com/images/site/arts/CFW-red-carpetTN.jpg" alt="" />
</thumbnail>
<link>
<img src="http://www.free-times.com/images/site/arts/CFW-red-carpet.jpg" alt="" />
</link>
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.