Widget:Youtube: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
(revert?) |
Label: Terugdraaiing |
||
(6 tussenliggende versies door 3 gebruikers niet weergegeven) | |||
Regel 1: | Regel 1: | ||
<noinclude> |
<noinclude> |
||
+ | * '''id''' - video ID (van de URL, de code na ?v=) |
||
− | Deze widget is gemaakt door [http://www.mediawiki.org/wiki/User:Yaron_Koren Yaron Koren]. |
||
+ | * '''start''' - aantal seconden waar de video moet beginnen |
||
+ | * '''playlist''' - naam van een afspeellijst (begint met PL) |
||
+ | * '''height''' en '''width''' - past grootte van het filmpje aan |
||
− | == |
+ | == Voorbeelden == |
+ | ;Filmpje |
||
− | De Youtube widget kun je gebruiken door onderstaande code in je artikel te zetten: |
||
⚫ | |||
+ | ;Filmpje dat op seconde 300 moet beginnen |
||
⚫ | |||
⚫ | |||
+ | ;Playlist |
||
− | <small>De code van je filmpje is wat achter "''?v=''" staat in de link op youtube.</small> |
||
+ | <pre>{{#widget:Youtube|playlist=PL6FD8256CD24CFF1F}}</pre> |
||
+ | ;Playlist met verschillende afmedlingen |
||
− | == Voorbeeld == |
||
+ | <pre>{{#widget:Youtube|playlist=PL6FD8256CD24CFF1F|height=525|width=630}}</pre> |
||
− | {| border=0 cellpadding=0 cellspacing=10 align=center style="background-color:#007FFF" |
||
⚫ | |||
− | |- |
||
− | |align=center|'''Widget:Youtube''' |
||
− | |} |
||
− | </noinclude> |
||
− | <includeonly><object width="<!--{$width|escape:html|default:425}-->" height="<!--{$height|escape:html|default:344}-->"><param name="movie" value="http://www.youtube.com/v/<!--{$id|escape:'urlpathinfo'}-->"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/<!--{$id|escape:'urlpathinfo'}-->" type="application/x-shockwave-flash" wmode="transparent" width="<!--{$width|escape:html|default:425}-->" height="<!--{$height|escape:html|default:344}-->"></embed></object></includeonly> |
||
− | |||
− | <noinclude> |
||
[[Category:Widgets|Youtube]] |
[[Category:Widgets|Youtube]] |
||
+ | </noinclude><includeonly><iframe width="<!--{$width|escape:'html'|default:'425'}-->" 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></includeonly> |
||
− | </noinclude> |
Huidige versie van 17 aug 2021 om 15:07
- id - video ID (van de URL, de code na ?v=)
- start - aantal seconden waar de video moet beginnen
- playlist - naam van een afspeellijst (begint met PL)
- height en width - past grootte van het filmpje aan
Voorbeelden
- Filmpje
{{#widget:Youtube|id=Ukytqe9pwDM}}
- Filmpje dat op seconde 300 moet beginnen
{{#widget:Youtube|id=Ukytqe9pwDM|start=300}}
- Playlist
{{#widget:Youtube|playlist=PL6FD8256CD24CFF1F}}
- Playlist met verschillende afmedlingen
{{#widget:Youtube|playlist=PL6FD8256CD24CFF1F|height=525|width=630}}