Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Radio Tools

Descripción

Radio Tools lets you add a streaming audio player, powered by Howler.js, to your site via a shortcode. You can easily customise the player template to unlock the true potential of Howler.js. This is easy for beginners and experts.

Stream supports AAC or mp3.
Proxy currently only supports AAC and may not be supported on most servers.

Want to customise your own player?

  1. Go to the plugins directory, and copy the template file from <plugin_directory>/templates/player.php
  2. Copy player.php into your theme directory, <theme_directory>/radio-tools/player.php
  3. Edit the player to do what you want, and look how you want!

Capturas

  • This is a basic player, with default styles
  • This is the settings page

Instalación

  1. Activate the plugin through the ‘Plugins’ menu in WordPress
  2. Add the shortcode to a post, page or sidebar widget etc

    [radio_tools]

  3. Make sure you flush permalinks, to ensure the plugins URLs work

That’s it!

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce "Radio Tools" 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.03

  • Bugfixing busted plugin header

1.02

  • Adding buffer=true to allow js to load stream

1.01

  • Swapping fopen for curl

1.0

  • Initial commit