XF 1.1 Embed YouTube or video link in a page

Neal

Well-known member
I'm creating a page but want to include an embedded YouTube video. I've tried adding
Code:
[media=youtube]b16lY3Zrnf8[/media]
but it just shows what i've typed.

Any ideas what I need to do to get the video to show please?
 
Yeah just tried this from YouTube and it worked.

Code:
<iframe width="560" height="315" src="http://www.youtube.com/embed/b16lY3Zrnf8" frameborder="0" allowfullscreen></iframe>
 
Top Bottom