Extension:SimpleEmbedVideo

From mediawiki.org
MediaWiki extensions manual
SimpleEmbedVideo
Release status: unmaintained
Implementation Media
Author(s) Solene
Latest version 1.0.0
MediaWiki
Composer wikifab/simple-embed-video
License GNU General Public License 2.0 or later
Download

The SimpleEmbedVideo extension embeds videos based on a Page Forms form and a link.

Installation[edit]

  • Download and place the file(s) in a directory called SimpleEmbedVideo in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'SimpleEmbedVideo' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.