No categories assigned

Iframe

You can insert an iframe on a wiki page with the widget Iframe. Make sure to read the security information for this widget.

Using the widget "Iframe"

1. Creating the widget page

First, you have to create the page Widget:Iframe Copy the following content to the page and save it:

<noinclude>__NOTOC__
This widget allows you to embed any web page on your wiki page using an <code>iframe</code> tag.

Created by [https://www.mediawikiwidgets.org/User:Sergey_Chernyshev Sergey Chernyshev].

== Using this widget ==
For information on how to use this widget, see [https://www.mediawikiwidgets.org/Iframe widget description page on MediaWikiWidgets.org].

<big>'''<font color="red">This widget should not be used on a publicly-editable wiki.</font>'''</big>

While the URL is validated to be a valid URL, there is no way the widget can check the contents of the page that is included. When enabling this widget, you allow any user that can edit to include any page, including malicious pages (containing trojans, backdoors, viruses etc), pages that brake out of the iframe and pages that look like your site, but actually is a copy used for phishing.

== Copy to your site ==
To use this widget on your site, just install [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy the [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as page '''{{FULLPAGENAME}}'''.
</noinclude><includeonly><iframe src="<!--{$url|validate:url}-->" style="border: <!--{$border|escape:html|default:0}-->" width="<!--{$width|escape:html|default:400}-->" height="<!--{$height|escape:html|default:300}-->"></iframe></includeonly>

2. Create an iframe on any wiki page

Add the following code to the wiki page where you want to include an iframe:

{{#widget:Iframe
|url=https://page-to-be-embedded /*url of the page to be displayed in the iframe.*/
|width=410
|height=342
|border=0
}}


Template:Box Links


Attachments

Discussions