MyBB Community Forums

Full Version: Post video shows MyCode not video.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Posting video to my forum shows the MyCode instead of the video
Forum using MyBB 1.6.9

Using the TV drop down and selecting youtube, then pasting this as the video url - http://www.youtube.com/watch?v=Qh2sWSVRrmo

Shows this (added space after initial open square bracket to prevent showing video):-
[ video=youtube]http://www.youtube.com/watch?v=Qh2sWSVRrmo[/video]

Instead of this:-

Help!
What editor are you using? Also, Go to ACP>Templates & Styles>Templates>YOUR THEME>Ungrouped Templates>video_youtube_embed

Check if you have the following code:

<iframe width="560" height="315" src="http://www.youtube.com/embed/{$id}" frameborder="0" allowfullscreen></iframe>