Help:Videos: Difference between revisions

From Halopedia, the Halo wiki

m (Fixing misspelling)
Line 5: Line 5:


To add a YouTube video, you need the id code for the video.  The easiest way to find this is to look at the URL of the You Tube page for the video.  The string of letters and numbers after "v=" in the URL is the id code.  So for the URL: '''<nowiki>http://www.youtube.com/watch?v=-XDkTflQu5k</nowiki>''' the id code could be '''XDkTflQu5k'''.  If you aren't sure what you use, you can add the whole url in place of the id code.
To add a YouTube video, you need the id code for the video.  The easiest way to find this is to look at the URL of the You Tube page for the video.  The string of letters and numbers after "v=" in the URL is the id code.  So for the URL: '''<nowiki>http://www.youtube.com/watch?v=-XDkTflQu5k</nowiki>''' the id code could be '''XDkTflQu5k'''.  If you aren't sure what you use, you can add the whole url in place of the id code.
Please also make sure the video is appropriate for everybody, 13 or up.


YouTube videos are embedded with the code:  
YouTube videos are embedded with the code:  

Revision as of 20:34, July 11, 2008

Video from YouTube can be shown on any Wikia page using simple code. The video is not uploaded to Wikia, but embedded. This means it is stored on YouTube, then called from there to be viewed on Wikia.

Adding a YouTube video

To add a YouTube video, you need the id code for the video. The easiest way to find this is to look at the URL of the You Tube page 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=-XDkTflQu5k the id code could be XDkTflQu5k. If you aren't sure what you use, you can add the whole url in place of the id code. Please also make sure the video is appropriate for everybody, 13 or up.

YouTube videos are embedded with the code:

<youtube></youtube>

The id code for the video you want to show goes between the two tags:

<youtube>id code</youtube> 

"id code" is the code from the URL. So an example might be:

<youtube>-XDkTflQu5k</youtube> 

Changing the size of the video

You can change the width and height of the video box, to a maximum of 425x350 pixels. If you specify width and height, and those settings are not in proportion to the YouTube screen, then you will have empty space around the video. In most cases, the width determines the screen size in this situation.

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

A full example would be:

<youtube width="200" height="200">-XDkTflQu5k</youtube>

This gives you:

<youtube width="200" height="200">-XDkTflQu5k</youtube>

Adding a caption

You can add a caption to a video using the image thumbnail styles. This example will add a video with a width of 200px, float it to the right of the page, and add a caption at the top. Simply edit the ID and CAPTION.

<div class="thumb tright"  style="width:200px;">
<div class="thumbcaption">CAPTION</div>
<youtube width="200" height="200">YouTube ID</youtube>
</div>

Examples

Are you using YouTube on your wiki? Please add to the list of examples below to show people how this new feature can be used.

Template:Helplist