Forum Discussion
How to embed a Youtube video in RISE
Is it possible to control the start and end times of an embedded video?
- KarlMuller4 years agoCommunity Member
Hi Gil,
You can specify the start and end time for a YouTube video.
The video is about cute puppies:
https://www.youtube.com/embed/gpyB54lSpYg?start=10&end=30
- HajnalEppley3 years agoCommunity Member
Hi Karl,
I see you mentioned it's possible to specify a start and end time for your Youtube video (which is exactly what I'm trying to learn how to do!) Are there specific instructions to follow? It looks like the posts below were deleted. I'm a new user, and trying to learn!
Thanks,
Hajnal
- Chris-Santos3 years agoStaff
Hi Hajnal,
You'll need to append the following to the source URL of the embed code:
?start=XXX&end=YYY
where X and Y represent the start and end of the video in seconds.Here's an example:
<iframe width="560" height="315" src="https://www.youtube.com/embed/x-7UkCgqAYM?start=3600&end=4000" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
The src URL is edited to include the start and end times:
https://www.youtube.com/embed/x-7UkCgqAYM?start=3600&end=4000
You can check out this Google article for reference.
Related Content
- 11 months ago
- 10 months ago
- 11 months ago
- 10 months ago