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]

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
    * 2.02 (2008-05-28)
        Minor changes and add some documentation

    * 2.01 (2008-05-27)
        Implementing standard MT plugin interface.

    * 2.00 (2008-05-26)
        Modified by Emiliano Bruni to optimize regex code and implementing
        other video hosting services (vimeo, myspace, etc.)

    * 1.03
        Modified by David Wees

    * 1.02 (2004)
        Created by Crys Clouse;

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 - 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/>.

