Compact WP Audio Player

Descripción

El plugin Compact WordPress Audio Player es un plugin de wordpress basado en HTML5 + Flash híbrido que se puede usar para incrustar un archivo de audio mp3 en tu entrada o página de WordPress usando un shortcode. El reproductor de audio es lindo y compacto y se reproducirá en todos los navegadores principales.

Este plugin de reproductor de audio admite formatos de archivo .mp3 y .ogg.

Los archivos de audio que incrustes con este plugin funcionarán en todos los dispositivos.

Características

  • El reproductor de audio es compacto, por lo que no ocupa mucho espacio en tu página web.
  • Compatible con HTML5, por lo que los archivos de audio incrustados con este plugin se reproducirán en dispositivos iOS
  • Funciona en todos los navegadores principales: IE7, IE8, IE9, Safari, Firefox, Chrome
  • El reproductor de audio es adaptable.
  • Si haces podcasting, este reproductor de audio se puede usar para incrustar los archivos de audio en tus entradas o páginas de WordPress.
  • Si estás vendiendo archivos de audio desde tu sitio, puedes usar este plugin para ofrecer una vista previa
  • Añadir el reproductor de audio a cualquier entrada/página usando un shortcode
  • Usa la opción de reproducción automática para reproducir un archivo de audio/mp3 tan pronto como se carga la página
  • Capacidad para especificar la versión mp3 y ogg de tus archivos de audio. El plugin reproducirá el apropiado según el dispositivo.

Se pueden encontrar más detalles en la página del plugin Compact WP Audio Player

Uso

Usa el siguiente shortcode para incrustar un archivo de audio en cualquier lugar de tu sitio

[sc_embed_player fileurl=»URL DEL ARCHIVO MP3″

Ejemplo de shortcode:

[sc_embed_player fileurl=»http://www.ejemplo.com/wp-content/uploads/mi-musica/micancion.mp3″]

Instalación

  1. Subir el archivo «sc_audio_player.zip» a través del cargador de plugins de WordPress (Plugins -> Añadir nuevo -> Subir)
  2. Activa el plugin en el menú «Plugins» en WordPress.
  3. Crear una página o entrada para mostrar el reproductor de audio usando un shortcode.
  4. Añadir el shortcode en cualquier lugar de la entrada/página como: [sc_embed_player fileurl=»url de archivo mp3″]

FAQ

¿Funcionará mi archivo de audio en todos los navegadores principales?

Si

¿Puedo reproducir en bucle los archivos de audio incrustados con este plugin?

Si

¿Funcionará el reproductor de audio en dispositivos iOS?

Si

Reseñas

24 de febrero de 2024 1 respuesta
It does what it promises very well. I have replaced the controls images with custom ones but it defaults to the stock dark ones after updates.
22 de agosto de 2022 1 respuesta
The play button of this plug-in is pasted on the top page. It is better not to take up extra space with compacts. It's been working fine so far. If it's greedy, I think it would be even better if there were variations in icon design.
6 de mayo de 2022 1 respuesta
It's a cute plugin. It's been around a long time, nice to see the developer sticking with it. I installed it years ago in a draft web site I still am working on. I want a music file to play when someone loads the home page. Therefore, the autoplay option to play an audio/mp3 file as soon as the page loads is great. However, it never stops playing. I have the player in the sidebar so the visitor can see it to shut it off if they want. However, there is no way to tell the little player to ONLY PLAY ONCE. That's all I need it for. When the visitor arrives at the web site. Unfortunately, is plays the music on every single page load. I would kindly suggest that you add a default feature to limit plays to once, on the first page load, regardless of how many different pages are loaded. Thanks for thinking about it.
8 de marzo de 2022 1 respuesta
I love the compactness, but it needs to kill all audio playing on the page when I hit the play button. Otherwise, we have multiple audio playing over each other.
10 de abril de 2021 1 respuesta
I'm using it to play a couple different songs on multiple pages. Exactly what I needed. Simple, easy to use and a clean look.
Leer todas las 67 reseñas

Colaboradores y desarrolladores

«Compact WP Audio Player» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

«Compact WP Audio Player» está traducido en 1 idioma. Gracias a los traductores por sus contribuciones.

Traduce «Compact WP Audio Player» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.9.13

  • Added a settings option and a filter to disable the URL validation for the fileurl parameter.

1.9.12

  • The fileurl field will also accept the relative URL value (example: /wp-content/uploades/audio.mp3)

1.9.11

  • Added a fallback for the fileurl verification when the PHP URL validation fail for non-latin characters.

1.9.10

  • Added a CSS wrapper class for the audio player to make it work better with block themes.
  • Validate URL for the ‘fileurl’ parameter of the shortcode.

1.9.9

  • PHP 8.2 compatibility.

1.9.8

  • Added output escaping to the shortcode parameters. Thanks to WPScan for pointing it out.

1.9.7

  • Escape attributes in the shortcode.
  • Added nonce check to the settings menu save operation.
  • Thanks to WPScan team for pointing these out.
  • WP 5.8 compatibility.

1.9.6

  • Updated the audio player for iOS 10 safari.
  • WordPress 4.6 compatible.

1.9.5

  • Bugfix – Audio player embedded with the «autoplay» flag (in the default template) wasn’t changing the pause button icon to a play button icon after the audio file finished playing.

1.9.4

  • WordPress 4.4 compatibility.

1.9.3

  • Corrected a typo in the play button image file name.
  • changed the uniqid() function to use the «more_entropy» parameter so the value is more unique.
  • Fixed a minor bug with internet explorer.

1.9.2

  • Fixed a minor bug (new player template1) with the «loops» parameter.

1.9.1

  • Fixed a minor bug in the new player template1 with the «autoplay» parameter.

1.9 – Added a new shortcode for a different audio player with seek bar and volume control in the player. The documentation has usage details of this new shortcode.

1.8 – Added the option to specify both an .mp3 and .ogg version of the audio file in the shortocode.

1.7 – WordPress 3.8 compatibility

1.6 – Added an option to disable simultaneous playback. It will automatically stop the audio file that is currently playing when a user plays a new file.

1.5 – added a auto loop parameter option in the shortcode to automatically loop the audio file

1.4 – added a volume parameter option in the shortcode so you can specify the volume of the audio

1.3 – Added the autoplay option in the shortcode.

1.2 – added the ability to spcify a container class via the shortcode (helpful for CSS customization)

1.1 – minor javascript bug fix