When embedding a YouTube video, the video is not uploaded to Mavenoid's servers. If the video is changed or removed, this change will immediately apply to your flow as well. We recommend only embedding videos that you control.
1
Click the node to open its edit panel.
2
In the description, enter the video's URL such as https://www.youtube.com/watch?v=foo
To embed a YouTube Short, you'll need to make a small change to the URL. Replace
shorts/
withwatch?v=
. For example,https://www.youtube.com/shorts/r8M0uAho16o
would becomehttps://www.youtube.com/watch?v=r8M0uAho16o
instead.
3
Mavenoid will automatically replace the URL with an embed.
4
You can preview the node to confirm how the video will look to users.
If you want the video to start at a certain time index, you can include that time index in the URL. When the user plays the video, it will start at the indicated time.
Add ?t=SECONDS
where SECONDS
is the desired start time in seconds, such as https://youtu.be/IobWAu8TRXo?t=61
.