Title: BVK Lightning Donate
Author: tomaskrause
Published: <strong>2026 年 5 月 4 日</strong>
Last modified: 2026 年 5 月 4 日

---

搜尋外掛

![](https://ps.w.org/bvk-lightning-donate/assets/banner-772x250.jpg?rev=3522581)

![](https://ps.w.org/bvk-lightning-donate/assets/icon-256x256.png?rev=3522581)

# BVK Lightning Donate

 由 [tomaskrause](https://profiles.wordpress.org/tomaskrause/) 開發

[下載](https://downloads.wordpress.org/plugin/bvk-lightning-donate.1.1.1.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/bvk-lightning-donate/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/bvk-lightning-donate/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/bvk-lightning-donate/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/bvk-lightning-donate/#developers)

 [技術支援](https://wordpress.org/support/plugin/bvk-lightning-donate/)

## 外掛說明

BVK Lightning Donate adds a simple donation widget below each post, letting readers
send sats over the Lightning Network. No middleman, no fees, payments go straight
to your Lightning wallet.

**Features:**

 * Widget appears automatically below posts (or via the `[bvk-lightning-donate]`
   shortcode)
 * Master on/off toggle — the widget is disabled by default until you configure 
   the plugin
 * Configurable preset amounts in sats plus a custom amount on click
 * Opens a Lightning wallet on mobile, shows a QR code on desktop
 * Lightning address always visible with click-to-copy
 * Optional link for users without a wallet
 * Configurable primary color and background (Bitcoin orange by default)
 * Choose which post types display the widget
 * No dependencies, no external tracking, no Composer required
 * Fully translatable via `.po`/`.mo` files

**How it works:**

The widget uses the open [Lightning Address](https://lightningaddress.com/) standard.
You just need a Lightning Address in the format `you@yourwallet.com` — supported
by most popular Lightning wallets and self-hosted nodes (BTCPay Server, LNbits, 
etc.).

When a visitor clicks “Send”, their browser requests an invoice directly from your
wallet server. The plugin does not proxy any payments and does not take a cut.

### External Services

This plugin connects to an external Lightning wallet server configured in the plugin
settings to generate a BOLT11 payment invoice.

**Who it talks to:** The domain is derived from the Lightning Address set by the
site administrator. The plugin itself does not hardcode any specific endpoint — 
it works with any LNURL-pay compatible wallet provider or self-hosted node (BTCPay
Server, LNbits, etc.).

**When:** Only when a visitor actively clicks the “Send via Lightning” button. No
data is sent without that interaction.

**What is sent:** An HTTPS GET request with an `amount` parameter (amount in millisats).
The request originates from the visitor’s browser, not from the WordPress server.
The wallet provider sees the visitor’s IP address, User-Agent, and Referer header—
standard browser behavior for any outbound request.

**Terms of service and privacy:** Depend on the chosen wallet. Site administrators
are responsible for reviewing the terms of service and privacy policy of their chosen
Lightning wallet provider on that provider’s official website. For self-hosted nodes(
BTCPay, LNbits, Phoenix, etc.), the node operator’s own terms apply.

**Important:** No data is sent until the site administrator explicitly configures
a Lightning Address and enables the widget. After installation, the plugin is disabled
by default.

## 安裝方式

 1. Upload the `bvk-lightning-donate` folder to `/wp-content/plugins/` (or install 
    through the WordPress admin).
 2. Activate the plugin from the “Plugins” menu.
 3. Go to “Settings  BVK Lightning Donate”.
 4. Enter your Lightning Address and tick “Show widget on site”.
 5. Done — the widget appears automatically below posts.

## 常見問題集

### What is a Lightning Address?

A Lightning Address is a simple identifier in the format `you@yourwallet.com` that
lets you receive Lightning payments. Many Lightning wallet providers offer one, 
or you can run your own via BTCPay Server or LNbits.

### Does the plugin take a percentage of donations?

No. The plugin only renders the widget and passes the invoice from your wallet directly
to the visitor. Payments go straight to your Lightning wallet — the plugin does 
not proxy or store anything.

### Does it work without JavaScript?

No — the payment flow requires JavaScript (fetching LNURL, generating the QR code).
Without JS the widget will render but the buttons will not respond.

### Does the plugin send data anywhere?

Not from the PHP side. Only when a visitor clicks “Send”, their browser connects
directly to your Lightning wallet server (based on the domain in your Lightning 
Address) to request an invoice. See the “External Services” section for details.

### Can I display the widget only on specific posts?

Yes. In settings, select which post types show the widget, or insert the `[bvk-lightning-
donate]` shortcode in a specific post. If the shortcode is present in the content,
automatic insertion is disabled for that post.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈BVK Lightning Donate〉的開發相關工作。

參與者

 *   [ tomaskrause ](https://profiles.wordpress.org/tomaskrause/)

〈BVK Lightning Donate〉外掛目前已有 1 個本地化語言版本。 感謝[全部譯者](https://translate.wordpress.org/projects/wp-plugins/bvk-lightning-donate/contributors)
為這個外掛做出的貢獻。

[將〈BVK Lightning Donate〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/bvk-lightning-donate)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/bvk-lightning-donate/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/bvk-lightning-donate/)，或透過
[RSS](https://plugins.trac.wordpress.org/log/bvk-lightning-donate/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/bvk-lightning-donate/)。

## 變更記錄

#### 1.1.1

 * Added Czech (cs_CZ) translation.
 * Fixed translation loading to use absolute path for reliability.

#### 1.1.0

 * Pass post slug as LNURL-pay `comment` so recipients can attribute donations to
   a specific post (only when the recipient’s LNURL service advertises `commentAllowed`).

#### 1.0.1

 * Inline “what is this?” link next to the Lightning Address.
 * Default color scheme switched to Bitcoin logo orange.
 * Bumped internal asset version to force cache refresh.

#### 1.0.0

 * Initial release.

## 中繼資料

 *  版本 **1.1.1**
 *  最後更新 **6 天前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [Czech](https://cs.wordpress.org/plugins/bvk-lightning-donate/) 及 [English (US)](https://wordpress.org/plugins/bvk-lightning-donate/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/bvk-lightning-donate)
 * 標籤:
 * [bitcoin](https://tw.wordpress.org/plugins/tags/bitcoin/)[donate](https://tw.wordpress.org/plugins/tags/donate/)
   [Lightning](https://tw.wordpress.org/plugins/tags/lightning/)[LNURL](https://tw.wordpress.org/plugins/tags/lnurl/)
 *  [進階檢視](https://tw.wordpress.org/plugins/bvk-lightning-donate/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/bvk-lightning-donate/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/bvk-lightning-donate/reviews/)

## 參與者

 *   [ tomaskrause ](https://profiles.wordpress.org/tomaskrause/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/bvk-lightning-donate/)