I am trying to display an image in a Views RSS feed.
- I have added the following fields to my View: field_image, field_title, field_twitter (These fields come from my node).
- I then set all fields to “Exclude from display”.
- I then create a new field in Views called “RSS Content”.
- I then place tokens for all the fields (from step 1) into “RSS Content”.
- Finally, I go to “Views >> Show >> Settings”. In the drop down menu for “Description field”, I select “RSS Content”.
When I look at my RSS feed, the image field is displayed like this:
<description> <img src="http://example.com/sites/files/nodes/content/images/intro/two-hearts-1312984-1280x960_0.jpg" /> </description>
How do I get the image to display properly, instead of the image tags being escaped?