Difference between revisions of "Widget:Iframe"

From Nottinghack Wiki
Jump to navigation Jump to search
(test)
 
(→‎Example: {{#widget:Iframe|url=https://trello.com/b/ASNy9clK.html|width=100%|height=750|border=0}})
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>__NOTOC__
+
<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><noinclude>
This widget allows you to embed any web page on your wiki page using an iframe tag.
+
==Documentation==
 +
This widget allows you to embed any web page on your wiki page using an iframe tag. It is good for embedding the Google calendar on the [[Events]] page and the Trello on the [[ToDo]] page.
  
Created by [https://www.mediawikiwidgets.org/User:Sergey_Chernyshev Sergey Chernyshev]
+
=== Using this widget ===
 
 
== Using this widget ==
 
 
For information on how to use this widget, see [https://www.mediawikiwidgets.org/Iframe widget description page on MediaWikiWidgets.org].
 
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 shouldn't be used on a publicly-editable wiki.</font>'''</big>
+
===Example===
 +
For example, to embed the Trello the following code can be used:
 +
<nowiki>{{#widget:Iframe|url=https://trello.com/b/ASNy9clK.html|width=100%|height=750|border=0}}</nowiki>
  
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.
+
===Source===
 +
Created by [https://www.mediawikiwidgets.org/User:Sergey_Chernyshev Sergey Chernyshev]
  
== Copy to your site ==
+
[[Category:Widget]]
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>
</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>
 

Latest revision as of 13:53, 8 May 2019

Documentation

This widget allows you to embed any web page on your wiki page using an iframe tag. It is good for embedding the Google calendar on the Events page and the Trello on the ToDo page.

Using this widget

For information on how to use this widget, see widget description page on MediaWikiWidgets.org.

Example

For example, to embed the Trello the following code can be used:

{{#widget:Iframe|url=https://trello.com/b/ASNy9clK.html|width=100%|height=750|border=0}}

Source

Created by Sergey Chernyshev