Making Flickr Badges Open New Window - jQuery Edition
Posted Tuesday, October 26, 2010 8:55:56 AM$("#flickr_badge_wrapper a").attr("target","_blank");
Just as with the previous code I provided, this code should be placed within <script> tags and should appear either after your Flickr Badge or in a function that doesn't get called until the badge is loaded, like a body.onload or a jQuery "document".ready function.
Categories: Technical