
內容簡介
總結:KC Donate Box 在您的文章後方新增一個輕量級的捐贈/支持面板,具備自訂標題和訊息、可重複自訂連結、多個加密錢包與QR碼、複製到剪貼簿按鈕、短代碼等功能。此外,若設置為「Auto」QR模式,可選擇使用外部API生成QR圖像,否則可選擇直接上傳QR圖像或不使用外部服務。
問題與答案:
1. KC Donate Box主要提供哪些功能?
- 提供自訂標題和訊息
- 可建立可重複自訂連結,例如「給我一杯咖啡」、PayPal等
- 支援多個加密錢包並具備QR碼功能
- 提供複製到剪貼板按鈕
- 可透過短代碼 [kcdobo_donate_box] 嵌入文章中
- 可重置至預設值,並支援JSON匯出/匯入
2. 當設置QR模式為「Auto」時,插件將如何處理?
當QR模式設置為「Auto」時,插件會透過外部API生成QR圖像。它會將錢包URI(例如:「bitcoin:」、「ethereum:」)發送給外部服務以獲取QR圖像,且僅在前端呈現時以及QR Mode為「Auto」的條目上進行。
外掛標籤
開發者團隊
原文外掛簡介
KC Donate Box adds a lightweight donate/support panel after your posts:
Custom title & message
Repeatable custom links (e.g., Buy me a coffee, PayPal)
Multiple crypto wallets with QR (uploaded image or auto-generated)
Copy-to-clipboard button
Shortcode: [kcdobo_donate_box]
Reset to defaults, and JSON export/import
No tracking. No external calls unless you choose “Auto” QR (uses api.qrserver.com)
External Services
This plugin can optionally generate QR images via an external API when the “QR mode” is set to “Auto”.
In that case, the plugin sends the wallet URI (e.g., “bitcoin:”, “ethereum:”) to the external service to get a QR image.
Service: GOQR – QR code API (api.qrserver.com)
– Purpose: Generating QR images for the configured wallet URIs.
– Data sent: Only the wallet URI (as the data parameter) and the requested QR size. No personal data is sent by the plugin.
– When: On front-end render (when the donate box is visible) and only for entries where QR Mode = “Auto”.
– Terms of Service: https://goqr.me/legal/tos-api.html
– Privacy Policy: https://goqr.me/privacy-safety-security/
– API docs: https://goqr.me/api/doc/create-qr-code/
If you prefer not to contact external services, set “QR mode” to “Upload” (use a locally uploaded QR image) or “None”.
