Shortcodes#

To let your embedded video start playing at a specific time you need to enter the ‘parameters’ shortcode attribute.

Youtube, Dailymotion#

start=62 where the 62 is the starting time in seconds so this will start the video at 1 minute and 2 seconds.

[*arve url="https://youtu.be/hRonZ4wP8Ys" parameters="start=62" /]
Vimeo#

There is a exception for Vimeo, here you need to use the #t=12 parameter for setting the seconds.

[*arve url="https://vimeo.com/124400795#t=62" /]

You need to remove the * from the shortcodes. Its used in the documentation to prevent them from executing.