An open API service indexing awesome lists of open source software.

https://github.com/jazibsawar/bb_audio_playlist_player

Fastest WordPress Audio Playlist plugin that is utilizing WP playlist and Custom Post Type to handle external sources.
https://github.com/jazibsawar/bb_audio_playlist_player

css custom-post-type jquery php sortablejs wordpress wordpress-development wordpress-plugin

Last synced: 3 months ago
JSON representation

Fastest WordPress Audio Playlist plugin that is utilizing WP playlist and Custom Post Type to handle external sources.

Awesome Lists containing this project

README

          

# Audio Playlist Player #

Fastest WordPress Audio Playlist plugin that is utilizing WP playlist and Custom Post Type to handle external sources and MORE.

== Description ==

Are you looking for solution that integrates WordPress default playlist with minimal look and your External Audio files from CDN, Amazon S3, Google Drive etc. Then *Audio Playlist Player* is best choice for you.
It provides Custom Post Type to manage your playlists and shortcode to render the playlist on front-end. It is simple solution but yet very effective. Enjoy the Plugin.

== Installation ==

= From your WordPress dashboard =

1. Visit 'Plugins > Add New'
2. Search for 'Audio Playlist Player'
3. Activate Audio Playlist Player from your Plugins page.

= From WordPress.org =

1. Download [Audio Playlist Player](#).
2. Upload the 'Audio Playlist Player' directory to your '/wp-content/plugins/' directory, using your favorite method (ftp, sftp, scp, etc...)
3. Activate Audio Playlist Player from your Plugins page.

= Once Activated =

* Navigate to *Audio Playlists* in your dashboard menu. From where you can add playlists and files in it.
* When you publish the playlist who will see the **shortcode** metabox. Copy that shortcode and use it where you want!

= Shortcode =

Shortcode structure is `[_bb_playlist id='ID_OF_PLAYLIST' style='light|dark' autoplay='false|true' ]`.

= Parameters =

1. **id** is ID of playlist. Default is '-1'
2. **style** is look and feel of playlist. Default is 'light'
3. **autoplay** is if you want to autoplay the playlist. Default is 'false'

== Changelog ==

= 1.0.0 =

* Add Custom Post Type to manage playlists
* Add Sort Functionality to order your audio files