wiredrive / wiredrive-player

Wiredrive Wordpress Video Player
http://www.wiredrive.com/rss
GNU Lesser General Public License v3.0
5 stars 4 forks source link

Wiredrive Player (Wordpress Plugin)

Description

A plugin that allows you to easily embed videos and images from Wiredrive presentations into your Wordpress-powered website:

Once the plugin is installed, simply create or edit a post and click on the Wiredrive Player button in the Kitchen Sink menu to create a Wiredrive Player instance. Enter the url to the Wiredrive presentation you wish to display, customize it, and click "Okay". Shortcode will be inserted into the visual editor at the location of your cursor (except for IE8: see Known Issues below). Save and view the post and you'll see your media from the Wiredrive presentation embedded right in your post!

Supported Platforms

The Wiredrive Player is written with the following environments in mind: Internet Explorer 8 and 9, the lastest versions of Firefox, Chrome, Safari, and Safari on the iPad.

Depending on the environment, the player will load one of two video players (if the presentation contains videos): The native HTML5 player will be used on Safari and iPad, all other browsers will use Adobe Strobe (Flash).

Installation

Installation through Wordpress

  1. Log into your Wordpress administration page and select "Add New" from the "Plugins" menu
  2. Select "Author" from the search drop-down menu and enter "Wiredrive". Click "Search Plugins"
  3. Click "Install" under the Wiredrive Player plugin
  4. Click on Plugins from the Plugin menu and make sure that the plugin is activated

Installation through Source Code checkout

  1. Clone the repository into either the wp-content/plugins/ directory of your Wordpress install, or clone it to a place of your choice and add a symlink inside the wp-content/plugins/ directory named wiredrive-player that points to your checkout of this repo.
  2. Make sure that the plugin is activated in the "Plugins" list

Known Issues

Backwards Compatibility Notes

Merging of Grid and Grid-box themes

As of version 3.0, Grid and Grid-box themes have been merged into one theme called the Gallery theme. When the player detects a post with shortcode (the [wiredrive ...][/wiredrive] text that gets inserted into your post) from an older version of the player that used grid or grid-box themes, it will automatically translate them as best it can into a Gallery theme with equivalent settings. Hopefully this means that you will not need to regenerate the player shortcode for players that now contain deprecated themes/settings

The translation strategy is as follows:

Markup structure change

As of version 3.0, the structure of the HTML markup of the player has changed significantly (new structure, new class names, etc). If you have custom stylesheets defined to override/enhance the default styles of the player (styles that are not covered by the Player's admin color preferences), they will need to be updated to reflect the new markup structure.

FAQ

What happened to the Grid and Grid-box display options?

In version 3.0, we decided to combine the grid and grid-box options into a single theme called the Gallery Theme. Any players that were created as grid or grid-box displays will automatically convert themselves to the proper Gallery player at render time. See the "Backwards Compatibility Notes" section above for more info

What is the difference between the "Scale" and "Crop" thumbnail strategies for the Gallery player?

When using the Gallery theme, each asset thumbnail is rendered to the DOM as follows: A thumbnail container element is drawn with the dimensions specified in the "Thumbnail dimensions" section of the Gallery theme options. The thumbnail strategy defines the rest:

Why aren't there any animations in Internet Explorer?

The new player was built with evolving and current web standards in mind. The animations no longer rely on jQuery's animation layer and instead use a pure CSS3 solution. This unfortunately means that browsers that lag behind this curve will not have some of the nice polish like thumbnail carousel animations and fading transitions.

Recent Changelog

3.1.1

3.1.0

3.0.3

3.0.2

3.0.1

3.0

3.0b2

3.0b1

For a complete list of changes, see the CHANGELOG.md file