Admin (обговорення | внесок) (Створена сторінка: <noinclude> This widget allows you to add a [https://developers.google.com/youtube/player_parameters YouTube video player] to your wiki page. Created by [https://www.mediawikiwidgets.org/User:Yaron_Koren Yaron Koren] and extended by [https://www.mediawikiwidgets.org/User:Kghbln Karsten Hoffmeyer]. == Using this widget == For information on how to use this widget, see the [https://www.mediawikiwidgets.org/YouTube widget description page on MediaWikiWidget...) |
Admin (обговорення | внесок) Немає опису редагування |
||
| Рядок 1: | Рядок 1: | ||
<noinclude> | <noinclude>__NOTOC__ | ||
This widget allows you to | 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: | 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 | 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. | |||
Consider making a widget that is specific to the site you wish to iframe instead. You can also consider adding the [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#attributes sandbox and allow] attribute to the iframe, which reduces but does not eliminate the risk of tricking users. | |||
== Copy to your site == | == Copy to your site == | ||
To use this widget on your site, just install | 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 | </noinclude><includeonly><iframe src="<!--{$url|validate:url|escape:html|regex_replace:"#^(?!(https?:)?//).*#i":''}-->" style="border: <!--{$border|escape:html|default:0}-->" width="<!--{$width|escape:html|default:400}-->" height="<!--{$height|escape:html|default:300}-->"></iframe></includeonly> | ||
Версія за 14:24, 2 березня 2023
This widget allows you to embed any web page on your wiki page using an iframe tag.
Created by Sergey Chernyshev.
Using this widget
For information on how to use this widget, see widget description page on MediaWikiWidgets.org.
This widget should not 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.
Consider making a widget that is specific to the site you wish to iframe instead. You can also consider adding the sandbox and allow attribute to the iframe, which reduces but does not eliminate the risk of tricking users.
Copy to your site
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:YouTube.