Widget:Mybutton: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
(Nieuwe pagina aangemaakt met '<noinclude>__NOTOC__ This widget allows you to embed '''[https://www.disqus.com/ DISQUS Comments]''' on your wiki page. Created by [https://www.mediawikiwidgets.or...') |
Geen bewerkingssamenvatting |
||
Regel 1: | Regel 1: | ||
<noinclude>__NOTOC__ | <noinclude>__NOTOC__ | ||
This widget allows you to embed | This widget allows you to embed a button on your wiki page. | ||
Created by | Created by User:Eelco | ||
== Using this widget == | == Using this widget == | ||
For information on how to use this widget, see | For information on how to use this widget, see ??? | ||
id= | |||
Issues: | |||
* multiple buttons per page are allowed; | |||
* each button on a page must have a unique name (id); | |||
* | |||
== Copy to your site == | == 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}}'''. | 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><div id=" | </noinclude><includeonly><div id="mybutton-$id"></div> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
function button_$id_handler() { | |||
$.get("http://www.example.com", (res) => {console.log(res);}); | |||
} | |||
document.getElementById("mybutton-$id").onclick = button_$id_handler; | |||
} | |||
</script> | </script> | ||
<noscript>Please enable JavaScript | <noscript>Please enable JavaScript. </noscript></includeonly> | ||
Versie van 23 dec 2019 20:07
This widget allows you to embed a button on your wiki page.
Created by User:Eelco
Using this widget
For information on how to use this widget, see ???
id=
Issues:
- multiple buttons per page are allowed;
- each button on a page must have a unique name (id);
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:Mybutton.