Difference between revisions of "MediaWiki:Embed www.youtube.com"
(Created page with '<div class="video"> <videoflash type="youtube">{{{v}}}</videoflash> <p><a href="http://www.youtube.com/?v={{{v}}}">YouTube page</a></p> </div>') |
m (1 revision: import dev changes) |
||
(22 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | <div class="video"> | + | {{#eval:html|<div class="video youtube"> |
− | < | + | <object width="{{{width|320}}}" height="{{{height|265}}}"><param name="movie" value="http://www.youtube.com/v/{{{v}}}&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/{{{v}}}&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="{{{width|320}}}" height="{{{height|265}}}"></embed></object> |
− | <p><a href="http://www.youtube.com/?v={{{v}}}">YouTube | + | <p><a href="http://www.youtube.com/?v={{{v}}}">Page on YouTube</a></p> |
</div> | </div> | ||
+ | }} |