Version 0.4.
Alexander Mashin, Mithgol the Webmaster, based on work by Jim R. Wilson.
Embed is a MediaWiki extension introducing a parser function {{#embed:}}
that allows to embed multimedia content into wiki pages.
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.
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.
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
.
For further information, see https://traditio.wiki/Embed.