All Collections
UGC
UGC Troubleshooting
RSS Troubleshooting
Troubleshooting: What to do if when the RSS feed does not provide images
Troubleshooting: What to do if when the RSS feed does not provide images
Dan Macarie avatar
Written by Dan Macarie
Updated over a week ago

For feeds that don't provide an image, Stackla offers a scraping mechanism that allows for images to be pulled from the parent page.

Note: This service only works on pages where there is a tagged image for the service to look for on the parent page.

  1. To activate this service, within your RSS Term setup, select the option 'Grab Image from Content'.

  2. From here, you should be presented with two new fields titled 'Selector' and 'Attribute'.

  3. Selector relates to the jQuery / CSS tag that the service needs to look for, whilst the attribute defines where the image is addressed.

The below examples outline how this process works:

Page Image:

Code: <img src="http://www.stackla.com/testimage.jpg" class="article-img-insert-ct">

Selector: img.article-img-insert-ct

Attribute: src

Facebook Image (Open Graph):

Code: <meta property="og:image" content="http://www.stackla.com/testimage.jpg />

Selector: meta[property=og:image]

Attribute: content

For any further questions or queries, please send an email to support@nosto.com and our support team will get back to you.

Did this answer your question?