Community Central
Community Central
No edit summary
Tags: Visual edit apiedit Help
(fr)
Tags: Help sourceedit
Line 44: Line 44:
 
[[pt:Ajuda:Extensão do YouTube]]
 
[[pt:Ajuda:Extensão do YouTube]]
 
[[es:Ayuda:Extensión YouTube]]
 
[[es:Ayuda:Extensión YouTube]]
  +
[[fr:Aide:Extension YouTube]]
 
[[de:Hilfe:YouTube-Erweiterung]]
 
[[de:Hilfe:YouTube-Erweiterung]]
 
[[es:Ayuda:Extensión YouTube]]
 
[[es:Ayuda:Extensión YouTube]]

Revision as of 16:38, 26 March 2017

The easiest way to embed video from several online video hosting services is to use the Video embed tool. This tool supports a number of different video types from several popular sources, including YouTube.

This page documents how to use the YouTube video extension, an older video extension. Videos added using the YouTube tag are automatically converted to file pages so as to help reduce page load time and improve video data tracking. A few exceptions exist and are listed below.

Step-by-Step

Using the Youtube extension

To add a video using the YouTube extension, you need the id code for the video. The string of letters and numbers after "v=" in the URL is the id code. So for the URL: http://www.youtube.com/watch?v=CCz1kmfqL7g the id code would be CCz1kmfqL7g.

YouTube videos are embedded using two tags, with the id code for the video you want to show between them:

<youtube>id code</youtube>

"id code" is the code from the YouTube URL. So in this example, you would use:

<youtube>CCz1kmfqL7g</youtube>

You can change the width and height of the video box

  • Width is controlled with width="xxx", where xxx is the number of pixels. The default is 640 pixels.
  • Height is controlled in the same way with height="xxx". The default is 385 pixels.

So the example from above could be:

<youtube width="200" height="120">CCz1kmfqL7g</youtube>

Conversion

Once this youtube tag is added, on save the tag will be converted to a file page, pulling the name from the youtube video name. Only the width is converted, except if the height is designed for use in an audio player. Attribution on the file page is attributed to the user who added the YouTube tag. This happens in all circumstances except the following exceptions.

Exceptions

Audio Files

If the youtube tag is being used for an audio file and has a height equal to or less than 30 pixels, then the conversion will not take place.

An example is: <youtube width="100" height="25">cqTRHblVB4Y</youtube>

This results in:


Further Help and Feedback