Widget

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')


<iframe id="ytplayer" type="text/html" width="640" height="360"
Notes:
  src="https://www.youtube.com/embed/D46KCQNDMaM7"
* see also: [https://developers.google.com/youtube/player_parameters?hl=de IFrame Player API]
  frameborder="0"></iframe>
* to generate a similiar snippet as above, go to the share button and click embed (you can remove the ''si=xyz'' stuff)


<iframe id="ytplayer" type="text/html" width="640" height="360"
  src="https://www.youtube.com/embed/<!--{$videoId|default:D46KCQNDMaM7}-->?autoplay=1&origin=https://graphit.ur.de"
  frameborder="0"></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')


<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

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}}