Forums

Flickr Gallery
How to open link to flickr in new browser window? (2 posts)

  1. amyk
    Member
    Posted 1 year ago #

    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

  2. alpha_llama
    Member
    Posted 1 year ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic