Widget
the widget is a link that triggers a lighbox-like effect which displays the QR code of the URL of the current page.
Test it here:
QR
<SCRIPT src="http://miniqr.com/api/create.js" type="text/javascript"></SCRIPT>
<a href="http://miniqr.com/" onclick="miniQR_widget();return false;">QR</a>
Just copy & paste the HTML code above on to your page.
The widget is implemented using the simple JS API of miniQR.com.
if you want to do fancy stuff, the miniQR_widget() function supports 2 optional parameters miniQR_widget(content, size) if you want the content to be something else than the default document.location and size something else than the default 300. a possible use could be, that you QR-link the desktop version of your page to the mobile version of the page.
NEW QR-CODE | Bookmarklet | API | Widget | About
Create QR-Codes. - miniQR.com is a project by Franz Enzenhofer.