Video: Difference between revisions
(try with parameters) |
(fix documentation) |
||
| Line 3: | Line 3: | ||
<noinclude> | <noinclude> | ||
= Usage = | |||
Embed a YouTube Video using a iframe | |||
* '''videoId:''' The video Id of a youtube link (e.g. for: https://www.youtube.com/watch?v=D46KCQNDMaM7 its 'D46KCQNDMaM7') | |||
Notes: | |||
* see also: [https://developers.google.com/youtube/player_parameters?hl=de IFrame Player API] | |||
* to generate a similiar snippet as above, go to the share button and click embed (you can remove the ''si=xyz'' stuff) | |||
<pre style="background-color:#F5F5F5"> | <pre style="background-color:#F5F5F5"> | ||
Revision as of 14:54, 10 November 2025
<iframe width="560" height="315" src="https://www.youtube.com/embed/" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
Usage
Embed a YouTube Video using a iframe
- videoId: The video Id of a youtube link (e.g. for: https://www.youtube.com/watch?v=D46KCQNDMaM7 its 'D46KCQNDMaM7')
Notes:
- see also: IFrame Player API
- to generate a similiar snippet as above, go to the share button and click embed (you can remove the si=xyz stuff)
{{#widget:Video|videoId=D46KCQNDMaM7}}