Difference between revisions of "Widget:Iframe"
(Created page with "<noinclude>__NOTOC__ 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 Se...") |
(Tag: 2017 source edit) |
This widget allows you to embed any web page on your wiki page using an iframe tag.
Created by Sergey Chernyshev
Using About this widget[edit source]
For information on how to use this widget, see widget description page on MediaWikiWidgets.org. This site requires you to create an account to login.
This widget shouldn't be used on a publicly-editable wiki.
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 siteHow to use this widget[edit source]
To use this widget on your site, just install MediaWiki Widgets extension and copy the full source code of this page to your wiki as page Widget:IframeSee the help page for this widget.
<noinclude>__NOTOC__ 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] == UsingAbout this widget == For information on how to use this widget, see [http://www.mediawikiwidgets.org/Iframe widget description page on MediaWikiWidgets.org]. This site requires you to create an account to login. <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. == CopyHow 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}}'''== See the [[Handbuch:Iframe|help page for this widget]]. </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>
Line 4: | Line 4: | ||
Created by [http://www.mediawikiwidgets.org/User:Sergey_Chernyshev Sergey Chernyshev] | Created by [http://www.mediawikiwidgets.org/User:Sergey_Chernyshev Sergey Chernyshev] | ||
− | == | + | == About this widget == |
− | For information on how to use this widget, see [http://www.mediawikiwidgets.org/Iframe widget description page on MediaWikiWidgets.org]. | + | For information on how to use this widget, see [http://www.mediawikiwidgets.org/Iframe widget description page on MediaWikiWidgets.org]. This site requires you to create an account to login. |
<big>'''<font color="red">This widget shouldn't be used on a publicly-editable wiki.</font>'''</big> | <big>'''<font color="red">This widget shouldn't be used on a publicly-editable wiki.</font>'''</big> | ||
Line 11: | Line 11: | ||
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. | 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. | ||
− | == | + | == How to use this widget == |
− | + | See the [[Handbuch:Iframe|help page for this widget]]. | |
</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> | </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> |