Difference between revisions of "Widget:Html5media"

(Created page with "<noinclude>__NOTOC__ This widget allows you to embed '''[http://code.google.com/p/html5media/ HTML5 Media]''' on your wiki page. Created by [http://www.mediawikiwidgets.org/User...")
 
Fredy (Talk | contribs)
 
Line 1: Line 1:
 
<noinclude>__NOTOC__
 
<noinclude>__NOTOC__
This widget allows you to embed '''[http://code.google.com/p/html5media/ HTML5 Media]''' on your wiki page.
+
This widget allows you to embed '''[https://github.com/etianen/html5media HTML5 Media]''' on your wiki page.
  
 
Created by [http://www.mediawikiwidgets.org/User:Taipan taipan]
 
Created by [http://www.mediawikiwidgets.org/User:Taipan taipan]
Line 9: Line 9:
 
== Copy to your site ==
 
== Copy to your site ==
 
To use this widget on your site, just install [http://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as '''{{FULLPAGENAME}}''' article.
 
To use this widget on your site, just install [http://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as '''{{FULLPAGENAME}}''' article.
</noinclude><includeonly><script type="text/javascript" src="http://html5media.googlecode.com/svn/trunk/src/html5media.min.js"></script><video src="<!--{$url|validate:url}-->" width="<!--{$width|default:425|validate:int|escape:'html'}-->" height="<!--{$height|default:355|validate:int|escape:'html'}-->"
+
</noinclude><includeonly><script src="http://api.html5media.info/1.1.4/html5media.min.js"></script><video src="<!--{$url|validate:url}-->" width="<!--{$width|default:425|validate:int|escape:'html'}-->" height="<!--{$height|default:355|validate:int|escape:'html'}-->"
 
controls preload></video></includeonly>
 
controls preload></video></includeonly>

Latest revision as of 20:11, 21 March 2014

This widget allows you to embed HTML5 Media on your wiki page.

Created by taipan

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 full source code of this page to your wiki as Widget:Html5media article.