• Hi,

    Was wondering if there’s a plugin to embed Youtube videos? I’ve had a search but couldn’t find one for the latest version…unless I’m just bein’ blind.

    Regards,
    Jason

Viewing 6 replies - 1 through 6 (of 6 total)
  • I embedded a video, no plug in needed.
    This was the code I used;

    <object height=”355″ width=”425″></object>

    <param name=”movie” value=”https://www.youtube.com/v/cmAm8GNJ_IA&rel=1″></param&gt;
    <param name=”wmode” value=”transparent”></param><embed src=”https://www.youtube.com/v/cmAm8GNJ_IA&rel=1&#8243; type=”application/x-shockwave-flash” wmode=”transparent” height=”355″ width=”425″></embed>

    Of course you need to change the code for the video you want.

    Thread Starter jason_a

    (@jason_a)

    Isn’t that just the Youtube embed code? It doesn’t seem to work with just pasting that into the editor…

    Regards,
    Jason

    Better yet, forget the crap YouTube code and the plugin. Just do this:

    <object class='left' type='application/x-shockwave-flash' data='https://www.youtube.com/v/cmAm8GNJ_IA' width='298' height='250'>
    	<param name='movie' value='https://www.youtube.com/v/cmAm8GNJ_IA' />
    	<param name='wmode' value='transparent' />
    </object>

    This should work pasting into the editor fine.

    Thread Starter jason_a

    (@jason_a)

    Tried that and it just embed the video.

    Isn’t there a plugin that easily allows me to do this?

    Regards,
    Jason

    Thread Starter jason_a

    (@jason_a)

    Doesn’t matter — I worked it out. You just press the html tab on the editor then input the embed code.

    Regards,
    Jason

    Great, that’s it. Thanks for helping this newbie!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Embed YouTube Videos’ is closed to new replies.