dev

This article is about a system or feature that is no longer in use.

The page is retained for historical reasons.

Reason: Now natively supported by the EmbedVideo extension.

YoutubePlayer allows you to embed YouTube videos in pages. As the EmbedVideo now supports all the functionality provided by the script, it is no longer needed for embedding videos.

Migration

If you have used this script in the past, here is how you can change the parameters to work with EmbedVideo:

Examples

With dimensions

<youtube dimensions="640x480px">HqURNITAxcE</youtube>

gives...

With looping

<youtube urlargs="loop=1&playlist=XY55rmPzd4M">XY55rmPzd4M</youtube>

gives...

With start and end time

<youtube urlargs="start=5&end=10">HqURNITAxcE</youtube>

gives...

With playlist

<youtube urlargs="list=PLaKZBiOLJSdaU_ylcfHjgZ_QjDt3ukV3F">HqURNITAxcE</youtube>

gives...

Text above can be found here (edit)