Allows you to embed Youtube videos into posts. Please see the Revisions section at the bottom for the following alternative usages:
Video ID
youtu.be shortened
Settings
BBCODE USAGE:
Code: Select all
[youtube]{IDENTIFIER}://youtu.be/{SIMPLETEXT}[/youtube]
Code: Select all
<iframe width="560" height="315" src="{IDENTIFIER}://www.youtube.com/embed/{SIMPLETEXT}" frameborder="0" allowfullscreen></iframe>
Code: Select all
Youtube video: [youtube]https://youtu.be/ffHLIZh0PHg[/youtube]
Other youtube bbcodes possibilities:
- youtu.be HTML5
Code: Select all
[youtube]{IDENTIFIER}://youtu.be/{SIMPLETEXT}[/youtube]
Code: Select all
<iframe width="560" height="315" src="{IDENTIFIER}://www.youtube.com/embed/{SIMPLETEXT}" frameborder="0" allowfullscreen></iframe>
Code: Select all
Youtube video: [youtube]https://youtu.be/ffHLIZh0PHg[/youtube]
- Full URL
Code: Select all
[youtube]{IDENTIFIER}://{SIMPLETEXT1}youtube.com/watch?v={SIMPLETEXT2}[/youtube]
Code: Select all
<object width="425" height="350"><param name="movie" value="{IDENTIFIER}://{SIMPLETEXT1}youtube.com/v/{SIMPLETEXT2}"></param><param name="wmode" value="transparent"></param><embed src="{IDENTIFIER}://{SIMPLETEXT1}youtube.com/v/{SIMPLETEXT2}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
Code: Select all
Youtube video: [youtube]https://www.youtube.com/watch?v=ffHLIZh0PHg[/youtube]
- youtu.be shortener
Code: Select all
[youtube]http://youtu.be/{SIMPLETEXT}[/youtube]
Code: Select all
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{SIMPLETEXT}"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/{SIMPLETEXT}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
Code: Select all
Youtube video: [youtube]http://youtu.be/ffHLIZh0PHg[/youtube]
- Video ID
Code: Select all
[youtube]{SIMPLETEXT}[/youtube]
Code: Select all
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{SIMPLETEXT}"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/{SIMPLETEXT}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
Code: Select all
Youtube video: [youtube]ffHLIZh0PHg[/youtube]
- Video ID with custom size
Code: Select all
[youtube={INTTEXT1},{INTTEXT2}]{SIMPLETEXT}[/youtube]
Code: Select all
<object width="{INTTEXT1}" height="{INTTEXT2}"><param name="movie" value="http://www.youtube.com/v/{SIMPLETEXT}"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/{SIMPLETEXT}" type="application/x-shockwave-flash" wmode="transparent" width="{INTTEXT1}" height="{INTTEXT2}"></embed></object>
Code: Select all
Youtube video: [youtube=853,480]ffHLIZh0PHg[/youtube]