Difference between revisions of "Widget:BitChute"
Jump to navigation
Jump to search
(Maybe?) |
|||
Line 22: | Line 22: | ||
<nowiki></div></div></div></nowiki></code> | <nowiki></div></div></div></nowiki></code> | ||
− | </noinclude><includeonly><iframe width="<!--{$width|escape:'html'|default:'425'}-->" height="<!--{$height|escape:'html'|default:355}-->" src="<!--{$url | + | </noinclude><includeonly><iframe width="<!--{$width|escape:'html'|default:'425'}-->" height="<!--{$height|escape:'html'|default:355}-->" src="<!--{$url}-->" frameborder="0" allowfullscreen></iframe></includeonly> |
Latest revision as of 16:18, 19 November 2020
This widget allows you to add BitChute videos.
It was copied from Widget:YouTube
Using this widget
Paste the following code {{#widget:BitChute|url=}}
Default height and width are 420 x 350. Change with additional parameters:
- Height=
- width=
For further information see widget description page on MediaWikiWidgets.org.
Placing the widget on the page
Use div
tags and style statements similar to the following:
<div class="thumb tright">
<div class="thumbinner">
{{#widget:BitChute|width=360px|height=300px|url=xxxxxxxxxx}}
<div class="thumbcaption">Caption text goes here.
</div></div></div>