• Dear WP RSSImport Team.

    I have a problem. I have 1 feed source added to plugin shortcode at page https://guidedevsite.wpengine.com/listing/coprocure/, But it throws error “Error: Feed has an error or is not valid”. I need post displayed from https://medium.com/feed/coprocure.
    here is my shortcode
    [RSSImport display=”3″ feedurl=”https://medium.com/feed/coprocur” displaydescriptions=”true” html=”true” start_items=”” start_item=”” noitems=”We don\’t have the blog or RSS listed” end_item=”” end_items=”” use_simplepie=”true”]
    I have tried with use_simplepie=”true and
    <?php RSSImport(10, “https://medium.com/feed/coprocur”); ?>
    but none work for me.
    Could you help me, please?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Frank Bueltge

    (@bueltge)

    In your shortcode the URL to the feed is wrong. You have include the shortcode the string

    Also, the feed must validate: https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fmedium.com%2Ffeed%2Fcoprocure

    Thread Starter hishu

    (@hishu)

    I have already added " string to URL in shortcode but still, it is not working.

    and https://medium.com/feed/coprocure is a valid RSS feed. here is my shortcode.

    [RSSImport display="3" feedurl="https://medium.com/feed/coprocure" displaydescriptions="true" html="true" start_items="" start_item="" end_item="" end_items="" use_simplepie="true"]

    still, it throwing error “Error: Feed has an error or is not valid”.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error: Feed has an error or is not valid’ is closed to new replies.