Multi Video Box

Multi Video Box Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 2,629 downloads
Multi Video Box Icon

Try plugin: Multi Video Box

We'll create fresh WordPress site with Multi Video Box installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Multi Video Box

This plug-in allows you to display groups of videos in a single box.

0


0


0


0


0

updated: 11 years ago
since: 11 years ago
author: Scott Kustes

Description

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.