Difference between revisions of "Style guide"

From RAWiki
Jump to: navigation, search
 
Line 10: Line 10:
 
<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 <nowiki><embedvideo service="youtube">CcqxI7a6wSM</embedvideo></nowiki>
 
+
<nowiki><embedvideo service="youtube">CcqxI7a6wSM</embedvideo></nowiki>
+
  
 
and it looks like this
 
and it looks like this
Line 21: Line 19:
  
 
<nowiki><embedvideo service="vimeo">https://vimeo.com/143407350</embedvideo></nowiki>
 
<nowiki><embedvideo service="vimeo">https://vimeo.com/143407350</embedvideo></nowiki>
 +
 +
or <nowiki><embedvideo service="vimeo">143407350</embedvideo></nowiki>
  
 
Which gives you:
 
Which gives you:

Latest revision as of 18:29, 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 <embedvideo service="youtube">CcqxI7a6wSM</embedvideo>

and it looks like this

Or with vimeo:

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

or <embedvideo service="vimeo">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: