Delay the start of audio auto playback

Product:

WonderPlugin Audio Player

Question:

I am using the audio play plugin. I have setup the player to auto play on page load. Is there anyway to delay the start of the playback, without actually changing the audio content? Be nice to have a setting that says "delay play" for X seconds.

Answer:

1. In the plugin, step 3 Options tab, Skin Options, check the option "Play mode" -> "Auto play (not working on mobile and tablets)".

2. In the plugin, step 3 Options tab, Advanced Options, add the following code to the Advanced Options input box. This will delay the play for 10 seconds (10000 milliseconds). Please note, audio auto play won't work on Android and iOS devices.

data-autoplaytimeout=10000