Video Bracket Tags

Vote This Post DownVote This Post Up (No Ratings Yet)
Loading ... Loading ...

This plugin provides the ability to embed a number of video objects into your WP pages. The formatting is based off of the familiar BBCode tagging, so anyone who regulars forums these days will already be comfortable with their usage.

[Downloadable On Wordpress.org]

This plugin provides the ability to embed a number of video objects into your WP pages. The formatting is based off of the familiar BBCode tagging, so anyone who regulars forums these days will already be comfortable with their usage.

The current supported formats are:

  • Blip.tv [bliptv={ID}]
  • BrightCove [brightcove={ID}]
  • DailyMotion [dailymotion={ID}]
  • Google Video [google={ID}]
  • LiveLeak [liveleak={ID}]
  • MySpace Video [myspace={ID}]
  • RevveR [revver={ID}]
  • Veoh [veoh={ID}]
  • Vimeo [vimeo={ID}]
  • Youtube [youtube={ID}]
  • Youtube Custom Player [youtubecp={ID}]

The tags accept a number of parameters. Justification, Width, Aspect Ratio and a text Blurb are all editable on a per tag basis.

[youtube=-GG7sj2APpc,LEFT,340,16:9,This is my test blurb,AUTOPLAY]

This will embed a youtube video left justified with a width of 340, aspect ratio of 16:9 and the blurb of “This is my test blurb” as its link.

Ordering of these parameters does not matter, and no, its not case sensitive.

New Features

  • Options Menu has a new entry to control styling. Raw CSS is available to be tweaked on a site wide basis
  • Added two new providers - MySpace Video and Daily Motion.
  • Autoplay is now fully functional on Vimeo, Google and LiveLeak as well as Youtube Videos.
  • Corrected a linking issue for Veoh and Liveleak
  • Deprecated Float Keyword

Currently Supported Parameters

  • FLOAT - Left Justification
  • LEFT - Left Justification
  • RIGHT - Right Justification
  • NOLINK - Do not include video origin link
  • LINK - Force Inclusion of video origin link
  • Ratio - Accepted Ratios are - 16:9 16:10 1:1 221:100 5:4 - All other provided values are set to 4:3 (the most common video ratio)
  • Numerical Values - If you provide any numerical values you are setting the width of your video.
  • Alphanumeric Values - When you post your video you may want to change the text value from the default to something descriptive or to caption something in the video.

Selected video players only

  • AUTOPLAY - Autoplay video when loaded
  • NOAUTOPLAY - Don’t autoplay video when loaded - if you have autoplay defaulted to on.

Change Log

Version 2.2.1

  • Corrected Video caption mixup.

Version 2.2.0

  • Add CSS Style div around embedded video.
  • Add Autoplay to all video formats where applicable {Vimeo, Google, LiveLeak, Youtube}
  • Add Myspace, DailyMotion video formats
  • Corrected Linking Issue - Veoh & LiveLeak
  • Deprecated Float Keyword

Version 2.1.2

  • Extended Keywords {NOLINK, LINK, NOAUTOPLAY, AUTOPLAY}
  • The colon is now acceptable for use in the text blurb
  • Updated the options menu to include autoplay as a sitewide option.

Version 2.1.1

  • Properly Added Options Menu
  • Further reworking of the code
  • moved all functions into class

Version 2.1

  • Further reworking of the code
  • Added Options Menu

Version 2.0.2

  • Added RevveR
  • Corrected some code (simplification)

Version 2.0.1

  • Added Blip.tv
  • Expanded on description to include information about the parameters
  • Added NOLINK parameter to be a per item option

Version 2.0

  • Complete Revision of Plugin from previous state
  • Added a number of parameters, consult description for further information
  • Added a different mechanism for parsing the Excerpt v. the Content of the post.
  • Brought everything together in a class (serves as a namespace for now)
  • Now is much easier to add further objects, including non video items.

Posted on December 1st, 2007 by Bob in Random