WP Manifestindependent plugin directory
manifest / media / wpse-playlist

WPSE Playlist shortcode for external files

WordPress - Playlist shortcode with external audio or video files. Wrapper for the native playlist in WordPress.

by Birgir Erlendsson (birgire) · github.com/birgire/wpse-playlist · website

18stars
8forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/birgire/wpse-playlist/archive/refs/heads/master.zip

Declares an update source (https://github.com/birgire/wpse-playlist.git), so updates arrive through the plugin's own updater.

From the readme

wpse-playlist WordPress - Playlist shortcode with support for external audio and video files. Description This plugin allows you to use external audio or video files with the native WordPress playlist, through the use of a shortcode. This started as an answer on WordPress StackExchange, see here, hence the name wpse-playlist. The plugin works on PHP 5.3+ and WordPress 4.0+ Tested up to WordPress 5.8.1 It supports the GitHub Updater. Supported shortcodes and default attributes: [playlist type="audio" class="wpse-playlist" current="true" autoplay="false" style="light" tracklist="true" tracknumbers="true" images="true" artists="true" width="" height="" outer="20" defaultwidth="640" defaultheight="380"] [track src="" title="" type="audio/mpeg" caption="" description="" image="" metaartist=""

Read the full README on GitHub →