QR Code API generator

Use our API to dynamically generate qr codes for any web page. Just copy and paste this javascript anywhere on your page and it will display a QR Code image - linking to the URL of the page.

Instructions

  1. Copy the code above anywhere you want the mobile code bookmarks to appear on your page.

Function parameters

Examples:

QR CodeData Matrix
<script type="text/javascript">
generateQRCODE("qr","150");
</script>
<script type="text/javascript">
generateQRCODE("dm","150");
</script>
<script type="text/javascript">
generateQRCODE("qr","150","http://www.google.com");
</script>
<script type="text/javascript">
generateQRCODE("dm","150","http://www.tag.cx");
</script>

That's all

The script will automatically generate a QR CODE for the webpage calling it. Now mobile phones can easily bookmark your webpage, just by taking a picture of the image generated by this script.

Users can download mobile code readers from tag.cx and for script support visit Mobile code bookmarks forum

QR Code - Generator API