Title: Code Suggestions
Last modified: August 21, 2016

---

# Code Suggestions

 *  [teamadesign](https://wordpress.org/support/users/teamadesign/)
 * (@teamadesign)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/code-suggestions/)
 * This looks like a really promising tool! Very excited to use it more.
 * One thing I noticed: on line 698 where you drop in the URL for the link, I added
   a check for a flickr link so that site links open in a new window.
 *     ```
       if ( ! empty( $url ) && $link == 'flickr' ) {
       	echo '<a href="'. $url .'" target="_blank">';
       } elseif ( ! empty( $url ) ) {
       	echo '<a href="'. $url .'" >';
       }
       ```
   
 * Seems like a better user experience on the front end.
 * [https://wordpress.org/plugins/flickr-api/](https://wordpress.org/plugins/flickr-api/)

The topic ‘Code Suggestions’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/flickr-api.svg)
 * [Flickr API](https://wordpress.org/plugins/flickr-api/)
 * [Support Threads](https://wordpress.org/support/plugin/flickr-api/)
 * [Active Topics](https://wordpress.org/support/plugin/flickr-api/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flickr-api/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flickr-api/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [teamadesign](https://wordpress.org/support/users/teamadesign/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/code-suggestions/)
 * Status: not resolved