06/03/2015 at 10:12 am
#336442
Keymaster
@ Andy
Sorry, no, there is not that option. I just added it to my feature request list.
If you want to hack the plugin, you would need to edit line 214 in the connections-siteshot.php file found in this path:
../wp-content/plugins/connections-siteshot/
You would change it from this:
$html = sprintF( '<div class="siteshot"><a href="%1$s">%2$s</a></div>', $url, $image );
to this:
$html = sprintF( '<div class="siteshot"><a href="%1$s" target="_blank">%2$s</a></div>', $url, $image );
Hope that helps!
