
內容簡介
QROVA QR Codes & Girocode 外掛可直接在瀏覽器中生成 QR 碼,無需連接第三方伺服器,並且不會記錄訪客資訊。此外掛適合用於網站連結、聯絡資訊及支付碼等多種用途,提升使用便利性。
【主要功能】
• 生成網站、電子郵件或電話號碼的 QR 碼
• 提供 Wi-Fi 密碼的 QR 碼,方便訪客掃描
• 創建數位名片 (vCard) 用於展會或電子郵件簽名
• 支援 WhatsApp 聯絡碼,並可預填訊息
• 生成 EPC 支付碼,簡化 WooCommerce 訂單支付
外掛標籤
開發者團隊
原文外掛簡介
This plugin creates QR codes directly in the browser. Nothing is sent to a third-party server, no image files are written to your server, and nothing about your visitors is recorded.
What you can do with it
A code for a website, an email address or a phone number
Wi-Fi access to print and hang up — guests scan instead of typing the password
A digital business card (vCard) for trade fairs, flyers or your email signature
A WhatsApp contact with a prefilled message
An EPC payment code (Girocode) on WooCommerce orders
The payment code for invoices
With advance payment or bank transfer, customers type IBAN, amount and payment reference by hand. That is where transposed digits and missing order numbers come from, and matching payments to orders turns into manual work.
The EPC payment code per EPC069-12 solves this: the customer scans it with a banking app, and payee, IBAN, amount and payment reference are already filled in. The code appears automatically on every order that is not paid yet.
The standard is used by banks in the SEPA euro area (Germany, Austria, Switzerland for euro accounts, and others), so the code is shown only for orders in EUR.
How to place a code
As the block “QR Code” in the editor, or as a shortcode:
[qrova_qr data="https://example.com" size="200" download="yes"]
With download="yes" buttons for PNG and SVG appear. SVG scales without loss and is therefore the format print shops ask for — from a business card to a poster.
Privacy
Codes are generated locally by the bundled library qrcode-generator (MIT licence). There is no connection to an external service, no tracking and no cookies, so the plugin can be used without a cookie notice.
Static and dynamic codes
The codes created here are static: the target is part of the pattern. What is printed stays — that is reliable and free, but it cannot be changed after printing.
If you want to change the target later, or evaluate scans, you need dynamic codes with a redirect. This plugin deliberately does not do that, because it requires a server that performs the redirect. The difference is explained on the plugin page.
Third-party library
The plugin bundles qrcode-generator 1.4.4 by Kazuhiko Arase, published under the MIT licence. Both the readable source (assets/qrcode.js) and the minified build (assets/qrcode.min.js) are included, along with the licence text (assets/qrcode-LICENSE.txt). The library runs in the browser only.
