
So what are dynamic QR Codes?
The link (URL) in the code has to link to a forwarding page. The content of this forwarding page can be controlled to redirect the internet traffic to a page of your choosing. Whoever controls the forwarding page controls the traffic, by just changing this page you make your QR Code dynamic.

The cost, and being dependent/having to rely on a third party made me look into alternative.
Call it a do it yourself dynamic QR Code...
Suppose your domain is "www.MyDomain.com", and your host gives you the possibility to make your own sub-domains. I would make a sub-domain called "qrcode.MyDomain.com".
Make or have a QR Code made that links to this forwarding domain.
On this page place the following lines of HTML code in the "index.html" file:
<head>
<meta http-equiv="Refresh" content="0;URL=http://www.MyDomain.com">
</head>
And your Dynamic QR Code is finished. At the time you need your QR Code traffic going to a different URL just change this code. For statistical tracking, use google analytics (or another service). Just add the code supplied by goolge to the HTML code as shown above.
If you require a fast scanning, error free QR Code, dynamic or static :-), don't hesitate to visit http://www.kangaderoo.nl to see more examples of what is possible with QR Codes.
No comments:
Post a Comment