How to specify a start and stop time when embedding YouTube video?

How to specify a start and stop time when embedding YouTube video?

To set a specific start and end time for an embedded YouTube video on your site, you just need to grab the embed code, add a line of code to the source link, then your start and end times.

  1. First, copy your video embed code . It should look something like this.

  1. Next, create your line of code to change the start and end times. For example, this code starts at 33 seconds and ends at 200 seconds into the video. Change it to your own start and end times.

Example:

?start=33&end=200

  1. Now, add your code to the end of the source link in the embed code.

  2. The highlighted section is the source link. Once you have found the source link, add the code you created to the end of that.