Introduction

Audio Players & Gallery, Audio Broadcasting, Audio & Radio Channels, Multimedia Players

This plugin adds a general shortcode [audio], usable in classic Joomla articles and the native "Custom content" module, and all other third party extension using default joomla "contents events".


This shortcode display a simple Audio player that does the job, the shortcode syntax is the same as Wordpress one, thats why if you want to import Wordpress article to Joomla! this plugin is for you.

The JS librairie used is MediaElement.js.

** Shortcode usage :**

  • Simple : [audio src="audio.mp3"]

  • Advanced : [audio src="source.mp3" loop="on" preload="auto" autoplay="on"]

Mandatory parameter :

  • src : URL of your audio file

Optional parameters :

  • loop : on / off = Allows for the looping of media

  • autoplay : on / off = Causes the media to automatically play as soon as the media file is ready.

  • preload : none / auto / metadata = Specifies if and how the audio should be loaded when the page loads, by default the audio should not be loaded when the page loads, auto = the audio should be loaded entirely when the page loads, metadata = only metadata should be loaded when the page loads.

  • style : CSS code applied to the player

  • background : background color of the player, various formats supported : #228CBF rgb(34, 140, 191) or rgba(34, 140, 191, 0.50) ..

  • hidden : on / off = hide the player

  • showvolume : on / off = permit to show or not the volume group

  • txtcolor : change text color, accept classic css colors : #f00, red, rgba(255,0,0,0.5) ..

  • btcolor : change color of main buttons, black, red, green, blue or white

Italic value = default value

FAQ

What if multiple players are on the same page?

The autoplay is disabled, and it is impossible to play two songs simultaneously.

Is this plugin compatible with the Joomla "Custom Content" module?

Yes : however, in the module settings, the "Content Plug-ins" option must be active

Is this plugin compatible with live streams .m3u8, .mwa ...?

Currently not

Is Flash required for this plugin to work?

No, adobe flash is not and will never be necessary

Changelogs Version 1.5 :

 + new attribute added : "showvolume"
 + new attribute added : "txtcolor"
 + new attribute added : "btcolor"
 + update jQuery to latest version (3.2.1)
 + rewrite the way to load the main library (more efficient now)
 + CSS : removing 'box-shadow' on buttons (some templates skin all buttons..)
 + CSS : removing 'outline' on buttons focused
 Version 1.4 :
 + add automatic updates
 + fix a display bug with some specific templates
 Version 1.3 :
 + new global params "default width", define the default player width, even if it loads in a tab or a toggler
 Version 1.2 :
 + new attribute added : "hidden"
 Version 1.1 :
 + new attribute added : "background"
 + fix some bugs

Created : October 2014

Update : February 2018

Joomla : 2.x - 3.x

Compatible : all browsers

Flash required : non

Ce plugin ajoute un shortcode général [audio], utilisable dans les articles joomla classique ainsi que dans le module natif "contenu HTML personnalisé", et dans toutes les autres extensions joomla développé dans l'esprit Joomla!

Le shortcode affiche un lecteur audio classique, la syntaxe du shortcode est exactement la même que celle de Wordpress, c'est la raison pour laquelle ce plugin est fait pour vous si vous souhaitez importer des articles Wordpress sur Joomla par exemple.

Le lecteur audio est basé sur la librairie MediaElement.js

Utilisation du shortcode :

  • Simple : [audio src="source.mp3"]

  • Avancée : [audio src="source.mp3" loop="on" preload="auto" autoplay="on"]

Paramètre obligatoire :

  • src : URL de votre fichier audio (le paramètre "mp3" existe aussi, en alias)

Paramètres optionnel :

  • loop : on / off = lire le fichier en boucle

  • autoplay : on / off = lire le fichier automatiquement

  • preload : none / auto / metadata = Par défaut le fichier n'est pas pré-chargé, auto = Pré-chargement automatique du fichier, metadata = Pré-charge automatiquement seulement les métadata du fichier.

  • style : code CSS qui sera appliqué à la balise audio

  • background : couleur d’arrière plan du lecteur, peut être aux divers formats : #228CBF rgb(34, 140, 191) ou encore rgba(34, 140, 191, 0.50)

  • hidden : on / off = cache le lecteur audio

  • showvolume : on / off = permet de montrer ou non le groupe de volume

  • txtcolor : modifie la couleur du texte, couleurs au format css classique : #f00, red, rgba (255,0,0,0.5) ..

  • btcolor : change la couleur des boutons principaux : black, red, green, blue or white

Valeur en italique = valeur par défaut

Questions / Réponses

Et si plusieurs lecteurs sont présent sur la même page ?

L'autoplay se désactive, et il est impossible de jouer 2 musiques en même temps.

Est-ce que ce plugin est compatible avec le module Joomla "Contenu personnalisé" ?

Oui : cependant, dans les paramètres du module, l'option "Plug-ins de contenu" doit être active

Est-ce que ce plugin est compatible avec les flux "live" .m3u8, .mwa ... ?

Pour le moment non

Est-ce que Flash est requis pour que ce plugin fonctionne ?

Non, adobe flash n'est pas et ne sera jamais nécessaire

Changelogs

 Version 1.5 :
 + support de l'attribut : "showvolume"
 + support de l'attribut : "txtcolor"
 + support de l'attribut : "btcolor"
 + mise à jour de jQuery (3.2.1)
 + réécriture la façon de charger la bibliothèque principale (plus efficace maintenant)
 + CSS : suppression de 'box-shadow' sur les boutons
 + CSS : suppression de 'outline' sur les boutons qui ont le focus
 Version 1.4 :
 + ajout du support des mises à jour automatique
 + correction d'un bug d'affichage avec certains thèmes
 Version 1.3 :
 + ajout d'un paramètre global de configuration "largeur par défaut", permet de définir la largeur du lecteur si ce dernier est dans un tabs par exemple
 Version 1.2 :
 + support de l'attribut "hidden"
 Version 1.1 :
 + support de l'attribut "background"
 + correction de quelques bugs

Création : Octobre 2014

Mise à jour : Fév. 2018

Joomla : 2.x - 3.x - 4.Alpha

Compatible : tout navigateur

Flash requis : non

Functionality
For me the best audio player for Joomla. Even better that paid alternatives
Ease of use
Very easy to integrate with a simple short code.
Support
Great support. Fast and friendly.
Documentation
Almost not needed. Take a look at the developer website for examples.
I used this to: A website for a record label
Functionality
It does its job well and works perfectly with all mobile devices.
Ease of use
Really simple to implement
Support
No need for support. The documentation page and the demo page are more than enough.
Documentation
Clear and complete.
I used this to: Insert MP3 files into discography pages for a musical ensemble site.

Great product and support!



Posted on 08 December 2016
Functionality
Works exactly as described. Took longer to download and install the plugin than it did to publish a stream to my site.
Ease of use
Very simple and straight forward.
Support
Excellent support! Had a problem with a m3u stream, e-mail the dev and had a fix in less than 24 hours.
Documentation
Easy to follow, understand and implement.
I used this to: Streaming radio and live feeds directly to our website.
Functionality
Самая необходимая функция для меня "адаптивность" присутствует.
Ease of use
Использовать очень просто. Достаточно добавить код на страницу и внести нужные изменения.
Support
Documentation
На сайте разработчика все предельно понятно показано.
I used this to: ?????.
Full Auto-Checkin
Paid download

Full Auto-Checkin

By SUDesign
Admin Performance
A plugin that will save your time! With Joomla! everyone has experienced at least once .. The famous "lock", loved by some, hated by others .. and yes, it's over! With this plugin, ends padlocks, not just those articles, but also modules, plugins, categories, user ratings, banners .. ect! All joomla's padlocks! How it works ? It's simple, as soon as an article / Module / plugin / ... is edited...
Fifa Widget Pack
Free

Fifa Widget Pack

By SUDesign
Sports
Display easily 4 kinds of FIFA's Widget ! ** - Latest News** Stay updated with the goings on in world football with this Widget which highlights the five latest news stories which have been published on FIFA.com. ** - Latest Photos** Take a look at the latest footballing photos which have been uploaded on FIFA.com from all four corners of the globe. A picture tells a thousand words. ** - Worl...
Automatic File Renamer
Paid download

Automatic File Renamer

By SUDesign
Administration
A plugin that will save your time! What's the point ? By default, for security reasons Joomla! renames the files that are sent (images, pdf ...), the filter is simple: special characters are simply deleted. So if you send an image named "ça.png", the name of the image on the server become "a.png", the "ç" is recognized as a special character. Our plugin Automatic File Renamer renames images (o...
User Registrations Daily Report
Paid download

User Registrations Daily Report

By SUDesign
Data Reports
Receive a daily summary of your new members and a statistical chart showing the evolution of the registration name in the last few days. Settings: Email(s) to be notified: one or more email addresses receive the report Frequency of emails: once per day, per week or per month Mail time: Select the time you receive the report Receive the report even if there are no new users: yes / no During th...
Copy Assignments
Free

Copy Assignments

By SUDesign
Admin Performance
When you duplicate a module, assignments are copied too, it's convenient! On the other hand, if you want to assign a new module type to the same assignments as an existing module, you have to do it by hand. All this is over! Thanks to this plugin, a new option in the parameterization of each module allows you to copy the assignments of an existing module! Created : October 2017 Update : Octobe...

Simple Audio Player - Shortcode

Version:
1.5
Developer:
SUDesign
Last updated:
May 23 2020
3 years ago
Date added:
May 24 2016
License:
GPLv2 or later
Type:
Free download
Registration:
Yes
Includes:
p
Compatibility:
J3 J4
Download

Uses Joomla! Update System

Score:


Write a review