• I think this is the perfect plugin, with the exception that its not bringing in images. I see the feed from the other WordPress site. The array looks as follows: channel->item->image->url

    I’m wondering if anybody has info on how to edit the plugin file so I can get this to work. I don’t want to import the rss into our site, but just display the feed externally like this plugins seems to do. If I can get the thumbnail or image to display, that would be great.

Viewing 4 replies - 1 through 4 (of 4 total)
  • vscotch

    (@vscotch)

    I get the same thing. If my rss is

    <item>
                    <title><![CDATA[Буквоед, Скидка 10%!]]></title>
                    <link>https://ad.admitad.com/coupon/u7vfymnko1624f6ee03527ad1bb5fb/</link>
                    <discount>10%</discount>
                    <description><![CDATA[
                        <p><a href="https://ad.admitad.com/coupon/u7vfymnko1624f6ee03527ad1bb5fb/"><img src="https://cdn.admitad.com/campaign/images/2016/08/23/5e91e47f3c461414cd32813a3648b01e.jpg" width="143" height="59" /></a></p>
                        <p><b>Скидка 10% только для новых клиентов интернет-магазина! от <a href="https://ad.admitad.com/coupon/u7vfymnko1624f6ee03527ad1bb5fb/">Буквоед</a></b></p>
                        <br />
                        <p><b>Промокод: </b>RusBookvoed</p>
                        <p></p>
                        <br />
                        <p><b>Срок действия: </b>от 04.11.2016 00:00 <b>до 06.11.2016 23:59</b></p>]]></description>
                    <type>Скидка на заказ</type>
                    <pubDate>Fri, 04 Nov 2016 00:00:00 +0400</pubDate>
                </item>

    then no picture gets detected

    JimByrneScotland

    (@jimbyrnescotland)

    I have the same problem. Unfortunate as it’s essential for my purposes to display the image.

    I have the same problem too, and it’s a showstopper. I am trying to display a feed from Tumblr, using a shortcode, as so:

    [RSSImport feedurl=”https://officeofjeremyrifkin.tumblr.com/&#8221; displaydescriptions=”true” before_desc=”<div>” after_desc=”</div>” use_simplepie=”true”]

    I’m using WordPress 4.7.3, and a simple child theme. The %picture_url% variable does not seem to work with Tumblr images, so I am thinking: is there another variable I can use?

    Unfortunately, the client will not accept the Tumblr feed without images. I am looking around for other options.

    If the developer reads these messages: can you advise us, please? Thank you.

    Eric

    Possible, partial solution: I was able to get images to load from a tumblr feed using this shortcode:

    [RSSImport display=”25″ feedurl=”https://officeofjeremyrifkin.tumblr.com/rss&#8221; before_desc=”%title%” displaydescriptions=”true” after_desc=” View post” html=”true” truncatedescchar=”” truncatetitlechar=”” before_date=”<br />” date=”true” after_date=”<br />” start_items=”<div>” end_items=”</div>” start_item=”<div class=’tumblr-feed’>” end_item=”</div>”]

    I omitted the %picture_url% variable because I don’t think it did anything with Tumblr. I made sure to include displaydescriptions=”true”. I believe that did thr trick, at least to display a feed with images from Tumblr. I hope this is useful to someone.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Picture_url not finding in image’ is closed to new replies.