Title: Workbox Video from Vimeo &amp; Youtube Plugin
Author: Workbox
Published: <strong>May 23, 2012</strong>
Last modified: March 27, 2018

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/workbox-video-from-vimeo-youtube-plugin.
svg)

# Workbox Video from Vimeo & Youtube Plugin

 By [Workbox](https://profiles.wordpress.org/workbox/)

[Download](https://downloads.wordpress.org/plugin/workbox-video-from-vimeo-youtube-plugin.zip)

 * [Details](https://wordpress.org/plugins/workbox-video-from-vimeo-youtube-plugin/#description)
 * [Reviews](https://wordpress.org/plugins/workbox-video-from-vimeo-youtube-plugin/#reviews)
 *  [Installation](https://wordpress.org/plugins/workbox-video-from-vimeo-youtube-plugin/#installation)
 * [Development](https://wordpress.org/plugins/workbox-video-from-vimeo-youtube-plugin/#developers)

 [Support](https://wordpress.org/support/plugin/workbox-video-from-vimeo-youtube-plugin/)

## Description

The plugin allows to create a video gallery on any wordpress-generated page.
 You
can add videos from Youtube, Vimeo and Wistia by simply pasting the video URL. Allows
to control sort order of videos on the gallery page. Video galleries can be called
on a page by using shortcodes now. This plugin is for advanced users. If you run
into problems, please send us detailed notes about your set up and the errors and
we’ll do our best to get back to you. * Version 2.0: Added ability to create multiple
galleries! * Version 3.0: Added ability to map a video to multiple galleries.

Spanish translation by Andrew Kurtis [@WebHostingHub](http://www.webhostinghub.com/)–
the updated translation will be provided later

[Plugin Page on Workbox Site](https://www.workbox.com/wordpress-video-gallery-plugin/)

## Installation

Download and activate the plugin.

## FAQ

 1. How do I add the gallery to a page?
     Go to Video Categories and click on Add New,
    enter the Gallery Name and select the website page from the Gallery Page dropdown
    list. The gallery description field serves to show intro text above the video list.
 2. How do I control gallery options?
     On the plugin settings page you can also control
    the look and feel of the gallery including most of the tags and number of videos
    to show per page.
 3. Can I use a shortcode to add a gallery to a page or post?
     Yes, to do this, please
    use the following shortcode [workbox_video_YV_list gallery_name=”Test Post Gallery”]
    where Test Post Gallery is the name of the gallery you want to use on the page.
    You can also specify the gallery ID instead of the gallery name.
 4. How do I sort videos within a gallery?
     Click the Sort in link above the video 
    list. Then drag and drop the lines. The sort order will automatically change as
    soon as you have dropped the line.
 5. I upgraded the plugin to Version 3.0 and lost all my videos. What do I do?
     Go 
    to plugin options page and click the Upgrade DB Manually button to update your 
    database and get the videos and video categories back.

  Installation Instructions

Download and activate the plugin.

## Reviews

![](https://secure.gravatar.com/avatar/07a17962fafe2c969d78e76620f2f930a57b76f01b4e42987808532301cd41a0?
s=60&d=retro&r=g)

### 󠀁[Good solution for adding multiple YouTube videos](https://wordpress.org/support/topic/good-solution-for-adding-multiple-youtube-videos/)󠁿

 [Malae](https://profiles.wordpress.org/malae/) July 15, 2017

Once the settings were understood, it provided the best solution that I could find
for adding a series of YouTube videos.

![](https://secure.gravatar.com/avatar/0884c5a169278f65b96eb0f16d20f2a336a86d560ea9a55fe96b39e9e4649e20?
s=60&d=retro&r=g)

### 󠀁[Breaks SSL with static HTTP include](https://wordpress.org/support/topic/breaks-ssl-with-static-http-include/)󠁿

 [Eli](https://profiles.wordpress.org/scheeeli/) September 3, 2016 6 replies

In workbox-video-from-vimeo-youtube-plugin/workbox_video.php there is a line of 
PHP that enqueues jQuery externally from ajax.googleapis.com with a static unsecured(
HTTP) URL. wp_enqueue_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.7.2/
jquery.min.js'); I’m not sure that it’s the best practice to include external jQuery
libraries when WordPress already include the core jQuery files internally. Regardless,
this link breaks the SSL certificate on my site because of a “Mixed Content” error.
I fixed this by simply removing the “http:” from the link so that it will dynamically
switch from HTTP to HTTPS depending on the URL used to render my site. This may 
not be the most comprehensive solution, and it is still loading this resource externally
when an internal reference might be smarter, but this was my quick fix: wp_enqueue_script('
jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'); Please fix
this in the next release so that I can download your updates without breaking my
site again! Thanks. P.S. More stars are awaiting your positive response and resolution
😉

 [ Read all 10 reviews ](https://wordpress.org/support/plugin/workbox-video-from-vimeo-youtube-plugin/reviews/)

## Contributors & Developers

“Workbox Video from Vimeo & Youtube Plugin” is open source software. The following
people have contributed to this plugin.

Contributors

 *   [ Workbox ](https://profiles.wordpress.org/workbox/)

[Translate “Workbox Video from Vimeo & Youtube Plugin” into your language.](https://translate.wordpress.org/projects/wp-plugins/workbox-video-from-vimeo-youtube-plugin)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/workbox-video-from-vimeo-youtube-plugin/),
check out the [SVN repository](https://plugins.svn.wordpress.org/workbox-video-from-vimeo-youtube-plugin/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/workbox-video-from-vimeo-youtube-plugin/)
by [RSS](https://plugins.trac.wordpress.org/log/workbox-video-from-vimeo-youtube-plugin/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.0

 * Users can create as many galleries as they want. Each gallery can be attached
   to one page.
 * Videos sort order: displaying the most recently added videos at the top of the
   list.

#### 2.1

 * Fixed bug with updating plugin files
 * Fixed critical bug with adding galleries and videos
 * Note! Tables from databases will be deleted after uninstalling the plugin

#### 2.1.1

 * Fixed editor bug: html paragraph tags appearing in visual mode

#### 2.2

 * Users can use a shortcode to add a gallery to a page or post.

#### 2.2.1

 * Fixed bug with automatically adding http in url.

#### 2.3

 * Users can make gallery vertical or horizontal in line.

#### 2.3.1

 * Fixed problem with video ids interfering when more than 1 gallery is attached
   to one page.

#### 2.3.2

 * Added Russian language and added languages file

#### 2.3.3

 * Little edits code

#### 2.3.4

 * Fixed fatal bug with query() non-object

#### 2.3.5

 * Fixed css bug

#### 2.4

added ThickBox popup support. Removed jQuery loading from external source.

#### 2.4.1

Fixed sort order error

#### 3.0

 * Plugin backend interface enhancements. Is now WordPress custom posts based which
   will have a major impact on compatibility with future WordPress versions
 * Added ability to map a video to multiple galleries as well as sort videos within
   each gallery using the drag & drop feature
 * In the shortcode, users can specify both the gallery name and gallery ID.
 * If the shortcode missing the gallery name, the page shows all videos sorted alphabetically
 * When used in third-party PHP code (theme or another plugin), the showList method
   can identify both a gallery ID/name and an array of gallery names as an argument.
   In this case, the video list displays sorted alphabetically.
 * Russian and Spanish translations have been temporarily removed to be added back
   later

#### 3.1

 * Fixed the plugin upgrade process from Version 2.* to Version 3.* Added ability
   to manually update the database.

#### 3.1.1

 * Not using get_plugin_data to avoid some upgrade problems

#### 3.1.2

 * Fixed import process is some categories already exists. (required in manual import
   and re-import only)

#### 3.1.3

 * Fixed pagination bug

#### 3.1.4

 * Fixed video sorting bug

#### 3.2.0

 * Added “clean upgrade” option for cases when some of the videos are missing after
   upgrade from v 2.* to v 3.*
 * In the upgrade procedure to v 3.* there was a bug: videos were sorted in the 
   opposite way. The bug was fixed, but it may cause sort order changes for users
   that had upgraded to v 3.* before. To minimize the possible hassle, there is 
   now the option to revert videos sort order for specific categories (for categories
   only). In cases where all videos are shown, sort order will not change because
   all videos in such case are sorted by name.
 * Video list display optimization: bug fix (slow browser and high memory usage 
   caused by list of 10 or more video files)

#### 3.2.1

 * Fixed undefined WB_VID_URL constant issue
 * Added “Play” button (with option to disable it)
 * Fixed vertical scroll issue in video popup

#### 3.2.2

 * CSS issues related to long video titles in horizontal layout fixed;
 * Error related to using Gallery ID instead of Gallery Name in shortcodes fixed;
 * A column with shortcodes automatically generated for each video category added
   to the video category list.

## Meta

 *  Version **3.2.2**
 *  Last updated **8 years ago**
 *  Active installations **200+**
 *  WordPress version ** 3.5 or higher **
 *  Tested up to **4.9.29**
 * Tags
 * [gallery](https://wordpress.org/plugins/tags/gallery/)[video](https://wordpress.org/plugins/tags/video/)
   [vimeo](https://wordpress.org/plugins/tags/vimeo/)[wistia](https://wordpress.org/plugins/tags/wistia/)
   [youtube](https://wordpress.org/plugins/tags/youtube/)
 *  [Advanced View](https://wordpress.org/plugins/workbox-video-from-vimeo-youtube-plugin/advanced/)

## Ratings

 3.7 out of 5 stars.

 *  [  5 5-star reviews     ](https://wordpress.org/support/plugin/workbox-video-from-vimeo-youtube-plugin/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/workbox-video-from-vimeo-youtube-plugin/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/workbox-video-from-vimeo-youtube-plugin/reviews/?filter=3)
 *  [  2 2-star reviews     ](https://wordpress.org/support/plugin/workbox-video-from-vimeo-youtube-plugin/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/workbox-video-from-vimeo-youtube-plugin/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/workbox-video-from-vimeo-youtube-plugin/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/workbox-video-from-vimeo-youtube-plugin/reviews/)

## Contributors

 *   [ Workbox ](https://profiles.wordpress.org/workbox/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/workbox-video-from-vimeo-youtube-plugin/)