Title: HTTPS bug on load jquery
Last modified: August 22, 2016

---

# HTTPS bug on load jquery

 *  Resolved [pedroventura](https://wordpress.org/support/users/pedroventura/)
 * (@pedroventura)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/https-bug-on-load-jquery/)
 * Hi,
 * There is an error on your code when you loading the Jquery. On line 102, when
   you are including the jquery library by and HTTP URL, using google apis. The 
   fact is, the blogs over HTTPS returns some javascript errors, and it’s just because
   the browser block the Jquery resource.
    I tried to commit the change with the
   proper way to load the jquery library, but I don’t have permissions
 * That’s the initial error:
 * `[blocked] The page at 'https://www.example.com/' was loaded over HTTPS, but 
   ran insecure content from 'http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/
   jquery.min.js?ver=1.10.1': this content should also be loaded over HTTPS.`
 * That’s the fix:
 * `wp_register_script('jquery', ("//ajax.googleapis.com/ajax/libs/jquery/1.10.1/
   jquery.min.js"), false, '1.10.1', false);`
 * [https://wordpress.org/plugins/mobile-sharebar/](https://wordpress.org/plugins/mobile-sharebar/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [somutech](https://wordpress.org/support/users/somutech/)
 * (@somutech)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/https-bug-on-load-jquery/#post-5523044)
 * Hi,
    thank you for your report. We will release a fix inside the next update (
   coming soon).

Viewing 1 replies (of 1 total)

The topic ‘HTTPS bug on load jquery’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mobile-sharebar_3bb098.svg)
 * [Mobile ShareBar](https://wordpress.org/plugins/mobile-sharebar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mobile-sharebar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mobile-sharebar/)
 * [Active Topics](https://wordpress.org/support/plugin/mobile-sharebar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mobile-sharebar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mobile-sharebar/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [somutech](https://wordpress.org/support/users/somutech/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/https-bug-on-load-jquery/#post-5523044)
 * Status: resolved