Adding video: Difference between revisions

No edit summary
No edit summary
Line 11: Line 11:
*<tt>id</tt> is the id of the video to include  
*<tt>id</tt> is the id of the video to include  
*<tt>width</tt> (optional) is the width in pixels of the viewing area (height will be determined automatically)
*<tt>width</tt> (optional) is the width in pixels of the viewing area (height will be determined automatically)


For example, to include the famous "evolution of dance" YouTube video, you'd enter:  
For example, to include the famous "evolution of dance" YouTube video, you'd enter:  

Revision as of 10:52, 2 June 2009

You can add video to any Physiopedia page as long as it has been uploaded to YouTube first.

To add video to a page the video will nee to be added directly to the wikitext so click on the Wikitext link in the toolbar of the editing box.  Then add the following to the page where you want the video to appear:

  • {{#ev:service|id}} -or-
  • {{#ev:service|id|width}}

Where:

  • service is the name of a video sharing service i.e. youtube.
  • id is the id of the video to include
  • width (optional) is the width in pixels of the viewing area (height will be determined automatically)


For example, to include the famous "evolution of dance" YouTube video, you'd enter:

{{#ev:youtube|dMH0bHeiRNg}}

Which would give:


And if you wanted scaled down to a smaller size, you could use:

{{#ev:youtube|dMH0bHeiRNg|100}}

Which would give:


If you wish to add two videos side by side you will need to put them in a table like this:

{| width="100%" cellspacing="1" cellpadding="1" align="center"
|-
|{{#ev:youtube|dMH0bHeiRNg|300}} 
|{{#ev:youtube|dMH0bHeiRNg|300}}
|}

Which would look like this: