No image from external feed using Modx Extra getFeed

Summary

Parsing external rss feed

Step to reproduce

Install getFeed and add rss feed in a template, use tpl for parsing content from rss feed

Environment

MODX version 2.7.3 on apache server

I’m trying to reed and external rss feed from


and parse the image from the rss.

I can parse the URL, the Title but not the image. I’ve tried:
[[+media:content]]
[[+url]]
[[+media:content.url]]
etc

Also I’ve tried the ModX extra spieFeed, also didn’t parse the image.

I tested it and [[+url]] gives me the URL of the image and when I put

<img src="[[+url]]">

in the template chunk, I can see the image.

1 Like

:smiley: :see_no_evil: It works! I’ve tried that with another plugin and didn’t work. I’ve got it working. Thanks you so much. It’s on racereporter.nl

This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.