Extension:SimpleEmbed
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
![]() Release status: unmaintained |
|
---|---|
Implementation | Tag , Media |
Description | Allows for embedding files on a page |
Author(s) | |
Latest version | 0.2 (2023-01-18) |
MediaWiki | >= 1.35 |
Database changes | No |
License | Public domain |
Download | https://github.com/Le-onardo/SimpleEmbed.git |
<embed> |
|
The SimpleEmbed extension adds the <embed> tag for embedding files. It supports remote and local (uploaded to MediaWiki) files.
This extension is based on the EmbedAll extension.
Installation[edit]
git clone git@github.com:Le-onardo/SimpleEmbed.git <path to mediawiki>/extensions/
Usage[edit]
<embed>http://some.site.com/with/a/document.pdf</embed>
<embed width="250">Your_uploaded_document.pdf</embed>
- Options
- width
- height
You can embed all types of "embeddable" files, not just PDF's.