Scanning QR code within my website

Hi,

I would like users to scan QR code and store the results in a database.

Is there a QR reader I can embed in my site?

itay

2 Likes

There are at present no apps to do that, you will have to find an online qr reader the you can import into Wix through html iframe etc.
https://www.sitepoint.com/create-qr-code-reader-mobile-website/
https://itsolutionstuff.com/post/jquery-html5-qr-code-scanner-using-instascan-js-exampleexample.html
https://github.com/schmich/instascan

For creating your own and using with Wix, see here.
https://www.wix.com/corvid/forum/community-discussion/it-is-possible-to-create-a-qr-code

Hi,
I copied the QR Code reader mobile webiste code;

why is there always a parsing error: unexpected token < appearing.

Wix works with javascript on pages, you can’t use html/css/js.

This either needs to go in a html iFrame on your page or in a custom new tool in Tracking and Analytics.

https://support.wix.com/en/article/using-iframes-to-display-visible-content-on-your-site
https://support.wix.com/en/article/embedding-custom-code-to-your-site

Important:
Wix does not provide support for technical difficulties associated with third-party code snippets. If you are experiencing an issue with your code snippet, please contact the provider directly.

Old post being closed.