
YouTube start/end tags support
Could you add support to start and end YouTube tags?
Example url: https://www.youtube.com/embed/fXmpvMl7Gsw?start=32&end=51
Could you add support to start and end YouTube tags?
Example url: https://www.youtube.com/embed/fXmpvMl7Gsw?start=32&end=51
We do not have built-in support for YouTube start and end tags, but you could potentially create a custom solution using our Javascript API. My suggestion would be to parse out the start and end times and then use our Javascript API’s on(‘ready’) or once(‘play’) events to seek to the desired start time. The next step is to use the on(‘time’) event to wait until the desired end time is reached and then stop the video.
Thanks!
I have one more question. Will you add Closed Captions support from YouTube videos when they are available?