Table of Contents


See ContributedPlugins

Overview#

This plugin can place embedded videos into your JSPWiki. Currently it supports videos from:
  • YouTubeContent unavailable! (broken link)https://jspwiki-wiki.apache.org/images/out.png
  • Coming SOON VimeoContent unavailable! (broken link)https://jspwiki-wiki.apache.org/images/out.png

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=VideoPluginDemoContent unavailable! (broken link)https://jspwiki-wiki.apache.org/images/out.png
Details http://digitalspider.com.au/JSPWiki/Wiki.jsp?page=VideoPluginContent unavailable! (broken link)https://jspwiki-wiki.apache.org/images/out.png
Issues https://github.com/digitalspider/jspwiki-plugins/issuesContent unavailable! (broken link)https://jspwiki-wiki.apache.org/images/out.png
Plugin VideoPlugin-0.1.jarContent unavailable! (broken link)(info)
Dependencies None

Usage#

  • Place the jar file into your <tomcatDir>/webapps/JSPWiki/WEB-INF/lib/ directory
  • Restart your tomcat
  • Add the following to your page:
[{Video url='https://www.youtube.com/watch?v=rYEDA3JcQqw' width=560 height=315}]
  • This generates:
<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