Difference between revisions of "Widget:UrlButton"
m (actual url trigger added) |
m (oops. only one element at root level allowed ;)) |
||
Line 36: | Line 36: | ||
img.src = _event.target.href; | img.src = _event.target.href; | ||
img.style.visibility = "hidden"; | img.style.visibility = "hidden"; | ||
− | document.appendChild( img ); | + | document.body.appendChild( img ); |
setTimeout( function() | setTimeout( function() | ||
{ | { |
Revision as of 08:07, 13 April 2018
This widget allows you to create a (http) link that gets called on the background. This can be used to switch a light, pan a camera or skip a song.
Created by Xopr
Using this widget
To insert this widget, use the following code:
{{#widget:UrlButton |text=Left |url=http://camera?Direction=PanLeft }}
This will give the following result:
Note that url and text is mandatory.
Copy to your site
To use this widget on your site, just install MediaWiki Widgets extension and copy full source code of this page to your wiki as Widget:UrlButton article.