Embed google drive video and play fullscreen

  • Unknown's avatar

    Hi!
    I’m trying to embed a Google drive video in a post but the only way is using a <iframe>. Despite I set the param allowfullscreen=”true”, my post only show the <iframe> tag without this fullscreen param. Seems that WordPress engine is removing all params when I save the post.

    This is the code that I’m trying to insert:
    <iframe src="https://drive.google.com/file/d/0B8HJunSdXXi3WmRqaGNBWC1mT28/preview" width="640" height="480" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>

    This is the code showed online:

    <iframe src="https://drive.google.com/file/d/0B8HJunSdXXi3WmRqaGNBWC1mT28/preview?" frameborder="0" width="640" height="480" marginheight="0" marginwidth="0"></iframe>

    Post link used as example:
    https://fredbh.wordpress.com/2016/05/04/passeio-caminhada-ipoema-ao-morro-redondo-maio16/

    So, what can I do to get this <iframe> fullscreen allowed ?

    Thanks.

    The blog I need help with is: (visible only to logged in users)

  • The topic ‘Embed google drive video and play fullscreen’ is closed to new replies.