I really like this plugin and it works great. I don't want user to leave my site when they click on an image. How can I have it go to flickr in a new browser window?
Thanks
I really like this plugin and it works great. I don't want user to leave my site when they click on an image. How can I have it go to flickr in a new browser window?
Thanks
You can add this bit of jquery into the head:
$(document).ready(function(){
$('.flickr-thumb a').attr('target','_blank');
});
You could of course edit the plugin code too, but that'd be wiped out when you upgrade.
This topic has been closed to new replies.