Viewing 4 replies - 1 through 4 (of 4 total)
  • dfarin

    (@dfarin)

    Same here, on my site the problem is, my site is running with https only and the “standard” youtube shortcode doesnt support https.
    I just switch to youtube advanced shortcode and force https, now all videos are back again.

    underthegun

    (@underthegun)

    I ran into the same problem. A height:0px is being forced on it for some reason. Quick fix on my end:

    .su-youtube iframe {
        height: 100% !important;
    }

    I added this to my own special css sheet called under the wp head. Displays the video for me now.

    dvirshavit

    (@dvirshavit)

    i have the same problem… it happened few days ago.
    unfortunately the css quick fix doesnt work for me.

    still waiting for a solution.
    Thnaks

    kenston

    (@kenston)

    I was having the same problem but I think that it was because, for the URL, I was using the shortlink i.e. the link created by YouTube when you click the “Share” button. I went back and cut and paste the actual URL from the address bar and used THAT in the shortcode generator instead…and it worked perfectly.

    Give it a try and see if it works for you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Youtube Shortcode not working’ is closed to new replies.