Title: [Plugin: Flickr API] link to image doesn&#039;t work
Last modified: August 20, 2016

---

# [Plugin: Flickr API] link to image doesn't work

 *  [tbo460](https://wordpress.org/support/users/thibotus01/)
 * (@thibotus01)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-flickr-api-link-to-image-doesnt-work/)
 * Hi,
 * When I specify the link to the image, it seems to doesn’t work.
    link=”b” for
   example.
 * I only have the gallery displayed. No active link.
 * Also how do I display the gallery correctly (one image per line, not really nice
   in PLAIN HTML mode) ? Do I need to create class of CSS specified in the output
   code?
 * [http://wordpress.org/extend/plugins/flickr-api/](http://wordpress.org/extend/plugins/flickr-api/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [brightfunction](https://wordpress.org/support/users/brightfunction/)
 * (@brightfunction)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-flickr-api-link-to-image-doesnt-work/#post-2905169)
 * Links to images were not working for me either so I had a look at the code and
   spotted a bug in the plugin file flickr.php on line 685:
 * `if ( $link = '-' ) $link = '';`
 * This needs to be changed as follows and then the image links work:
 * `if ( $link == '-' ) $link = '';`
 * The bug was effectively changing what you had selected and defaulting to have
   no link.
 * I hope this helps!
 *  [Cliff Seal](https://wordpress.org/support/users/cliffseal/)
 * (@cliffseal)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-flickr-api-link-to-image-doesnt-work/#post-2905188)
 * Actually, I think this should be:
 * `if ( $link != '-' ) $link = '';`

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Flickr API] link to image doesn't work’ 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/)

 * 2 replies
 * 3 participants
 * Last reply from: [Cliff Seal](https://wordpress.org/support/users/cliffseal/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-flickr-api-link-to-image-doesnt-work/#post-2905188)
 * Status: not resolved