Title: HTTPS mixed content
Last modified: August 22, 2016

---

# HTTPS mixed content

 *  Resolved [nberlee](https://wordpress.org/support/users/nberlee/)
 * (@nberlee)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/https-mixed-content-1/)
 * Please fix the http profile pictures in https wordrpess sites, so sites won’t
   have mixed content.
 * In order to do this change your line on in the /js/jquery.tweetscroll.js from:
   `
   var profileImage = item.user.profile_image_url;`
 * to:
    `var profileImage = item.user.profile_image_url.replace(/^http:\/\//mg, "//");`
 * This replaces image urls that start with http:// to // which makes the browser
   use the protocol on which the site is fetched.
 * [https://wordpress.org/plugins/tweetscroll-widget/](https://wordpress.org/plugins/tweetscroll-widget/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Vladimir](https://wordpress.org/support/users/vmrkela/)
 * (@vmrkela)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/https-mixed-content-1/#post-5874832)
 * Ok thanks, I will fix in next version.

Viewing 1 replies (of 1 total)

The topic ‘HTTPS mixed content’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/tweetscroll-widget_b8b8b8.svg)
 * [TweetScroll Widget](https://wordpress.org/plugins/tweetscroll-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tweetscroll-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tweetscroll-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/tweetscroll-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tweetscroll-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tweetscroll-widget/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Vladimir](https://wordpress.org/support/users/vmrkela/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/https-mixed-content-1/#post-5874832)
 * Status: resolved