How to Embed YouTube Videos with specific Start and End Time |
Sometimes, you would possibly engraft an extended video on your web site, and additionally add a note slightly below the video to inform the guests to look at solely an explicit portion. This behavior not solely kills time however additionally irritates the viewers of your video. therefore it's not an honest sense.
The best plan to implant a YouTube video is to require the benefits of the parameter that permits you to specify the beginning and finish time. By that you'll be able to skip the unessential half or the introduction a part of a prolonged video as per your want.
For example, you're embedding a full-length picture show from YouTube and need that viewer to target a selected scene that begins from 'xx: xx' seconds and ends with 'yy: yy' seconds. So, that once the scene has finished, the video ought to stop enjoying. see demo below
For example, you're embedding a full-length picture show from YouTube and need that viewer to target a selected scene that begins from 'xx: xx' seconds and ends with 'yy: yy' seconds. So, that once the scene has finished, the video ought to stop enjoying. see demo below
Link to an exact portion(time) of a YouTube Video?
1.
1.
- First navigate to YouTube and find a video which you like to embedded
- Click the 'Share' button below the video
- Click the 'Embed' button next to the link they show you
- Copy the
iframe
code given and paste it into the Notepad. You iframe code should be something like below,
2. And now, we've to add start and end parameter at the end of the src(URL) of the video that's ?start=xx&end=yy&version=3
3. Let's say, you want to embed a video that ought to start from 2:01 and ends to 2:15. So, we want to initial convert our start and end time into second. Then the calculation ought to be,
Start Time (XX) | ( 2 × 60 ) + 01 = 121 |
End Time (YY) | ( 2 × 60 ) + 15 = 135 |
4. And, now the final code after adding start & end parameter should be like below,
<iframe width="560" height="315" src="https://www.youtube.com/embed/-ZWGpOSS6T0?start=121&end=135&version=3" frameborder="0" allowfullscreen></iframe>
You're done...Or Else
If you are not familiar with coding then, Just click this link and that converter will help you. https://youtubeembedcode.com/en/
if you're enjoy this, please share it and keep visit...
Tags:
Youtube