MyBB Community Forums

Full Version: EMBED YOUTUBE
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I TRY 2 OR 3 DIFFERENT CODES BUT CAN'T WORK?

NO.1

<iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/{$id}" frameborder="0" allowfullscreen></iframe>

NO.2

<table border="0">
<tr>
<td valign="top">
<iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/{$id}" frameborder="0" allowfullscreen></iframe>
</td>
<td valign="top">
<a href="http://www.youtube.com/watch?v={$id}" target="_blank"><img src="/images/youtube.png" valign="top"></a>
</td>
</table>

NO.3

<object type="application/x-shockwave-flash" class="video_embed" style="width: 450px; height: 366px;" data="http://www.youtube.com/v/{$id}"><param name="movie" value="http://www.youtube.com/v/{$id}" /></objec



BUT THEY CAN'T WORK PLZ SEND CORRECT CODES FOR IT
You don't need to create a new mycode for embedding youtube videos (If it's what you want to do).

Just use:
[*video=youtube]YOUR YOUTUBE URL HERE[/video*]

Whitout "*"


See an example:

You're using these HTML directly into posts ? If so then you can't use them. However you can embed Youtube videos using [youtube] tags.

Go to: Full Reply Page > select Youtube from the editor drop down menu > and add Video URL/

thanks yaldaram