Audio Player With Playlist

Getting Started

Audio Player with Playlist Ultimate plugin is a jQuery HTML5 Music/Audio Player with Playlist comes with huge possibilities and options.

Its comes with 1 styles for grid and 1 for playlist with Single player & Multiple player orientations. It supports shuffle, repeat, volume control, time line progress-bar, Song Title and Artist.

How to Display and Shortcode

Audio Player with Playlist Ultimate is very simple. Just add the following shortcode.

Audio Player with Playlist Ultimate contain 2 Shortcode.

Audio Player

[apwp_player]

Audio Player Grid

[apwp_player_grid]

Following are Audio Player with playlist Parameters

[apwp_player]

  • LIMIT: [apwp_player limit="10"]
    Display latest 10 audio in playlist.
  • PLAYLIST ID: [apwp_player playlist_id="playlist_id"]
    Display audio list in player by playlist.
  • AUDIO ID: [apwp_player audio_id="audio_id"]
    Display audio list in player by audio id.
  • LAYOUT: [apwp_player layout="layout-1"]
    Select the grid design. Right now there is a design-1.
  • ORDER BY: [apwp_player orderby="date"]
    Display Audio player list in your order. Values are “ID”, “title”, “name” and “date”.
  • ORDER: [apwp_player order="ASC"]
    Order your audio player by “ASC” OR “DESC”.

Following are Audio Player Grid Parameters

[apwp_player_grid]

  • GRID: [apwp_player_grid grid="2"]
    Display players in grid.
  • LIMIT: [apwp_player_grid limit="10"]
    Display latest 10 audio.
  • PLAYLIST ID: [apwp_player_grid playlist_id="playlist-id"]
    Display audio by playlist.
  • AUDIO ID: [apwp_player_grid audio_id="audio_id"]
    Display audio by audio id.
  • LAYOUT: [apwp_player_grid layout="layout-1"]
    Select the grid design. Right now there is a design-1.
  • ORDER BY: [apwp_player_grid order="ASC"]
    Order your audio player by “ASC” OR “DESC”