Extension:ThePlayer
Appearance
Please expand this page. |
ThePlayer Release status: unknown |
|
---|---|
Author(s) | Josef Martiňák |
Latest version | 1.0 |
MediaWiki | >= 1.29.0 |
License | MIT License |
Download | Bitbucket: Note: |
The ThePlayer extension embeds video and MP3 files into MediaWiki pages:
Syntax:
<mediaplayer width="" height="" type="stream|wiki|file">URL</mediaplayer>
<mp3player width="" height="" type="stream|wiki|file">URL</mp3layer>
Installation
[edit]- Download and place the file(s) in a directory called
ThePlayer
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'ThePlayer' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.