VideoPlugin

Table of Contents


See ContributedPlugins

Overview#

This plugin can place embedded videos into your JSPWiki. Currently it supports videos from:

Written by David Vittor
Date 27-Aug-2014
Plugin Version 0.1
Wiki Versions 2.10.1+
Demo http://digitalspider.com.au/JSPWiki/Wiki.jsp?page=VideoPluginDemo
Details http://digitalspider.com.au/JSPWiki/Wiki.jsp?page=VideoPlugin
Issues https://github.com/digitalspider/jspwiki-plugins/issues
Plugin VideoPlugin-0.1.jar(info)
Dependencies None

Usage#

[{Video url='https://www.youtube.com/watch?v=rYEDA3JcQqw' width=560 height=315}]
<iframe width='500' height='315' src='http://youtube.com/embed/rYEDA3JcQqw?rel=0' frameborder='0' allowfullscreen></iframe>

Parameters#

Param Description Default
url The url of the video. Note value needs to be in single quotes. url='https://www.youtube.com/watch?v=rYEDA3JcQqw' null
width set the width of the gallery 560
height set the height of the gallery 315

Category.Plugins