Posts YouTube Linking
Post
Cancel

YouTube Linking

Start with this URL

1
https://www.youtube.com/embed/[$Video_ID]?version=3

Where [$Video_ID] is the string of characters after watch?v= in a normal YouTube video URL


Then add tags

(place at end of URL)

TagUse
&start=[seconds]set start time
&end=[seconds]set end time
&rel=0limit suggested videos to same channel
  
&autoplay=1automatically start video
&cc_load_policy=1automatically enable closed captions
&cc_lang_pref=enset caption language to english
  
&iv_load_policy=3disable video annotations (doesn’t generally affect modern videos)
&modestbranding=1do not show YouTube logo (doesn’t generally affect much)
&controls=0disable 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 after playlist?list= in a normal YouTube playlist URL

This post is licensed under CC BY 4.0 by the author.