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.

Multi Video Box

Descripción

This plug-in allows you to display groups of videos in a single box. It uses an AJAX-driven tab system to load selected videos. The plug-in currently supports the use of videos hosted on YouTube, Vimeo, Daily Motion, Vevo, Metacafe, MuchShare, NowVideo, VideoMega, ShareVid, Flashx.TV, and Putlocker. CSS is fully-customizable.

[mvob] Shortcode Usage

The [mvob] shortcode requires one of two parameters:
group – The ID of the Group that you want to display, such as: [mvob group=1]
video – The ID of the individual Video that you want to display, such as: [mvob video=1]

If both group and video are passed, group will be used.

      • Additional Parameters – – –
        If you want to custom tailor the output of your Videos, the [mvob] shortcode gives you several options. You can use any or all of these when you call the [mvob] shortcode.
    • tab – Which side of the Video display do you want the tabs on? Accepts: top (default), left, bottom, and right. This parameter is ignored if you’re only outputting a single Video.

    • title – Where do you want the title of the Video displayed? Accepts: top (default), bottom, or none
    • description – Where do you want the description of the Video displayed? Accepts: top (default), bottom, or none

Shortcode Examples

  • [mvob group=1] Outputs the videos for Group #1 with default settings
  • [mvob group=12 tab=»left» title=»bottom»] Outputs videos for Group #12 with tabs on the left and the title below the video. Description remains above the video (per default setting).
  • [mvob video=2 tab=»left» description=»bottom»] Outputs Video #2 with the title above the video (per default setting) and description below the video. tab setting is ignored because there is only one Video being output.

Instalación

  1. Upload ‘multi-video-box’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Navigate to the Multi Video Box menu and add your videos.
  4. Create groups for your videos.
  5. Use the [mvob] shortcode to output your video groups (or individual videos) in theme files, posts, and pages. Full details of this shortcode are available at the bottom of this file, from the Multi Video Box instructions page, or here: http://www.nuttymango.com/tutorials/multi-video-box/

FAQ

N/A

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«Multi Video Box» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Multi Video Box» 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.5.2

  • Updated instructions for shortcode

1.5.1

  • Fixed bug on titles with quotes

1.5

  • jQuery conflict issue resolved
  • Added support for not outputting Title and Description

1.4

  • Fixed issue with default width/height settings

1.3

  • Added missing function

1.2

  • Removed AJAX from Video-to-Group screens due to browser compatibility issues
  • Added support for videos on MuchShare, NowVideo, VideoMega, ShareVid, Flashx.TV, and Putlocker

1.1

  • Fixed table structure issue that caused a bug when adding videos to groups
  • Fixed Youtu.be embed code creation bug

1.0

  • Initial release