Johnny
Posts: 0
Joined: Tue Jul 23, 2013 10:09 am

RSS feed

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

Can it be done?

Thank you

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

RSS feed

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

Johnny
Posts: 0
Joined: Tue Jul 23, 2013 10:09 am

RSS feed

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

RSS feed

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

Johnny
Posts: 0
Joined: Tue Jul 23, 2013 10:09 am

RSS feed

Thank you for the support!!

Return to “Issues”