sonnyt / tweetie

Simple jQuery Twitter feed plugin
https://sonnyt.com/tweetie
312 stars 116 forks source link

Loading profile images via HTTP instead of HTTPS #76

Closed iamfronty closed 7 years ago

iamfronty commented 7 years ago

Any idea how to fix this? This issue causes "Mixed Content" warning and that's not OK. Thanks.

jeffreyducharme commented 7 years ago

change line 116 in tweetie.js to avatar: '<img src="'+ tweet.user.profile_image_url.replace('http://', '//') +'" />',