Support » Plugin: Pinterest RSS Widget » Plugin returns no images – fix included

  • Resolved Dalton Rooney

    (@daltonrooney)


    This plugin stopped working on my site recently. It turns out that Pinterest changed the URL of the RSS feed. If your Pinterest RSS plugin stopped working recently, this might be why. To fix, you’ll need to edit the pinterest-rss-widget.php file.

    Change line 55 to
    $pinsfeed = 'https://www.pinterest.com/'.$username.'/feed.rss';

    and change line 57 to
    else $pinsfeed = 'https://www.pinterest.com/'.$username.'/'.$boardname.'/rss';

    That fixed it for me.

    https://wordpress.org/plugins/pinterest-rss-widget/

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Plugin returns no images – fix included’ is closed to new replies.