Viewing 4 replies - 1 through 4 (of 4 total)
  • Yes,
    Use a simple <iframe> directive:

    <iframe width=”560″ height=”315″ src=”https://www.youtube.com/embed/oHAjPO-5vbM&#8221; frameborder=”0″ allowfullscreen></iframe>

    Make sure that you have the “embed” link from youtube, not the url of the webpage. You can see the video playing at https://www.eurotans.com (scroll down the screen)

    Maybe you can help me with my problem. I have a different video that I’m hosting on my site server. I can’t get it to work on firefox, but it works on chrome, IE9, android and Iphone. Can you help me with this?

    @drcrowley99 that will work but it isn’t using the plugin from what I can see on your site.

    I have also tried every combination of options and YouTube links I can think of in the shortcode but cannot get the YouTube video to display. I just get a black box with a “Download File” link that links to the current page. This is what I currently have:

    [mejsvideo src="https://www.youtube.com/watch?v=mtk5Ej-xLsM" type="video/youtube" width="570" height="321"]

    This would be absolutely perfect for what I have in mind. I have two instances of the player that interact. When one starts the other stops. But unless it works with YouTube I can’t use it.Sigh….

    Using a hook I added the code for YouTube example from the website and it worked.

    <video width="640" height="360" id="player1" preload="none">
        <source type="video/youtube" src="https://www.youtube.com/watch?v=nOEw9iiopwI" />
    </video>

    Just need to get mediaelement-js-wp.php to output the code.

    Does anyone know if the above solution witl work with Vimeo.com ?

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to make it work with YouTube?’ is closed to new replies.