Widget:Iframe View history

(Initial page creation)
 
m (Added documentation)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>__NOTOC__
<noinclude>{{doc}}</noinclude><includeonly><iframe src="<!--{$url|validate:url}-->" frameborder="<!--{$border|validate:int|default:0}-->" width="<!--{$width|escape:html|default:400}-->" height="<!--{$height|escape:html|default:300}-->"></iframe></includeonly>
This widget allows you to embed any web page on your wiki page using an iframe tag.
 
Created by [http://www.mediawikiwidgets.org/User:Sergey_Chernyshev Sergey Chernyshev]
 
== Using this widget ==
For information on how to use this widget, see [http://www.mediawikiwidgets.org/Iframe widget description page on MediaWikiWidgets.org].
 
<big>'''<font color="red">This widget shouldn't 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 [http://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as '''{{FULLPAGENAME}}''' article.
</noinclude><includeonly><iframe src="<!--{$url|validate:url}-->" frameborder="<!--{$border|validate:int|default:0}-->" width="<!--{$width|escape:html|default:400}-->" height="<!--{$height|escape:html|default:300}-->"></iframe></includeonly>

Latest revision as of 05:14, 5 May 2015

Documentation[view] [edit] [history] [purge]

This widget allows you to embed any web page on your wiki page using an iframe tag.

Created by Sergey Chernyshev

Using this widget

To insert this widget, use the following code:

{{#widget:Iframe
|url=https://docs.google.com/document/d/1KUXSBwkbn3aWK6CqvYPYl12ElsQRy_29nFnKASPXDc4
|width=100%
|height=342
|border=0
}}

Parameters

|url= URL of page being inserted. Must use https.

|width= Width of the Iframe (default is 400). Waze wiki max is 720, a percentage (100%) can also be used.

|height= Height of the Iframe (default is 300). A percentage (100%) can also be used.

|border= Border width (default is 1)

!!! Security Warning !!!

Including the page will not let that page steal the data on your site, hack into your user accounts and so on because it is protected by an iframe, but contents of the page will be displayed as part of the page on your site which can cause non-technical security problems through social engineering.

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 break out of the iframe and pages that look like your site, but actually is a copy used for phishing.

Sample result

The above documentation is transcluded from Widget:Iframe/doc.
Please add categories to the /doc subpage.
Subpages of this page.