iframe plugin by Christopher Smith
Allows external URLs to be loaded into an iframe in your DokuWiki page.
Last updated on 2008-10-31. Provides Syntax.
Compatible with DokuWiki 2006-11-06 and above.
This plugin allows you to embed other web sites in a DokuWiki page using an iframe. Additional info might be available at the developer's website.
Download and install the plugin using the Plugin Manager using the one of the following URLs. Refer to Plugins on how to install plugins manually.
The plugin is also available via darcs from this URL:
To install the plugin manually, download the source to your plugin folder, lib/plugins and extract its contents. That will create a new plugin folder, lib/plugins/iframe, and install the plugin.
The folder will contain:
conf/default.php default settings conf/metadata.php settings information for the config plugin lang/xx/lang.php language strings for config plugin syntax.php plugin script
Simple:
{{url>http://www.example.com/somepage.html}}
Complete Syntax:
{{url>someurl width,height noscroll noborder alignment|alternate-text}}
That is an URL to embed, followed by several optional parameters. The following parameters are recognized:
px, em, pt or %. When no unit is given px noscroll will disable the scrollbars of the iframenoborder will disable the frame border, note that your CSS might still add borders or may disable them without using this settingleft or right to have the iframe floating to the left or right. Should be used with a width.See the plugin in action here.
The plugin has one configuration setting, which can be set via the admin/configuration settings page.
false, set to true to enable JavaScript URLs.
This should never be enabled in public wikis as it opens a XSS security hole.
The plugin was created in response to an idea mentioned by Styno.
This plugin was used as a basis for google_cal by Kite