Skip to content

Latest commit

 

History

History
executable file
·
21 lines (19 loc) · 1.2 KB

README.md

File metadata and controls

executable file
·
21 lines (19 loc) · 1.2 KB

Embed extension

Version 0.4.

Alexander Mashin, Mithgol the Webmaster, based on work by Jim R. Wilson.

Overview

Embed is a MediaWiki extension introducing a parser function {{#embed:}} that allows to embed multimedia content into wiki pages.

Credits

The extension is based on EmbedVideo MediaWiki extension created by Jim R. Wilson and expanded by Mithgol the Webmaster. The new extension Embed is deeply refactored in 2013 by Alexander Mashin for Traditio wiki. In 2021, it is published at GitHub.

Requirements

The extension requires PHP 7.4 or higher to work, as well as MediaWiki 1.25 or higher.

Note that tiktok service requires External Data MeidaWiki extension to work.

Installation

To install the extension, copy or the entire Embed folder or clone the repository into (path to mediawiki)/extensions folder. To enable the extension, add wfLoadExtension( 'Embed' ); to LocalSettings.php.

Further information

For further information, see https://traditio.wiki/Embed.