Last Updated: February 25, 2016
·
415
· sitebase

Favelet QR code

Favelet to generate QR code from the current website URL. This way you can just scan to QR code if you want to test it on your mobile device.

javascript:(function(){var api="http://chart.apis.google.com/chart?cht=qr&amp;chs=200x200&amp;chl=" + encodeURIComponent(document.location.href) + "&chld=H|0";document.write('<img src="' + api + '" width="200" height="200" />');})()