Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author kentfarst

    (@kentfarst)

    Wow that’s really goofy. Can you post the shortcode usage?

    The previews are not storing the desired width and height and the iframe is missing those all together.

    The embed_width and embed_height should provide a temporary fix but I’d like to figure out where it went wrong.

    [youtube embed_width="640" embed_height="360"]

    Thread Starter pablo.picco

    (@pablopicco)

    Code I am using

    [youtube playlist]PLZhDVfdrWFKB2Ug_Uukj9nijbjTYJk8yI[/youtube]

    _________________
    Where I should put that code? —-> [youtube embed_width=”640″ embed_height=”360″]

    Sorry for all the issues!

    Thanks in advance!

    Plugin Author kentfarst

    (@kentfarst)

    There’s definitely some conflict going on but I don’t have a clue what it would be or why the iframe is missing it’s attributes.

    <li ... data-embed-height="0" data-embed-width="lap-and-up-two-thirds" ... >

    I would recommend that you disable the other youtube plugins. I can see the my_youtube_playlist plugin that is outdated and there are a couple more.

    I take it this is your shortcode?

    <meta content="[youtube playlist embed_height="800" dont_keep_ratio]PLZhDVfdrWFKB2Ug_Uukj9nijbjTYJk8yI[/youtube]" name="twitter:description">

    The shortcode needs to have either just the embed_width or BOTH embed_width AND embed_height, those form the basis for a ratio used when fullwindowed. And can you just take out the dont_keep_ratio?

    Thread Starter pablo.picco

    (@pablopicco)

    Have tried that code

    `<meta content=”[youtube playlist embed_height=”800″ dont_keep_ratio]PLZhDVfdrWFKB2Ug_Uukj9nijbjTYJk8yI[/youtube]” name=”twitter:description”>

    And doesn’t work…
    Maybe some issues with the template?

    Have already deactivated the other YouTube plugins

    Plugin Author kentfarst

    (@kentfarst)

    lol no, sorry. I pulled that from your html markup.

    [youtube playlist embed_width="860" embed_height="484"]PLZhDVfdrWFKB2Ug_Uukj9nijbjTYJk8yI[/youtube]

    but there’s still some other conflict going on that is rewriting the html values that the shortcode generates.

    Template:
    No, I doubt that this has anything to do with your theme or templates. It’s most likely an issue with another plugin’s javascript that is applying itself overtop of the resulting code from this shortcode.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Display the videos’ is closed to new replies.