Difference between revisions of "Video Play"

From Waveshare Wiki
Jump to: navigation, search
Line 1: Line 1:
<!-- <video type="provider">XXXXX|width|height</video>
+
<youtube>VyBSS48E4xI</youtube>
 +
 
 +
=== Other supported video services ===
 +
See [http://www.shoutwiki.com/wiki/Help:YouTube 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:
 +
 
 +
<nowiki><youtube width="200" height="120">CCz1kmfqL7g</youtube></nowiki>  
 +
 
 +
You can change the width and height of the video box
  
<video type="youtube">VyBSS48E4xI</video> -->
+
* Width is controlled with width="xxx", where xxx is the number of pixels. The default is 640 pixels.
<youtube>VyBSS48E4xI</youtube>
+
* Height is controlled in the same way with height="xxx". The default is 385 pixels.
 +
 +
See [http://community.wikia.com/wiki/Help:YouTube_extension Wikia's old help page about this extension]. It explains further details, such as how to set width and height.

Revision as of 03:39, 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.