Title: From HTTP to HTTPS
Last modified: August 22, 2016

---

# From HTTP to HTTPS

 *  [RemcoH](https://wordpress.org/support/users/remcoh/)
 * (@remcoh)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/from-http-to-https/)
 * Hi,
 * I moved the site to https. What I noticed is that the images loaded with simply
   instagram are still http, which makes the page still contain unsafe content.
 * How to fix this?
 * Thnx.
 * [https://wordpress.org/plugins/simply-instagram/](https://wordpress.org/plugins/simply-instagram/)

Viewing 1 replies (of 1 total)

 *  [Keith](https://wordpress.org/support/users/kkatpki/)
 * (@kkatpki)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/from-http-to-https/#post-5856549)
 * You can use the following string replace against the html returned by the plugin
   shortcode handler — it will turn http links into protocol relative/agnostic links.
   In short, it will work on both http and https, without any future changes.
 * `echo str_replace('http://', '//', do_shortcode('[simply_instagram]'));`

Viewing 1 replies (of 1 total)

The topic ‘From HTTP to HTTPS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simply-instagram_e1dfde.svg)
 * [Simply Instagram](https://wordpress.org/plugins/simply-instagram/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simply-instagram/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simply-instagram/)
 * [Active Topics](https://wordpress.org/support/plugin/simply-instagram/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simply-instagram/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simply-instagram/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Keith](https://wordpress.org/support/users/kkatpki/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/from-http-to-https/#post-5856549)
 * Status: not resolved