Title: Bug report &#8211; HTTP assets on HTTPS pages
Last modified: January 19, 2017

---

# Bug report – HTTP assets on HTTPS pages

 *  Resolved [renatofrota](https://wordpress.org/support/users/renatofrota/)
 * (@renatofrota)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/bug-report-http-assets-on-https-pages/)
 * includes/library.php has:
 * `$like_box_src=add_query_arg($like_box_array_query,'http://www.facebook.com/v2.6/
   plugins/page.php');`
 * it must be using **https** or it won’t load the like box at all if the browser
   is blocking mixed content.

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

 *  [Rafael Lacerda](https://wordpress.org/support/users/zwi7ter/)
 * (@zwi7ter)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/bug-report-http-assets-on-https-pages/#post-8797533)
 * Changing this to HTTPS resolves the problem, Renato?
 *  Thread Starter [renatofrota](https://wordpress.org/support/users/renatofrota/)
 * (@renatofrota)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/bug-report-http-assets-on-https-pages/#post-8797573)
 * Yes, my issue was resolved changing URL to https:// scheme.
 *  [eeppo](https://wordpress.org/support/users/eeppo/)
 * (@eeppo)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/bug-report-http-assets-on-https-pages/#post-8911821)
 * I tested this, URL should be like this:
 * `$like_box_src=add_query_arg($like_box_array_query,'//www.facebook.com/v2.6/plugins/
   page.php');`
 *  [astinuseberhard](https://wordpress.org/support/users/astinuseberhard/)
 * (@astinuseberhard)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/bug-report-http-assets-on-https-pages/#post-8970984)
 * IMHO always should be https:// unless Facebook will drop SSL or HTTP for some
   other future protocol 😉
 * PLEASE FIX THIS ASAP !!!
 * You have everythink just in front of your eyes to fix this bug. So annoying to
   correct this on every update!
 *  Plugin Author [smplug-in](https://wordpress.org/support/users/smplug-in/)
 * (@smplug-in)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/bug-report-http-assets-on-https-pages/#post-9050892)
 * Hi dear user.
 * We will fix this issue on upcoming weeks.
 * Hope for your patience.
 * Thanks.

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

The topic ‘Bug report – HTTP assets on HTTPS pages’ is closed to new replies.

 * ![](https://ps.w.org/like-box/assets/icon-128x128.png?rev=2480659)
 * [Social Like Box and Page by WpDevArt](https://wordpress.org/plugins/like-box/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/like-box/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/like-box/)
 * [Active Topics](https://wordpress.org/support/plugin/like-box/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/like-box/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/like-box/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [astinuseberhard](https://wordpress.org/support/users/astinuseberhard/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/bug-report-http-assets-on-https-pages/#post-8970984)
 * Status: resolved