The YouTubeTag Extension is a MediaWiki extension for embedding YouTube content into articles.
It is released under The MIT License.
Contents |
This extension requires:
require_once('extensions/YouTubeTag.php');
Once installed, you may begin embedding YouTube videos into any article.
To do so, simply add this text to the body of your page where you'd like the video to appear:
<youtube v="aYouTubeId" />
Where "aYouTubeId" should be replaced with the id of the video to embed.
For example, this:
<youtube v="dMH0bHeiRNg" />
Becomes this:
or, read what others have said ...