Skip to content
Whiteknight edited this page Oct 16, 2010 · 3 revisions

Download

If you have git, you can get the current development version of the extension using this incantation:

git clone http://github.com/Whiteknight/mediawiki-embedvideo

If you have svn and want to get a look at a stable snapshot, you can get that from the MediaWiki svn repository:

svn checkout http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/EmbedVideo

Installation

Installing EmbedVideo works like installing most any other MediaWiki extension

  1. Dowload the extension (see instructions above)
  2. Copy the repository contents into a folder called “EmbedVideo”, in your wikis extensions folder.
  3. Add this line to your LocalSettings.php:

include_once("$IP/extensions/EmbedVideo/EmbedVideo.php");

Clone this wiki locally