admin管理员组文章数量:1131683
I am trying to allow visitors to seek specific times on the embed rumble video inside the wordpress post by clicking to timestamp links. I can do it for youtube videos using Skip to Timestamp plugin or methods like this one however, I cannot make it work for embed rumble videos.
I desperately need to make this work for a rumble video. Any help would be greatly appreciated.
Cheers.
I am trying to allow visitors to seek specific times on the embed rumble video inside the wordpress post by clicking to timestamp links. I can do it for youtube videos using Skip to Timestamp plugin or methods like this one however, I cannot make it work for embed rumble videos.
I desperately need to make this work for a rumble video. Any help would be greatly appreciated.
Cheers.
Share Improve this question asked Mar 21, 2022 at 18:06 JohnnyJohnny 1211 silver badge2 bronze badges2 Answers
Reset to default 3Although I appreciate user141080's attempt to give feedback on your question, he gave kind of a squirmy answer that did not address your concern.
I believe the question was how to create a timestamp link for a Rumble video. It did not ask about 3rd party software.
A hyperLink is a web browser function that takes an address as well as sometimes arguments to clarify a condition for a web server response, such as the video start time.
Best Answer: You can add: ?start=xx (or &start=xx for additional parameter) to the end of the link, where xx = the number of seconds into the video to begin.
To start video at 33:22, first convert to seconds. https://rumble.com/xxxMyVideo.html?start=2002 or https://rumble.com/xxxMyVideo.html?pub=33x55&start=2002
There may be an easier way to insert mins, but I thought it up on the fly and Rumble is using seconds for start time.
Enjoy
Setting the timestamps on a YouTube video works because YouTube allows it, this is not a functionality that Wordpress provides. For an rumble video you could use the Rumble Player API.
In the documentation there is the function "API.setCurrentTime(time)" and it should do the same as in your linked example.
本文标签: javascriptcreate timestamp links to jump to specific times on rumble videos
版权声明:本文标题:javascript - create timestamp links to jump to specific times on rumble videos 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736777228a1952406.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论