Descrição
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:
- URL
- Plain text
- vCard
- Email (address, subject, message)
- Phone number
- SMS (number and message)
- Wi-Fi (SSID, password, encryption, hidden network)
Features:
- QR type tabs for faster switching
- Live QR preview
- Automatic QR updates when you change tab, content, or settings
- Preview clears when the active tab has empty required values
- Custom foreground and background colors
- Adjustable QR size
- Selectable error correction level (L, M, Q, H)
- Reset button
- Save the QR code as a PNG image (button under preview)
- Save the QR code as an SVG image (button under preview)
- Responsive, mobile-friendly, keyboard-accessible design
A settings page (Settings Qrexora QR Generator) lets site administrators choose the default size, colors, error correction, and which QR types are enabled.
Privacy
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.
Third-Party Libraries
This plugin bundles the following GPL-compatible third-party library:
- qrcode.js by davidshimjs (based on QR Code for JavaScript by Kazuhiko Arase) — MIT License.
Source: https://github.com/davidshimjs/qrcodejs
License text: assets/js/lib/LICENSE-qrcode.txt
The word “QR Code” is a registered trademark of DENSO WAVE INCORPORATED.
Usage
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.
Instalação
- Upload the
qrexora-qr-generatorfolder to the/wp-content/plugins/directory, or install the plugin through the WordPress Plugins screen directly. - Activate the plugin through the “Plugins” screen in WordPress.
- (Optional) Go to Settings Qrexora QR Generator to configure defaults.
- Add the shortcode
[qrexora_qr_generator]to any page or post.
Perguntas frequentes
-
Does this plugin send data to any external service?
-
No. QR codes are generated locally in the visitor’s browser. No external requests are made.
-
Can I use it multiple times on one page?
-
Yes. Each instance of the shortcode works independently.
-
Which QR content types are supported?
-
URL, text, vCard, email, phone, SMS, and Wi-Fi. Administrators can enable or disable types on the settings page.
Avaliações
Não há avaliações para este plugin.
Colaboradores e desenvolvedores
“Qrexora QR Generator” é um programa de código aberto. As seguintes pessoas contribuíram para este plugin.
ColaboradoresTraduzir o “Qrexora QR Generator” para seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, consulte o repositório SVN ou assine o registro de desenvolvimento por RSS.
Registro de alterações
1.0.2
- Renamed plugin branding to Qrexora QR Generator.
- Updated slug, text domain, and shortcode to the Qrexora naming.
- Updated bundled asset dependency metadata to align with the 1.0.2 release.
1.0.1
- Updated plugin slug references for WordPress directory submission consistency.
- Updated plugin metadata for directory submission consistency.
1.0.0
- Initial release.