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.

WP jPlayer

Descripción

WP jPlayer provides easy way to embed videos in jPlayer, cross platform video into your web pages.

This version is just a start and does not have any configuration options available. Suggest features you want via WordPress forum and I’ll try to include them.

Use following shortcode in your post/page content,
[wpjplayer src=»your video src url» title=»your video title» poster=»your video poster url» size=»360p»]

  • src: video url, format must be m4v (required)
  • title: title of video (optional)
  • poster: video poster url (optional)
  • size: resolution of video (optional) Either 270p(default) or 360p.

Instalación

  1. Upload to the «wp-jplayer» directory to /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add shortcode in your post/page or widget text box

FAQ

Why only m4v format is supported?

Becasue its supported by both html5 and flash player and it works on most browsers and devices.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

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

Colaboradores

Traduce «WP jPlayer» 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

0.2

  • Update jPlayer.js version for vulnerability fixes
  • Introduce size parameter: 270p or 360p
  • Make shortcode work in sidebar text widget

0.1

  • Initial version.