I want my web page to beep whenever a user exceeds the maximum character limit of my <textarea>. 17 Answers 17
I’m attempting to call a custom field in an audio shortcode. The field I’m calling, enclosure, defines MP3 files that are associated with my respective posts. I’m using the...
I’m building a VUE JS based theme, and I’m using WP REST v2. There is a problem – I can’t make video and audio playlists work (built-in WP core...
I’m trying to use the audio shortcode with an audio file with a query string on the end of the URL and it won’t work. The reason is I’d...
My reason for doing this is for a music & entertainment site where users will have the ability to share music and videos on other websites via embed code....
Is it possible to control the width of the WordPress 3.9 Audio player? I like the simplicity of the player control and would like to include a narrow-width version...
I would like to style two MediaElement players on the same page differently, and figured out the easier way to do this (compared to adding a completely new shortcode...
I have a music player in my theme that generates its playlist from a javascript file that looks like this var myPlaylist = [ { mp3:'track url goes here',...
I am trying to use the function wp_read_audio_metadata() to read the metadata for an mp3 file uploaded to a post using acf’s file field. Below is my code: <?php...
I’m working on a WordPress theme for a website that makes heavy use of its default media player. In the process of styling its playlists, I found that a...