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:
Youtube, Youtube Custom Player, College Humor, Google, Vimeo, Veoh, LiveLeak, Blip.tv, Revver, Daily Motion, MySpace, Hulu, Yahoo
The tags accept a number of parameters. Justification, Width, Aspect Ratio and a text Blurb are all editable on a per tag basis.
[youtube id="gEzm4qMRC54" JUST="CENTER" SIZE="340" RATIO="16:9" BLURB="This is my test blurb" AUTOPLAY="20"]
to create…
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.4.1
- Tested against Wordpress v 2.7
Version 2.4.0
- Added Yahoo and CNN video embedding support
- Updated Screenshot
- Added Screenshot page to WP site listing
Version 2.3.0
- Added Hulu to player listing (No Excerpt b/c links are too complex currently)
- Added BrightCove Channel Player to player listing (Requires Approval of channel owner)
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.



hi. Thanks for plugin
perfect.
best regards
Running WP 2.6, just tried to activate the plugin and I received this error:
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /home/chase12/public_html/wp-content/plugins/video-bracket-tag/wp-video.php on line 14
Thank you for this.
It is quite unfortunate. The plugin worked fine for you on 2.5.x? What version of PHP do you have? This error is often around on PHP 4 when code is written for PHP 5. I use objects and unfortunately the private/public/protected variable notices are all very finicky and don’t work on PHP 4.
If you would like I can change it to work on PHP4, I think.
This was a PHP4 issue and Chase has taken to using PHP5 instead =)
This is a really cool plug in
Today my wordpress admin panel showed that a new version (2.3.1) of your plugin is available. I ran the update, but wordpress said it couldn’t reactivate Video Bracket Tags.
I think you made a mistake packaging your version. The archive contains the following folders “/video-bracket-tag/WP Videos/”. The folder “WP Videos” is too much. It breaks the automated updates…
Thank you for the catch, I have updated the plugin and retagged it as well. Please let me know if there are any further issues =)
Great plugin!I used the «Wordpress Video Plugin» before this, but now that YouTube has gone 16:9, I found it somewhat dissatisfying.
I was wondering though, if it is possible to set 16:9 as standard for all (YouTube-)videos? And is it possible to get the fullscreen-button that you get if you use the embed-code from YouTube?
I may be able to pull this off, but it will lead to a very complicated interface. If that is what the community wants i will gladly update it, but without the support of the masses i dont think it is a good idea. Maybe i can create a second version of the plugin that you can toggle to?
Thoughts?
That would be great, but you shouldn’t make a plugin just for me, that’s just waste of time. :p
Maybe more like a suggestion for possible features of versions to come, if other people than me express interest for it?