Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi there,

    I’m not sure if anyone was able to figure this out already, but I believe I was able to find a solution. Try this:

    1- Go to this file within the Pinterest Pinboard Widget: pinterest-pinboard-widget.php
    2- Search for the following code:
    echo("<a href=\"$url\"><img src=\"$image\" alt=\"$title\" title=\"$title\" /></a>");
    3- Replace this code with the following code:
    echo("<a target=\"_blank\" href=\"$url\"><img src=\"$image\" alt=\"$title\" title=\"$title\" /></a>");
    4- Save/upload file, and refresh the pages with the plugin. You should be able to open the Pinterest thumbnails in new windows.

    Hope this helps!
    -Bridget

Viewing 1 replies (of 1 total)