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.
- Host: GitHub
- URL: https://github.com/jazibsawar/bb_audio_playlist_player
- Owner: jazibsawar
- License: gpl-2.0
- Created: 2017-10-16T12:30:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T11:02:16.000Z (over 8 years ago)
- Last Synced: 2025-03-15T22:43:27.495Z (over 1 year ago)
- Topics: css, custom-post-type, jquery, php, sortablejs, wordpress, wordpress-development, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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