NAME

VideoEmbedding - A text filter to use BBCode-like tag to include external video.


SYNOPSIS

To include MySpace video with id: 33634079

 [ms]33634079[/ms]

To include YouTube video with id: fn3rbKd47IY

 [yt]fn3rbKd47IY[/yt]

To include Google video with id: -1297655380651175550

 [gv]-1297655380651175550[/gv]

To include Vimeo video with id: 736158

 [vm]736158[/vm]

To include you local video using JW FLV Media Player located at /my_videos/diamond_video.flv

 [mp height="480" width="320" mp_path="/plugins/"]/my_videos/diamond_video.flv[/mp]

where mp_path is the web path where swfobject.js and mediaplayer.swf are located.

To include Blip.tc video with id: 1006787

 [bl]33634079[/bl]


HOW TO INSTALL

  1. Download the zip or tar.gz file and upload the contents of the 'plugins' folder to the 'plugins' directory of your MT installation. As an alternative, you can install a development version of this plugin directly from its SVN location. Change to the 'plugins' directory and install the plug from SVN
      svn co https://svn.micso.net:666/bruni/MTOS/MTVideoEmbedding/trunk/MTVideoEmbedding/plugins/MTVideoEmbedding/ MTVideoEmbedding


USAGE

  1. Write a new blog entry.
  2. In ``Format'' combo, switch format to ``Video''
  3. Append your favorite video as [yt]fn3rbKd47IY[/yt]
  4. Optional you can continue to edit your page in ``Rich Text'' mode. The ``yt'' tag will be substituted with embedded code.
  5. Save and view page.


VERSION HISTORY


AUTHOR

Emiliano Bruni <http://www.ebruni.it>

Original code: Crys Clouse <http://forums.sixapart.com/index.php?showtopic=59263>


COPYRIGHT AND LICENSE

Copyright (c) 2008/2009 - Emiliano Bruni <http://www.ebruni.it/>

        This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
  To received a copy of the GNU General Public License
  see <http://www.gnu.org/licenses/>;.