Title: [Bugfix] HTTPS Mixed Content issue because of your plugin.
Last modified: November 30, 2016

---

# [Bugfix] HTTPS Mixed Content issue because of your plugin.

 *  [Stefan M.](https://wordpress.org/support/users/stefan-m-1/)
 * (@stefan-m-1)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/bugfix-https-mixed-content-issue-because-of-your-plugin/)
 * plesae have a look in the file:
 * includes/libuary.php Line 75:
    actual code is: `$like_box_src=add_query_arg($
   like_box_array_query,'http://www.facebook.com/v2.6/plugins/page.php');`
 * On SSL Pages there is afterwards a mixxed content issue. Therefor on ssl pages
   it need to be loaded from HTTPS. To fix it, that it works for non SSL and SSL
   pages, pleaes change it to:
 * `$like_box_src=add_query_arg($like_box_array_query,'//www.facebook.com/v2.6/plugins/
   page.php');`
 * Bug is then fixed.
 * Thanks and regards

The topic ‘[Bugfix] HTTPS Mixed Content issue because of your plugin.’ is closed
to new replies.

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

 * 0 replies
 * 1 participant
 * Last reply from: [Stefan M.](https://wordpress.org/support/users/stefan-m-1/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/bugfix-https-mixed-content-issue-because-of-your-plugin/)
 * Status: not resolved