Changes

Jump to: navigation, search

Help:Editing

104 bytes removed, 21:33, 3 September 2016
Displaying YouTube videos
== Displaying YouTube videos ==
<s>To display a video from YouTube on this site, extract and copy the relevant video ID that is part of a YouTube URL, e.g.[http://www.youtube.com/watch?v=_OKs7qpJvRI&feature=related http://www.youtube.com/watch?v=<font color="#bd0000">AzUsrLi8P4o</font>&feature=related] and paste it into place in the edit form as follows:
<pre> <nowiki><HTML5video type="youtube" width="400" height="300">AzUsrLi8P4o</youtubeHTML5video></nowiki></pre>
<HTML5video type="youtube" width="400" height="300">AzUsrLi8P4o</youtube></sHTML5video>
New code 2015:The width and height parameters are optional.
<nowiki><HTML5video type="youtube" width="400" height="300" autoplay="false">AzUsrLi8P4o</HTML5video></nowiki> <HTML5video type="youtube">AzUsrLi8P4o</HTML5video> Or by uploading upload a video on MadaCamp in three formats (.mp4, .ogg and .webm) named, e.g.:
Dragonfile.mp4
Dragonfile.off
Dragonfile.webm
Thereafter include it on a page without the file suffix:
<nowiki><HTML5video width="520" height="320" autoplay="true" loop="true">Dragonfly</HTML5video></nowiki>
This allows users browsers to Browsers will automatically select a suitable format for their system, smartphone or whatever.
<HTML5video width="520" height="320" autoplay="true" loop="true">Dragonfly</HTML5video>

Navigation menu