How to add video
From Niftytricks
Video is essential in both teach and learning. Use this technique to be able to insert video from YouTube, Vimeo and a handful of other sites into your trick descriptions.
Contents |
Usage
After finding the video you want to add to your trick description look either in the URL of your web browser or for anywhere there may be a URL that is labeled to share. You need the code that defines each video.
YouTube
Original url: http://www.youtube.com/watch?v=4lhyH5TsuPg
Wiki code:
<videoflash>4lhyH5TsuPg</videoflash>
or (with width and height):
<videoflash>WZpeeRSk-0A|200|100</videoflash>
Vimeo
Original url: http://vimeo.com/1032233
<videoflash type="vimeo">1032233</videoflash>
or (with width and height):
<videoflash type="googlevideo">1032233|200|150</videoflash>
GoogleVideo
Original url: http://video.google.it/videoplay?docid=1811233136844420765
Wiki code:
<videoflash type="googlevideo">1811233136844420765</videoflash>
or (with width and height):
<videoflash type="googlevideo">1811233136844420765|200|150</videoflash>
DailyMotion
Original url: http://www.dailymotion.com/video/xi23l_geris-game
Wiki code:
<videoflash type="dailymotion">7fiHlJPCjcqK73xbb</videoflash>
or (with width and height):
<videoflash type="dailymotion">7fiHlJPCjcqK73xbb|640|480</videoflash>
Sevenload
Original url: http://en.sevenload.com/videos/Eh4mjir/Bewegungen-der-Natur
Wiki code:
<videoflash type="sevenload">Eh4mjir</videoflash>
or (with width and height):
<videoflash type="sevenload">Eh4mjir|640|480</videoflash>
Revver
Original url: http://one.revver.com/watch/138657
Wiki code:
<videoflash type="revver">138657</videoflash>
or (with width and height):
<videoflash type="revver">138657|640|480</videoflash>
Credits
Thanks to the Media Wiki: Flash Extension http://www.mediawiki.org/w/index.php?title=Extension:VideoFlash