Title: Check for HTTPS for Profile/Banner Images
Last modified: August 30, 2016

---

# Check for HTTPS for Profile/Banner Images

 *  [Jason Coleman](https://wordpress.org/support/users/strangerstudios/)
 * (@strangerstudios)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/check-for-https-for-profilebanner-images/)
 * Hi there. Great plugin. I have a client using it and it looks great.
 * I noticed an issue in the recent tweets extension widget where the profile image
   from Twitter was an http:// URL when we needed https:// for our ecommerce system.
 * I added code like this to fix the URL:
 *     ```
       if(is_ssl())
       	$profile_image_url = str_replace("http:", "https:", $profile_image_url);
       ```
   
 * There are a few different ways to do this. You could even str_replace(‘[http://&#8217](http://&#8217);,‘//’,
   $url) to make it scheme neutral.
 * Cheers.
 * [https://wordpress.org/plugins/the-twitter-profile/](https://wordpress.org/plugins/the-twitter-profile/)

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

 *  Thread Starter [Jason Coleman](https://wordpress.org/support/users/strangerstudios/)
 * (@strangerstudios)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/check-for-https-for-profilebanner-images/#post-6365322)
 * Just bumping cause you pushed an update without this in it. Wondering if you 
   are going to consider this fix or if I should look for a work around. Thanks.
 *  Plugin Author [Alobaidi](https://wordpress.org/support/users/alobaidi/)
 * (@alobaidi)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/check-for-https-for-profilebanner-images/#post-6365323)
 * This is not problem, image will be display in http or https,
    good luck.

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

The topic ‘Check for HTTPS for Profile/Banner Images’ is closed to new replies.

 * ![](https://ps.w.org/the-twitter-profile/assets/icon-128x128.png?rev=1183121)
 * [The Twitter Profile](https://wordpress.org/plugins/the-twitter-profile/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-twitter-profile/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-twitter-profile/)
 * [Active Topics](https://wordpress.org/support/plugin/the-twitter-profile/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-twitter-profile/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-twitter-profile/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Alobaidi](https://wordpress.org/support/users/alobaidi/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/check-for-https-for-profilebanner-images/#post-6365323)
 * Status: not resolved