Search code examples
barcodeqr-code

Multiple Links In QR Code


I was playing around with a QR Code generator for PHP today and it got me to wondering. Is there any way to have multiple links within a QR Code? Something like the text being:

http://www.facebook.com,http://www.yahoo.com

or

[{"http://www.google.com"}, {"http://www.yahoo.com"}]

Nothing even close has come up for me in web searches. I am imagining a process where you would scan the QR Code and then choose which link you would like to go to. Anyone have any ideas on this? Just curious.


Solution

  • There is no provision in the standard for multiple URLs. Any handling of such would be scanner-specific and non-portable.