Community Central
Community Central
(fr)
Tags: Help sourceedit
Tag: rte-source
Line 28: Line 28:
 
===Exceptions===
 
===Exceptions===
 
====Audio Files====
 
====Audio Files====
  +
YouTube no longer allows embedding of videos under 30px (the height of the video play bar). Formerly this would allow for "audio-only" style embeds.
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: <code><nowiki><youtube width="100" height="25">cqTRHblVB4Y</youtube></nowiki></code>
 
 
This results in: <youtube width="100" height="25">cqTRHblVB4Y</youtube>
 
 
<!--
 
====Templates====
 
If the youtube tag is used in a [[Help:Templates|template]], then the conversion will not take place. However, because of the order in which the template and the extension are processed, the <nowiki><youtube></nowiki> extension code itself cannot contain template parameters.
 
-->
 
   
 
==Further Help and Feedback==
 
==Further Help and Feedback==

Revision as of 20:34, 24 April 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

YouTube no longer allows embedding of videos under 30px (the height of the video play bar). Formerly this would allow for "audio-only" style embeds.

Further Help and Feedback