Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Rob, Pl. check “RSS in Page” plugin by Titus Biknell. It shows up images from RSS feed very well.

    Thanks,
    Sanjay

    but “RSS in Page” does not have pagination. ??

    Plugin Author took77

    (@took77)

    please use the new feature in the latest release 4.4.15! ??

    Example how to enable Thumbnail Pictures:

    RSSImport(
    $display = 5,
    $feedurl = ‘https://www.thestage.co.uk/opinion/shenton/feed/’,
    $before_desc = ‘<img src=”%picture_url%” alt=””>’,
    $displaydescriptions = true
    );

    or

    [RSSImport feedurl=”https://www.thestage.co.uk/opinion/shenton/feed/&#8221; displaydescriptions=”true” before_desc=”<div><img src=’%picture_url%’ width=’50px’ alt=” style=’float:left;’ />” after_desc=”</div>” use_simplepie=”true”]

    btw: Do you have any other examples of rss-feeds that actually contain pictures that we might use in the examples in our documentation and for testing?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Support for RSS item's featured image?’ is closed to new replies.