How to make a custom scannable code like Messenger, Snapchat and Kik?
Lately I've wanted to create a custom scannable code for my app, like the ones above. Has anyone tried something similar? I'm using JavaScript, but any language is interesting.
I thought QR Code follows a set rule for where the information is stored in the image. As far as I can see all of these have a custom set of rules, and thus need a custom reader to be able to decode.
That's more of what I'm interesting in, but thank you for your answer!
Mario Giambanco
Director of User Experience Development
It's just a QR Code with a custom image
With PHP
With JS