simple album/playlist audio player (not 3rd party)
-
Hi. My audio files are being hosted by WordPress. I am looking for a simple audio player that doesn’t involve a third party to play an album/playlist from the files that are on my WordPress. I have the media upgrade. The tutorials all point to a “Create Audio Playlist,” which I’ve been searching for… Currently, on my pages there is a clunky track-by-track display that is awful. I’m not the best with code, but I used to have a super simple one-line, play/skip player that does not display anymore. Please advise as to how I can display a simple player. Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Audio files that are uploaded to your WordPress.com site are played in the WordPress audio player. That’s the audio player you get when you set up individual tracks or playlists as described here: Audio
I see that audio player on your home page: http://musicalcare.com/
Although that audio player doesn’t have a built-in way to make it a single line with a playlist, you can style that player if you’d like. It has a built-in dark style that you can enabled by adding style=”dark” to the playlist shortcode, like this:
[playlist ids="123,121,119,117,115,113,111,109" style="dark"]You can also use Custom CSS to style the player even more. We have tips for getting started with CSS here:
If you have CSS questions, most of our CSS support is done in the CSS Customization forum by expert staff and volunteers:
https://en.forums.wordpress.com/forum/css-customization
Please let me know if you have any questions about that.
- The topic ‘simple album/playlist audio player (not 3rd party)’ is closed to new replies.