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
—
After I changed it into:
—
movie=”https://www.youtube.com/embed/”+movie_id
—
it works as expected.
I added a youtube video like https://www.youtube.com/watch?v=XXXXX but the result is in http, not https.
Here’s my code: http://pastebin.com/CKNY1SnU
Thanks!
Ps: I’m using HTML, no shortcode.