You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To further customize the embed, you add the option for the following parameters:
Hide controls: controls=0: Hides the video player controls.
Hide titles and uploader info: showinfo=0: Hides the video title and uploader information (note: this parameter was deprecated but can still be found in some older embeds).
Dont show related info at the end: rel=0`: Prevents showing related videos at the end of your video (only shows related videos from the same channel as of September 2018).
autoplay=1: This parameter will make the video start playing automatically when the page loads.
loop=1: This parameter will loop the video.
playlist=VIDEO_ID: This parameter is necessary for the loop to work properly. You need to set the playlist parameter to the same video ID as the video you want to loop.
mute=1: Mutes the video (useful because some browsers do not allow autoplay with sound).
It also does not do what it is supposed to do: The stream does not start automatically. Is the reason that there is a conflict with the profile option? There is an option to start livestreams automatically, but it also does not work with actual livestreams (only works with recorded videos). Compare: https://wikimania-live.eventyay.com/preferences
Add support for Youtube embedding options as switch boxes below the YouTube Video ID form field.
Add the following options:
Here's an example of how to embed a YouTube video with the
modestbranding
parameter:You can also use YouTube's
nocookie
domain to enhance privacy and still use themodestbranding
parameter to remove the logo:To further customize the embed, you add the option for the following parameters:
controls=0
: Hides the video player controls.showinfo=0
: Hides the video title and uploader information (note: this parameter was deprecated but can still be found in some older embeds).t show related info at the end:
rel=0`: Prevents showing related videos at the end of your video (only shows related videos from the same channel as of September 2018).Example with additional parameters:
autoplay=1
: This parameter will make the video start playing automatically when the page loads.loop=1
: This parameter will loop the video.playlist=VIDEO_ID
: This parameter is necessary for the loop to work properly. You need to set the playlist parameter to the same video ID as the video you want to loop.mute=1
: Mutes the video (useful because some browsers do not allow autoplay with sound).Example Embed Code
Example with Additional Parameters
The text was updated successfully, but these errors were encountered: