Qrexora QR Generator lets your visitors create QR codes directly on your website using the [qrexora_qr_generator] shortcode. Everything happens locally in the browser with a bundled, GPL-compatible JavaScript library — no external APIs, CDNs, tracking, or network requests.
Plugin homepage: https://www.qrscanner.org/
Visitors can generate QR codes for:
Features:
A settings page (Settings Qrexora QR Generator) lets site administrators choose the default size, colors, error correction, and which QR types are enabled.
This plugin does not collect, store, or transmit any personal data. QR codes are generated entirely in the visitor’s browser. The plugin makes no external HTTP requests and loads no third-party scripts.
This plugin bundles the following GPL-compatible third-party library:
The word “QR Code” is a registered trademark of DENSO WAVE INCORPORATED.
Basic:
[qrexora_qr_generator]
With optional attributes:
[qrexora_qr_generator size="320" fg="#000000" bg="#ffffff" ecc="M"]
Attributes:
size — QR size in pixels (64–1000). Defaults to the setting value.fg — Foreground (dark) hex color. Defaults to the setting value.bg — Background (light) hex color. Defaults to the setting value.ecc — Error correction level: L, M, Q, or H. Defaults to the setting value.