Welcome to the QR Code Button

What is a QR Code?

A QR Code is a matrix code (or two-dimensional bar code) created by Japanese corporation Denso-Wave in 1994. The "QR" is derived from "Quick Response", as the creator intended the code to allow its contents to be decoded at high speed. QR Codes are common in Japan where they are currently the most popular type of two dimensional codes. The can be read by webcams and mobile phones, and can be used to store urls to websites and special offers.

What is the QR Code Button

The QR Code Button is a simple tool, that easily allows you to add a qr code to your websie/blog. Try it above by hovering over the small qrcode.

How to use the QRCode Button?

To use the QR Code Button all you need to use a small amount of HTML.

HTML code:
<!-- qrcode Button BEGIN -->
<script type="text/javascript">
// Please put your url in here (can be left blank
// if you want hide your id)
qrcode_user = 'http://example.com'
</script>
<a href="http://www.bluerhinos.co.uk/qrcode/njs.php" onclick="return false"
onmouseover="return qrcode_open(this, 'http://example.com/')" >
<img src="http://www.bluerhinos.co.uk/qrcode/qr_img.png" width="16" height="16"
border="0" alt="QR Button From bluerhinos.co.uk" />
</a>
<script type="text/javascript" src="http://www.bluerhinos.co.uk/qrcode/qrcode_box.js"></script>
<!-- Qrcode Button END -->

Just change the "example.com" to the uri you want to encode.
And you are Done, easy.

Things To Note

The qrcode_user is not required for the QR Button to work, it just lets us track our users, please note by leaving it blank does not hide the idenity of your site to use, it just informs us that you do not wish to be contacted about updates etc.

If heavy use is detected for a site, then bluerhinos.co.uk reservers the right to add advertising, or to disable the button for that site.

This service is provided as is, as comes with no warranty or guarantee of service.