Mirrored Feeds thumbnail featured image

Hi,

I am looking to pull a featured image/thumbnail from an RSS feed when using the Mirrored Feeds option in Telligent.

The RSS feed seems to hold the image in an "enclosure" tag (<enclosure url="imageurl.jpg"). Is it possible to pick this up or change the script/application that is running when pulling information via Mirrored Feeds?

Thanks
Drew

Parents
  • Mirrored blogs uses the Mirrored Feed Updater job which is internal to the Blogs project and does not include any extensibility points or events to handle. Does the enclosure tag get saved in the full text (aka source) of the mirrored article? You might be able to use the Blog Post add event to handle adjusting the body text with the enclosure tag.

    This all assumes you aren't in control of the remote feed in order to add the image url in a way that would be interpreted as an image.

Reply
  • Mirrored blogs uses the Mirrored Feed Updater job which is internal to the Blogs project and does not include any extensibility points or events to handle. Does the enclosure tag get saved in the full text (aka source) of the mirrored article? You might be able to use the Blog Post add event to handle adjusting the body text with the enclosure tag.

    This all assumes you aren't in control of the remote feed in order to add the image url in a way that would be interpreted as an image.

Children