Skip to content

framillien/Iframe

 
 

Repository files navigation

Purpose

The extension allows in a MediWiki the embedding of foreign web pages via an iframe.

Usage

<iframe k="rstudio" p="page" w="800" h="600" />

The parameters wand h are optional. The final URL is http://shiny.rstudio.com/page, composed of the value in $wgIframeUrl for the key rstudio and p.

Installation

  • Go to the extensions directory of your MediaWiki installation.
  • Clone the extension from github by git clone https://github.com/sigbertklinke/Iframe
  • Edit your LocalSettings.php and add at the end wfLoadExtension( 'Iframe' );
  • The global variable $wgIframe controls which defaults are used (web address, sizes etc.)

Note

The extension is potentially a security reason, since an external web page may contain malicious code.

The software is usable under the GNU General Public License, Version 3.0, for details see LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.1%
  • JavaScript 3.9%