Difference between revisions of "Style guide"

From RAWiki
Jump to: navigation, search
Line 7: Line 7:
  
 
you type this:
 
you type this:
 +
 
<nowiki><embedvideo service="youtube">https://www.youtube.com/watch?v=CcqxI7a6wSM</embedvideo></nowiki>
 
<nowiki><embedvideo service="youtube">https://www.youtube.com/watch?v=CcqxI7a6wSM</embedvideo></nowiki>
 +
 
or this:
 
or this:
 +
 
<nowiki><embedvideo service="youtube">CcqxI7a6wSM</embedvideo></nowiki>
 
<nowiki><embedvideo service="youtube">CcqxI7a6wSM</embedvideo></nowiki>
  

Revision as of 18:03, 23 October 2015

Videos

You can use the EmbedVideo functionality to embed videos from over 20 popular video hosting sites including vimeo and youtube. Additional attributes like size and alignment of videos and captions can be configured according to this guide


At it's most basic the embed video function will look like this:

you type this:

<embedvideo service="youtube">https://www.youtube.com/watch?v=CcqxI7a6wSM</embedvideo>

or this:

<embedvideo service="youtube">CcqxI7a6wSM</embedvideo>

and it looks like this

Or with vimeo:

<embedvideo service="vimeo">https://vimeo.com/143407350</embedvideo>

Which gives you:

To embed youtube videos more quickly you can also use the youtube tag, go the the video's youtube page and extract the unique video identifier string from the youtube video's URL like this:

For the video at this location: "https://www.youtube.com/watch?v=CcqxI7a6wSM" The identifier is CcqxI7a6wSM

Paste the identifier in between the youtube tags using the following format.

<youtube>CcqxI7a6wSM</youtube>

This displays like this: