Difference between revisions of "Widget:YouTubeResponsive"

From The Portal Wiki
Jump to navigation Jump to search
(Undo revision 6332 by JayG (talk))
Tag: Undo
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
Embed YouTube videos on wiki pages. Width and height do not need to be specified for this widget.
Embed YouTube videos on wiki pages. Width and height do not need to be specified for this widget.


<syntaxhighlight>{{#widget:YouTube|id=|start=}}</syntaxhighlight><includeonly><div class="video-responsive"><iframe width="<!--{$width|escape:'html'|default:'720'}-->" height="<!--{$height|escape:'html'|default:'355'}-->" src="https://www.youtube.com/embed/<!--{if isset($playlist)}-->?listType=playlist&list=<!--{$playlist|escape:'urlpathinfo'}--><!--{else}--><!--{$id|escape:'urlpathinfo'}--><!--{if isset($start)}-->?start=<!--{$start|escape:'urlpathinfo'}--><!--{/if}--><!--{/if}-->" style="border: none" allowfullscreen></iframe></div></includeonly>
<syntaxhighlight lang="html+handlebars">{{#widget:YouTube|id=|start=}}</syntaxhighlight><includeonly><div class="video-responsive"><iframe loading="lazy"
src="https://www.youtube.com/embed/<!--{if isset($playlist)}-->?listType=playlist&list=<!--{$playlist|escape:'urlpathinfo'}--><!--{else}--><!--{$id|escape:'urlpathinfo'}--><!--{if isset($start)}-->?start=<!--{$start|escape:'urlpathinfo'}--><!--{/if}--><!--{/if}-->" style="border: none" allowfullscreen></iframe></div></includeonly>

Latest revision as of 16:48, 18 September 2020

Usage

Embed YouTube videos on wiki pages. Width and height do not need to be specified for this widget.

{{#widget:YouTube|id=|start=}}