Page 1 of 1

RSS feed

Posted: Wed Jul 31, 2013 9:18 am
by Johnny

My RSS feed have images in the description. But I want to display them as a separate image.

Can it be done?

Thank you


RSS feed

Posted: Wed Jul 31, 2013 9:43 am
by Maryna Brodina

Hello! Could you clarify what do you mean on "display them as a separate image"?


RSS feed

Posted: Wed Jul 31, 2013 9:53 am
by Johnny

I think my RSS is wrong. The image I want to show is in my description. I do not want to show the description only the image Image


RSS feed

Posted: Wed Jul 31, 2013 11:11 am
by Maryna Brodina

You can map entire description to image asset and add JS in mapping. In this JS you'll receive entire description in variable "value". In JS select image URL and make "return" to this URL:
codevar imgUrl;
//here is some code to get image url from variable "value"
return imgUrl;/code


RSS feed

Posted: Wed Jul 31, 2013 11:41 am
by Johnny

Thank you for the support!!