YouTube style linking inside HTML5 Video player

Posted by Barney on Super User See other posts from Super User or by Barney
Published on 2013-10-21T15:19:06Z Indexed on 2013/10/21 15:58 UTC
Read the original article Hit count: 271

Filed under:
|
|
|
|

After a video has played on YouTube, often there will be a follow up link after the video has finished playing in the form of related videos.

I'm looking to implement similar into my HTML5 Video. It would look something like this:

enter image description here

At the moment, it seems there is nothing in the W3C spec for this (Links inside HTML5 video). Could anyone advise on a method of achieving? I have 50-100 videos on my site on which I would like to implement.

Currently I'm thinking a Javascript callback which initiates the Call to action buttons, though I have a feeling this could get complicated...

© Super User or respective owner

Related posts about video

Related posts about JavaScript