Embed Youtube or Google Video

From Waveshare Wiki
Jump to: navigation, search


Other supported video services

See ShoutWiki's help page on using the YouTube extension for more information, such as using alternate, non-YouTube providers to embed content.

The YouTube extension allows also to embed videos from these services:

  • Google Video — use the <gvideo> tag
  • Archive.org audio — use the <aoaudio> tag
  • Archive.org video — use the <aovideo> tag
  • WeGame — use the <wegame> tag
  • Tangler forum — use the <tangler> tag
  • Gametrailers — use the <gtrailer> tag
  • Nicovideo — use the <nicovideo> tag
  • GoGreenTube — use the <ggtube> tag

Setting width and height

Example:

<youtube width="200" height="120">VyBSS48E4xI</youtube>

You can change the width and height of the video box

  • Width is controlled with width="xxx", where xxx is the number of pixels. The default is 640 pixels.
  • Height is controlled in the same way with height="xxx". The default is 385 pixels.

See Wikia's old help page about this extension. It explains further details, such as how to set width and height.