Title: Images through https
Last modified: August 31, 2016

---

# Images through https

 *  Resolved Anonymous User 13308688
 * (@anonymized-13308688)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/images-through-https/)
 * Hello,
 * we have a ssl site, but the fb avatar imgage still load over http … how can we
   fix this?
 * thx
 * [https://wordpress.org/plugins/fb-comments-importer/](https://wordpress.org/plugins/fb-comments-importer/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Ivan M](https://wordpress.org/support/users/ivanm89/)
 * (@ivanm89)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/images-through-https/#post-7064140)
 * Hello,
 * For now you can do small change on your code, just open FBcomments.class.in file,
   and in line 34 change this line
 * `$img = "http://graph.facebook.com/" . $fb_id . "/picture";`
 * to
 * `$img = "https://graph.facebook.com/" . $fb_id . "/picture";`
 * In the next version we will implement option for this.
 * Thanks

Viewing 1 replies (of 1 total)

The topic ‘Images through https’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/fb-comments-importer_969ea9.svg)
 * [Facebook Comments Importer](https://wordpress.org/plugins/fb-comments-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fb-comments-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fb-comments-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/fb-comments-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fb-comments-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fb-comments-importer/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ivan M](https://wordpress.org/support/users/ivanm89/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/images-through-https/#post-7064140)
 * Status: resolved