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://ko.wordpress.org/plugins/bvk-lightning-donate/#description)
 * [평가](https://ko.wordpress.org/plugins/bvk-lightning-donate/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/bvk-lightning-donate/#installation)
 * [개발](https://ko.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.

## FAQ

### 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/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/bvk-lightning-donate/)을 [RSS](https://plugins.trac.wordpress.org/log/bvk-lightning-donate/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 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보다 적음**
 *  워드프레스 버전 ** 6.0 또는 그 이상 **
 *  다음까지 시험됨: **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://ko.wordpress.org/plugins/tags/bitcoin/)[donate](https://ko.wordpress.org/plugins/tags/donate/)
   [Lightning](https://ko.wordpress.org/plugins/tags/lightning/)[LNURL](https://ko.wordpress.org/plugins/tags/lnurl/)
 *  [고급 보기](https://ko.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/)