Auto Embed Youtube not working
-
If I use the auto-embed feature of WordPress to embed YouTube videos in posts, I just get a blank iframe. The generated code looks like this.
<iframe width="625" height="352" frameborder="0" allowfullscreen="" src="http://www.youtube.com/embed/S2djIpC-ls8?wmode=opaque&feature=oembed">...</iframe>It does not mater if I use a youtube.com or youtu.be url.
http://www.youtube.com/watch?v=S2djIpC-ls8
http://youtu.be/S2djIpC-ls8If I change http to https via the development tools of Firefox it works.
I also tried to added the missing ‘s’ within the post, but it will be ignored from the generated iframe.
https://www.youtube.com/watch?v=S2djIpC-ls8
https://youtu.be/S2djIpC-ls8I’ve disabled all plug-ins and used the default Twenty Twelve 1.3 theme to make sure no third-party component causing this problem.
The topic ‘Auto Embed Youtube not working’ is closed to new replies.