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

    (@bueltge)

    The error message gets from the feed parser of the WordPress Core. But you can switch from SimplePie to MagpieRSS via option in Widget or parameter in shortcode and function.

    Thread Starter robgranholm

    (@robgranholm)

    I did a quick word find but didn’t see where I can find the shortcode parameter for telling it to use this other RSS engine, can you detail that for me so I can go change my shortcodes.

    Any feedback on why some feeds would work, and others not? They all seem to work fine in Firefox’s RSS preview.

    Thread Starter robgranholm

    (@robgranholm)

    Any update here? I’d like to implement this.

    Plugin Author Frank Bueltge

    (@bueltge)

    The shortcode parameter is on the readme or site: https://wordpress.org/plugins/rss-import/

    use_simplepie – (bool) If true, use SimplePie to parse the feed. SimplePie is included in WordPress 2.8 and newer and can parse both RSS and ATOM feeds. Default is false if used with Shortcode, true if used with the PHP function.

    Hi,
    i’ve fix using this params:

    use_simplepie=”1″ charsetscan=”0″

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error: Feed has an error, but it doesn't’ is closed to new replies.