Skip to main content

Control Video Functionality via URL Parameters

You can control some of the features of your video via URL parameters.

This is useful if, for example, you'd like to have the same video autoplaying on one page and not autoplaying on another one, without having to use two different embed codes.

Here are the features you can change:

URL parameter (true or false)Functionality
?autoplay=enable/disable desktop autoplay
?mobileautoplay=enable/disable mobile autoplay
?unmuteoverlay=enable/disable unmute overlay
?pause=enable/disable pausing
?seekbar=enable/disable seeking bar

Here's an example of them being combined: https://example.com/url-functionality?autoplay=false&mobileautoplay=false