Extension:MwEmbedSupport
From MediaWiki.org
(Redirected from Extension:MwEmbed)
|
MwEmbedSupport Release status: stable |
|||
|---|---|---|---|
| Implementation | Media | ||
| Description | Adds support for mwEmbed modules and extensions | ||
| Author(s) | Michael Dale | ||
| Latest version | 0.3.0 (2014-04-02) | ||
| PHP | 5.3+ | ||
| Database changes | No | ||
| License | GNU General Public License 2.0 or later | ||
| Download | |||
|
|||
|
|||
|
Translate the MwEmbedSupport extension if it is available at translatewiki.net |
|||
| Check usage and version matrix. | |||
| Open tasks · Report a bug | |||
The MwEmbedSupport extension adds support for mwEmbed modules and extensions. It was previously known as JS2Support. This extension solely supports other extensions (such as TimedMediaHandler).
Installation[edit]
- Download and place the file(s) in a directory called
MwEmbedSupportin yourextensions/folder. - Add the following code at the bottom of your LocalSettings.php:
require_once "$IP/extensions/MwEmbedSupport/MwEmbedSupport.php";
Done - Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
| This extension is being used on one or more Wikimedia projects. This probably means that the extension is stable and works well enough to be used by such high-traffic websites. Look for this extension's name in Wikimedia's CommonSettings.php and InitialiseSettings.php configuration files to see where it's installed. A full list of the extensions installed on a particular wiki can be seen on the wiki's Special:Version page. |
Categories:
- GPL licensed extensions
- Stable extensions
- Extensions without an image
- Media handling extensions
- Extensions in Wikimedia version control
- BeforePageDisplay extensions
- ResourceLoaderGetStartupModules extensions
- ResourceLoaderRegisterModules extensions
- ResourceLoaderGetConfigVars extensions
- All extensions
- Extensions used on Wikimedia