Video Macro

Version 55.1 by Gabriela Smeria on 2015/12/10 16:10

cogDisplays videos from YouTube, Dailymotion and Vimeo
TypeXAR
Category
Developed by

Oana Tabaranu, Sergiu Dumitriu, Ludovic Dubost, Vincent Massol, Yann Flory

Rating
3 Votes
LicenseGNU Lesser General Public License 2.1

Installable with the Extension Manager

Description

The Video Macro displays videos from YouTube, Dailymotion and Vimeo.
Also plays a video attached to your wiki page using Video.js library. mp4, webm and ogv formats are supported. 

Usage

Play a video online:

{{video url="<URL>"/}}

Play a video in an attachment:

{{video attachment="<filename>"/}}

Parameters definition

NameValueDescription
urlStringThe URL of your video's page. It has to be the address of a Google video, a YouTube video (including shorten URLs), a Vimeo video or a Dailymotion or Dailymotion Cloud video taken from its original page.
widthNumberThe width of the embedded video, in pixels. By default a size of 600 pixels is used. If not defined and the height is defined, then the width is automatically computed to obtain a 3:2 ratio.
heightNumberThe height of the embedded video, in pixels. By default a height of 400 pixels is used. If not defined and the width is defined, then the height is automatically computed to obtain a 3:2 ratio.
attachmentStringThe name of the video attachment.
videoPosterStringThe poster of the video is an image attachment that will be displayed before starting playing the video.

Sample Code

{{video url="http://www.youtube.com/watch?v=Titn-yAh74A" width="660" height="440"/}}
{{video url="http://youtu.be/Titn-yAh74A" /}}
{{video url="http://y2u.be/Titn-yAh74A" /}}
{{video url="http://www.dailymotion.com/relevance/search/xwiki/video/x9x04h_wiki-et-reseau-social-xwiki-et-blue_tech"/}}
{{video url="http://api.dmcloud.net/player/embed/4e709e80f325e11e5f000025/4f60ab6af325e17d8b0006e4?auth=1353013153-0-o40jn5ab-bd93c99f957be98e0723359e78436552" /}}
{{video url="http://www.vimeo.com/6433080"/}}
{{video attachment="my-video.webm" videoPoster="poster.jpg"/}}

Screenshots

YouTube video

video1.png

Vimeo video

video2.png

Dailymotion video

video3.png

Attachment video

play-attachment.png

Prerequisites & Installation Instructions

We recommend using the Extension Manager to install this extension (Make sure that the text "Installable with the Extension Manager" is displayed at the top right location on this page to know if this extension can be installed with the Extension Manager). Note that installing Extensions when being offline is currently not supported and you'd need to use some complex manual method.

You can also use the following manual method, which is useful if this extension cannot be installed with the Extension Manager or if you're using an old version of XWiki that doesn't have the Extension Manager:

  1. Log in the wiki with a user having Administration rights
  2. Go to the Administration page and select the Import category
  3. Follow the on-screen instructions to upload the downloaded XAR
  4. Click on the uploaded XAR and follow the instructions
  5. You'll also need to install all dependent Extensions that are not already installed in your wiki

Call the macro using the wiki editor (use {{video url="URL"/}} syntax ) or the Wysiwyg editor ( choose Macro>Insert Macro... from the menu and then Video from the list of macros).

Release Notes

v1.8

v1.7

v1.6

v1.5

Dependencies

Dependencies for this extension (org.xwiki.contrib:macro-video 1.8):

    

Get Connected