EmbedQTPlugin
Embeds QuickTime files in a TWiki page
Overview
This is a plugin that you can use to embed QuickTime files in TWiki pages.
Syntax Rules
%EMBEDQT{filename="string" width="number" height="number"}%
EmbedQTPlugin Global Settings
Plugin settings are stored as preferences variables. To reference a plugin setting write
%<plugin>_<setting>%, for example,
%EMBEDQTPLUGIN_SHORTDESCRIPTION%
- One line description, shown in the TextFormattingRules topic:
- Set SHORTDESCRIPTION = Embeds QuickTime files in a TWiki page
- Debug plugin: (See output in
data/debug.txt)
Plugin Installation Instructions
Note: You do not need to install anything on the browser to use this plugin. The following instructions are for the adminis
trator who installs the plugin on the TWiki server.
- For an automated installation, run the configure script and follow "Find More Extensions"
in the in the
Extensions section.
- Or, follow these manual installation steps:
- Download the ZIP file from the Plugins home (see below).
- Unzip
EmbedQTPlugin.zip in your twiki installation directory. Content: | File: | Description: |
data/TWiki/EmbedQTPlugin.txt | Plugin topic |
lib/TWiki/Plugins/EmbedQTPlugin.pm | Plugin Perl module |
pub/TWiki/EmbedQTPlugin/sample.mov | Plugin sample movie |
- Set the ownership of the extracted directories and files to the webserver user.
- Plugin configuration and testing:
- Run the configure script and enable the plugin in the Plugins section.
- Test if the installation was successful:
- A small QuickTime movie below:
%EMBEDQT{filename="https://www.twiki.org/p/pub/Plugins/EmbedQTPlugin/sample.mov" width="80" height="60"}%
Plugin Info
Related Topics: TWikiPreferences,
TWikiPlugins