內容簡介
Qrexora QR Generator 讓訪客能夠在網站上直接生成 QR 碼,所有操作均在瀏覽器內部進行,無需外部 API 或網路請求,確保使用者隱私與安全。
【主要功能】
• 支援多種 QR 碼類型生成
• 實時預覽 QR 碼效果
• 自訂前景與背景顏色
• 可調整 QR 碼大小
• 選擇錯誤更正等級
• 將 QR 碼儲存為 PNG 或 SVG 圖片
外掛標籤
開發者團隊
原文外掛簡介
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.
