Start with this URL
1
https://www.youtube.com/embed/[$Video_ID]?version=3
Where
[$Video_ID]
is the string of characters afterwatch?v=
in a normal YouTube video URL
Then add tags
(place at end of URL)
Tag | Use |
---|---|
&start=[seconds] | set start time |
&end=[seconds] | set end time |
&rel=0 | limit suggested videos to same channel |
&autoplay=1 | automatically start video |
&cc_load_policy=1 | automatically enable closed captions |
&cc_lang_pref=en | set caption language to english |
&iv_load_policy=3 | disable video annotations (doesn’t generally affect modern videos) |
&modestbranding=1 | do not show YouTube logo (doesn’t generally affect much) |
&controls=0 | disable control visibility (good to avoid hovering controls, bad for media control or fullscreen) |
Looping A Video
For a single video, add:
1
&loop=1&playlist=[$Video_ID]
Where
[$Video_ID]
is the same string from earlier
For looping a playlist, add:
1
&loop=1&list=[$Playlist_ID]
Where
[$Playlist_ID]
is the string of characters afterplaylist?list=
in a normal YouTube playlist URL