See
ContributedPlugins
Overview#
This plugin can place embedded videos into your JSPWiki. Currently it supports videos from:
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}]
<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