Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

QR Code with multiple information type

Tags:

qr-code

I was wondering if there's a way to build a QR code with two kinds of data - one text data and two link URLs. Is it possible to do it?

like image 336
AleNegrini Avatar asked Feb 07 '26 04:02

AleNegrini


1 Answers

A QR Code is a two-dimensional barcode capable of storing (according to Wikipedia) up to 2,953 bytes of binary data or 4,296 simple alphanumeric characters. The data can contain whatever you like.

The difficulty with storing multiple URLs in a QR-code is not that it is impossible, but that most scanner apps in smart phones and so on will only process a single URL. If you are writing the scanner app too then, yes, it it possible, otherwise it is possible but probably not advisable.

If you wish to store a single URL and some contact details you might look at storing a vCard in your QR code (here is a generator; I have no affiliation with this project).

like image 165
Stephen Kennedy Avatar answered Feb 12 '26 13:02

Stephen Kennedy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!