This WordPress plugin contains a web barcode and a QR scanner for HTML input elements. With predefined query classes and the option to integrate your own query classes, it is possible to use the scanner in the admin interface or on the website. With the user-friendly administrator interface, further settings such as the texts of this plugin can be made.
Add the class .input-scanner-open to use the scanner with a click on the input element. or add the class .input-scanner-open-label to use the scanner-open-label to open the scanner.
You can also start the scanner with the function window.InputScanner.start(elm: HTMLInputElement).
- PC: Safari, Opera, Edge, Chrome, Firefox
- Android/IOS: Safari, Opera, Edge, Chrome, Firefox
- Upload the folder
input-scanner/pluginto the/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
- Go to the folder
input-scanner/scanner-js-src - Run
npm install& make your changes - Build the new file with
npm run build