Neue Syntax für die Verlinkung von Youtube-Videos im Vollbildmodus

Bisher konnte man Youtube-Videos mit dem Vollbildlink verlinken, indem man die URL von https://www.youtube.com/watch?v=12345678 auf https://www.youtube.com/v/12345678 änderte. Aufgrund der API-Änderungen von Youtube hat sich jedoch die Syntax wesentlich verändert

According to the YouTube API Player Parameters page, the /v/ style URL was used for the embedded AS3 player and is deprecated. Instead, use https://www.youtube.com/embed/VIDEO_ID, with the start parameter, e.g.:

https://youtube.com/watch?v=12345678

Also, just to clarify, this URL will take up the full browser window, not the full screen.

Leave a Reply