Title: Not working for https site
Last modified: September 3, 2016

---

# Not working for https site

 *  [sandalian](https://wordpress.org/support/users/sandalian/)
 * (@sandalian)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/not-working-for-https-site/)
 * It works like a charm but unfortunately it forces my https youtube link into 
   plain http and ruin the padlock.

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

 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/not-working-for-https-site/#post-8054585)
 * Hi sandalian, what videos are you adding to your website? What shortcode are 
   you adding?
 *  Thread Starter [sandalian](https://wordpress.org/support/users/sandalian/)
 * (@sandalian)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/not-working-for-https-site/#post-8054586)
 * I added a youtube video like [https://www.youtube.com/watch?v=XXXXX](https://www.youtube.com/watch?v=XXXXX)
   but the result is in http, not https.
 * Here’s my code: [http://pastebin.com/CKNY1SnU](http://pastebin.com/CKNY1SnU)
 * Thanks!
 * Ps: I’m using HTML, no shortcode.
 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/not-working-for-https-site/#post-8054589)
 * Hi, I just carried out a test in my testing site and it works for me.
 * Can you disable all your other plugins except this one. Then carry out a test.
   If this works then we know there is a conflict with a plugin, start by enabling
   all your other plugins one by one. At the same when you enable a plugin carry
   out a test until you run into the plugin that is causing the conflict.
 *  Thread Starter [sandalian](https://wordpress.org/support/users/sandalian/)
 * (@sandalian)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/not-working-for-https-site/#post-8054592)
 * Hi mbrsolution,
 * I have managed to solve this problem. I found this javascript named main.js on
   my theme’s directory. I have no idea (yet) how it gets there.
 * —
    movie=”[http://www.youtube.com/embed/”+movie_id](http://www.youtube.com/embed/”+movie_id)—
 * After I changed it into:
 * —
    movie=”[https://www.youtube.com/embed/”+movie_id](https://www.youtube.com/embed/”+movie_id)—
 * it works as expected.
 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/not-working-for-https-site/#post-8054593)
 * I am happy to hear 🙂
 * Would you give it a 5 start rating now 🙂
 * Thank you.
 * Enjoy the plugin
 *  Plugin Author [wptipsntricks](https://wordpress.org/support/users/wptipsntricks/)
 * (@wptipsntricks)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/not-working-for-https-site/#post-8054619)
 * [@sandalian](https://wordpress.org/support/users/sandalian/), Video Lightbox 
   is fully compatible with HTTPS. You can check the demo here:
 * [https://www.tipsandtricks-hq.com/wordpress-video-lightbox-plugin-display-videos-in-a-fancy-lightbox-overlay-2700](https://www.tipsandtricks-hq.com/wordpress-video-lightbox-plugin-display-videos-in-a-fancy-lightbox-overlay-2700)
 * You may have another lightbox plugin which is overriding the video lightbox settings.
 *  [MarkDenis](https://wordpress.org/support/users/markdenis/)
 * (@markdenis)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/not-working-for-https-site/#post-8445597)
 * I had the same issue on a https site except I had to edit the prettyphoto js 
   file
 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/not-working-for-https-site/#post-8445729)
 * [@markdenis](https://wordpress.org/support/users/markdenis/), what changes did
   you have to make to the prettyphoto.js file?
 *  [MarkDenis](https://wordpress.org/support/users/markdenis/)
 * (@markdenis)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/not-working-for-https-site/#post-8448282)
 * Hi, the same code as Sandalian
    From movie=”[http://www.youtube.com/embed/”+movie_id](http://www.youtube.com/embed/”+movie_id)
   to movie=”[https://www.youtube.com/embed/”+movie_id](https://www.youtube.com/embed/”+movie_id)

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

The topic ‘Not working for https site’ is closed to new replies.

 * ![](https://ps.w.org/wp-video-lightbox/assets/icon-128x128.png?rev=981252)
 * [WP Video Lightbox](https://wordpress.org/plugins/wp-video-lightbox/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-video-lightbox/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-video-lightbox/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-video-lightbox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-video-lightbox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-video-lightbox/reviews/)

 * 9 replies
 * 4 participants
 * Last reply from: [MarkDenis](https://wordpress.org/support/users/markdenis/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/not-working-for-https-site/#post-8448282)