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.
Related Posts:
- Youtube api – stop video
- TypeError: res.status is not a function
- WP Rest API – How to get featured image
- Is it Possible to Extend WP Customize JS Methods?
- Show only images and videos in a wp.media window
- WordPress Rest API
- Is it possible to enqueue the Youtube API script or does it have to be inline?
- Customizer JS API: Defining control settings
- Headless WordPress: How to authenticate front end requests?
- Customizer JS API: Adding Setting Dynamically Not Working
- Is there a client side API for handling transients or options?
- Customizer JS API: Adding a “dropdown-pages” control
- How to disable inline css styles generated by Gutenberg editor?
- WordPress customizer get control
- Get a default value of the Customizer setting using wp.customize API (JS)
- I am trying to add current logged in user to my zoho chat
- This page can’t load Google Maps correctly [closed]
- Customizer JS API: Defining active_callback for a section
- how to use nimble-API and Display data?
- WordPress Guternberg Content For React Native
- Show sections based on a control in WordPress Customizer using JS API
- I would like to retrive JSON value and display it in wordpress page or widget
- How do I add a class to Customizer preview based on class of Customizer control? (Customizer Javascript API)
- Get a default customizeAction text for a section using Customizer JS API
- Create new product with woocommerce REST API with javascript (clientside)?
- Anyway to disable the auto excerpt creation?
- What is TypeScript and why would I use it in place of JavaScript? [closed]
- How to do associative array/hashing in JavaScript
- map function for objects (instead of arrays)
- How to play audio?
- How to write a countdown timer in JavaScript?
- TypeScript foreach return [duplicate]
- “document.getElementByClass is not a function”
- What does this symbol mean in JavaScript?
- Go back button in a page
- ‘react-scripts’ is not recognized as an internal or external command
- After $npm install, Getting Error: Cannot find module ‘../lib/utils/unsupported.js’
- What’s the best way to convert a number to a string in JavaScript?
- React Native: this.setState is not a function
- How to perform string interpolation in TypeScript?
- Timers in React Native (this.setTimeout)
- CSS height 100% percent not working
- Angular 4 setting selected option in Dropdown
- How can I upload files asynchronously with jQuery?
- Cannot read property ‘bind’ of undefined. React.js
- Why is my asynchronous function returning Promise {
} instead of a value? - How can I convert an image into Base64 string using JavaScript?
- Javascript checkbox onChange
- Number prime test in JavaScript
- document.getElementById not working / Display
- What does ngf-select do and why is it needed for form validation?
- What is jQuery Unobtrusive Validation?
- CreateElement with id?
- Print PDF directly from JavaScript
- Set value of hidden input with jquery
- element.setAttribute is not a function
- gapi is not defined – Google sign in issue with gapi.auth2.init
- Remove all special characters with RegExp
- jQuery: Get selected element tag name
- Does ECMAScript 6 have a convention for abstract classes?
- Make Discord bot send picture with message with NodeJS
- RegEx for Javascript to allow only alphanumeric
- How to check for an undefined or null variable in JavaScript?
- HTML anchor link – href and onclick both?
- How to use forEach loop correctly in angular 2?
- javascript push multidimensional array
- How can I know which radio button is selected via jQuery?
- jquery toggleClass not working
- Can WordPress be made to support websockets?
- How to use wp.hooks.addAction() in React JS/Gutenberg?
- Remove extra Google Maps script
- single page wordpress
- initial open/toggle PluginDocumentSettingPanel panel in document setting block editor gutenberg
- Restrict file types in the uploader of a wp.media frame
- How can I get the standard WP-Editor through Javascript?
- How to transform a legacy widget into a block
- Gutenberg select categories
- const { __ } not working in IE11
- AJAX not Working with php as supposed
- Performance vs plugin genrated javascript
- How can I load certain JavaScripts only on blog pages?
- jQuery UI Tools (Flowplayer) Issues
- Javascript for a specific wordpress page
- How can I leverage browser cache for minified JS or minified CS files?
- Close modal window after form submit [closed]
- How to display different content on the same page using different URLS
- Web cover page open when button clicked
- Replace script attr or link
- Remove escape characters from JSON string pulled from a database
- How to pass data to javascript in custom widget class
- Client side pre-save Javascript hook on all admin pages
- WP Gutenberg – custom block with two content fields
- How to add additional JavaScript code [duplicate]
- How to implement custom URL handler to access JS modal content? [closed]
- Contact form 7 hide and show fields depending up on the condition [closed]
- wp_enqueue has a resource but doesn’t generate a script tag [duplicate]
- Javascript not working on index.php but it is working on single post’s page
- Unable to change the location of a file
- How to Update a variable even if the web page reloads in js
- How do i get an Inline style in Gutenberg Block show up in front end?