• 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

Viewing 1 replies (of 1 total)
  • 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.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Flickr Gallery] How to open link to flickr in new browser window?’ is closed to new replies.