Title: Support for HTTPS links
Last modified: August 20, 2016

---

# Support for HTTPS links

 *  Resolved [mylarus](https://wordpress.org/support/users/mylarus/)
 * (@mylarus)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/support-for-https-links/)
 * Hi,
 * I noticed that when the link from description option is enabled https links are
   not recognised. I’ve updated my version with the follow small fix to make this
   work:
 * `
    /* If the media description contains an url and the link option is enabled,
   use the media description as the linkurl */ if (($link == 'true') && ((substr(
   $attachment->post_content,0,7) == 'http://') || (substr($attachment->post_content,
   0,8) == 'https://'))) $linkurl = $attachment->post_content;  Great plugin otherwise.
   Thanks a lot.
 * [http://wordpress.org/extend/plugins/wp-imageflow2/](http://wordpress.org/extend/plugins/wp-imageflow2/)

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

 *  Anonymous User
 * (@anonymized-1391468)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/support-for-https-links/#post-3207621)
 * Thanks for pointing this out, I will include in the next release.
 *  Anonymous User
 * (@anonymized-1391468)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/support-for-https-links/#post-3207684)
 * This is now resolved in 1.7.0

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

The topic ‘Support for HTTPS links’ is closed to new replies.

 * ![](https://ps.w.org/wp-imageflow2/assets/icon-256x256.png?rev=1573558)
 * [WP Flow Plus](https://wordpress.org/plugins/wp-imageflow2/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-imageflow2/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-imageflow2/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-imageflow2/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-imageflow2/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-imageflow2/reviews/)

## Tags

 * [description](https://wordpress.org/support/topic-tag/description/)
 * [HTTPS](https://wordpress.org/support/topic-tag/https/)
 * [links](https://wordpress.org/support/topic-tag/links/)

 * 2 replies
 * 2 participants
 * Last reply from: Anonymous User
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/support-for-https-links/#post-3207684)
 * Status: resolved