Meta:Guides/Style Guide/Media
< Meta:Guides | Style Guide
Inserting YouTube's video
This tag lets you insert youtube videos in this wiki.
- Given a video, for example http://www.youtube.com/watch?v=k61saYA--4s
- Extract the video ID (in this case "k61saYA--4s")
- Add the ID as you see below
<youtube>eRsGyueVLvQ</youtube>
returns
Inserting Vimeo's video
This tag lets you insert vimeo videos in this wiki.
- Given a video, for example http://vimeo.com/798022
- Extract the video ID (in this case "798022")
- Add the ID as you see below
- You can specify the player width and height (width should max 640 px).
<vimeo width="640" height="360" >798022</vimeo>
returns
Inserting a YouTube's playlist
This tag lets you embed a youtube playlist.
- Given a playlist, for example http://www.youtube.com/view_play_list?p=949455521A4E853B
- Extract the playlist ID (in this case "949455521A4E853B")
- Add the ID as you see below
<playlist>949455521A4E853B</playlist>
returns
<playlist>949455521A4E853B</playlist>
Credits
These tags have been developed by JesterKing and are actively maintained by others.