Difference between revisions of "Video Play"

From Waveshare Wiki
Jump to: navigation, search
Line 6: Line 6:
 
The YouTube extension allows also to embed videos from these services:
 
The YouTube extension allows also to embed videos from these services:
  
* Google Video — use the <gvideo> tag
+
* Google Video — use the <nowiki><gvideo></nowiki> tag
* Archive.org audio — use the <aoaudio> tag
+
* Archive.org audio — use the <nowiki><aoaudio></nowiki> tag
* Archive.org video — use the <aovideo> tag
+
* Archive.org video — use the <nowiki><aovideo></nowiki> tag
* WeGame — use the <wegame> tag
+
* WeGame — use the <nowiki><wegame></nowiki> tag
* Tangler forum — use the <tangler> tag
+
* Tangler forum — use the <nowiki><tangler></nowiki> tag
* Gametrailers — use the <gtrailer> tag
+
* Gametrailers — use the <nowiki><gtrailer></nowiki> tag
* Nicovideo — use the <nicovideo> tag
+
* Nicovideo — use the <nowiki><nicovideo></nowiki> tag
* GoGreenTube — use the <ggtube> tag
+
* GoGreenTube — use the <nowiki><ggtube></nowiki> tag
  
 
=== Setting width and height ===
 
=== Setting width and height ===

Revision as of 03:40, 28 June 2018

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">CCz1kmfqL7g</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.