Widget:Html5mediaAudio: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
== Copy to your site == | == Copy to your site == | ||
To use this widget on your site, just install [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy the [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as page '''{{FULLPAGENAME}}'''. | To use this widget on your site, just install [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy the [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as page '''{{FULLPAGENAME}}'''. | ||
</noinclude><includeonly><script src="// | </noinclude><includeonly><script src="https://raw.githubusercontent.com/etianen/html5media/master/dist/api/1.2.2/html5media.min.js"></script><audio src="<!--{$url|validate:url}-->" | ||
controls preload | controls preload="none" controlsList="nodownload"></audio></includeonly> |
Latest revision as of 10:07, 12 September 2024
This widget allows you to embed HTML5 Audio Media on your wiki page.
Created by Karsten Hoffmeyer.
Using this widget
For information on how to use this widget, see widget description page on MediaWikiWidgets.org.
Copy to your site
To use this widget on your site, just install MediaWiki Widgets extension and copy the full source code of this page to your wiki as page Widget:Html5mediaAudio.