Product:
Question:
I am using the skin "Three Buttons" for my audio player, but the buttons are very small. How could I change the design to use some big buttons?
Continue reading
Recently Asked Questions and WordPress Tutorials
Product:
Question:
I am using the skin "Three Buttons" for my audio player, but the buttons are very small. How could I change the design to use some big buttons?
Continue reading
Product:
Question:
Hello I am using a commercial version of html5 WordPress audio plugin. I am interested to see that you have a tutorial on adding buy now buttons to each track within a playlist: https://www.wonderplugin.com/wordpress-audio-player-plugin/how-to-add-buy-now-buttons-to-wordpress-audio-player/.
Is there any way of defining the urls for these individually for example
Product:
Question:
Is there any way I could track the audio player play events with Google Analytics?
Product:
WonderPlugin Audio Player 4.8 and above
Question:
Can I use the same audio player on multiple pages but with a different playlist on each page?
This tutorial will guide you how to open an audio player created with WonderPlugin Audio Player in a WordPress lightbox popup. We use the plugin WonderPlugin Carousel to create the carousel and the lightbox.
Continue reading
Product:
WonderPlugin Audio Player
Question:
I wonder is there a way to play an audio snippet 30 seconds after someone lands on any page of my website, but I would only want it to play once...not each time they go to a new page. Is that possible and would it be simple to do?
This tutorial will guide you how to play mp3 files hosted on Google Drive in WordPress with Wonder Audio Player.
Product:
Question:
I came across your site because it says you have a WordPress Live Streaming Audio Player, but when I click on it, it takes me to just your Wonderplugin Audio Player. Are they the same thing? How would I set up the live feed? The video tutorial didn't show it.
Answer:
The plugin Wonder Audio Player is capable of playing live mp3 streaming URL.
You can view the tutorials on the page: WordPress Live Streaming Player
Product:
Question:
I want to know how to write javascript to catch the event play and stop.
Answer:
You could use the following JavaScript code:
jQuery("#wonderpluginaudio-1").on("amazingaudioplayer.played", function(event, data) { console.log(event); console.log(data); }); jQuery("#wonderpluginaudio-1").on("amazingaudioplayer.ended", function(event, data) { console.log(event); console.log(data); }); jQuery("#wonderpluginaudio-1").on("amazingaudioplayer.paused", function(event, data) { console.log(event); console.log(data); }); jQuery("#wonderpluginaudio-1").on("amazingaudioplayer.switched", function(event, data) { console.log(event); console.log(data); });
Please change the number 1 in the above code to the ID of your player.
Product:
WonderPlugin Audio Player Plugin
Question:
I have a quick question, can the play lists be set to not auto play the next track?
I need the play list to only play a track when i click on it.
Answer:
In the plugin, step 3, Options tab -> Skin Options, change the Loop Mode to No loop.
Then in Options tab -> Advanced Options, enter the following text to the Advanced Options box:
data-noncontinous="true"