有没有办法嵌入youtube视频和触发器以编程方式跳转到手动位置?
提交链接到我们视频库的用户也可以输入一些亮点(如0:13,5:25,8:41),如果其他用户只点击时间点就会很酷视频会跳到那里。
答案 0 :(得分:0)
格式:
(youtubeURL)#t=(no. of mins.)m(no. of secs.)s
示例:
#t=2m35s will move to 2:36 of the video.
嵌入时,只需使用格式即可。 例如:
<a href="<youtubeURL>#t=2m35s">Go to the solution</a>