Videojuicer For WordPress

A helper plugin to embed Video content hosted by Videojuicer

Author:VideoJucier (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.4.1
Plugin version:1.3.6
Added to WordPress repository:26-06-2012
Last updated:03-07-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.videojuicer.com
Total downloads:585
plugin download
Click to start download

Allowing you to quickly embed video content from Videojuicer into any wordpress page or post.

You can configure the plug-in to show the video's meta data in the post ( where available ) , as well as default dimensions to display the video at and a default seed to use.

The plugin also adds in the required meta data tags to support both open graph integration with facebook and Oembed integration.

Usage

There is also a PDF visual start guide inside the folder.

Inserting the content is a simple as inserting [videojuicer {presentation id}] in to the post / page body for example [videojuicer 16].

For convenience there is also a button on the editor that allows you to insert the shortcode.

You can setup other options in the shortcode to, ether by naming them of placing them in a certain order.

example

[videojuicer {presentation id} {width} {height} {seed id}]

e.g [videojuicer 16 640 480]

or

[videojuicer presentation={id} width={width} height={height} seed={seed}]

e.g [videojuicer presentation=16 width=640 height=480 seed=demo]

Please note: for the first example to work correctly you need to place the parameters in that order.

Alternative

For those of you who like to keep things short you can also use the alias [vj]

Options
  • Presentation (required) : The id of the presentation if you do not know this please contact Videojuicer
  • width : The width to embed the video at in pixels ( note you do not need the px i.e use 800 not 800px)
  • height : The height at which to embed the video again in pixels
  • seed : Your Videojuicer seed ID please contact Videojuicer if you are unsure as to what this is
Settings

Default configuration settings can be set up by visiting Settings => Videojuicer in the WordPress admin area. Normally located at http://www.yourdomain.com/wp-admin. These settings are used when you don't specify anything different. This allows you to insert video without setting up the seed id or dimensions. It also allows you to setup whether or not you want the meta data about the video displayed in the post, such as Title

  • Seed Id : A default Seed ID to use
  • Show Title : Displays the Video's title below the video $
  • Show Author : Display the Video's author below the video $
  • Show Description : Display the Video's description below the video $

  • Default Embed Dimensions: The default Width and Height to use when embedding video content. This is in Pixels. Please note you don't need to including the 'px' as above.

  • Facebook : Whether you want to include the facebook Opengraph meta data to allow better integration with Facebook Please note this has not been tested with other facebook plugins and may cause problems

  • Facebook additional

    • Facebook App Id : This allows you to add your facebook app ID
  • Oembed : Whether you want to include the Oembed link tags.

$ Depending on the data been supplied by the Videojuicer Oembed endpoint.