This template is used on YoutubePlayer page for displaying the YouTube player example.
Parameters
Option | Description |
---|---|
id | The ID of the YouTube video you want to display |
width | Width of the player window |
height | Height of the player window |
autoplay | Set to 1 to automatically play the video after it loads. This can be disabled in window.YoutubePlayerDisableAutoplay variable.
|
loop | Set to 1 to loop the video |
start | From what point should the video start |
playlist | The ID of the Youtube playlist you want to display after main video |
Examples
{{YoutubePlayer |id = YH2qwCgeYIg |width = 640 |height = 480 }}
gives...
Community content is available under CC-BY-SA unless otherwise noted.