Title: BVK Lightning Donate
Author: tomaskrause
Published: <strong>May 4, 2026</strong>
Last modified: May 4, 2026

---

Search plugins

![](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

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

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

 * [Details](https://ewe.wordpress.org/plugins/bvk-lightning-donate/#description)
 * [Reviews](https://ewe.wordpress.org/plugins/bvk-lightning-donate/#reviews)
 *  [Installation](https://ewe.wordpress.org/plugins/bvk-lightning-donate/#installation)
 * [Development](https://ewe.wordpress.org/plugins/bvk-lightning-donate/#developers)

 [Support](https://wordpress.org/support/plugin/bvk-lightning-donate/)

## Description

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.

## Installation

 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.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“BVK Lightning Donate” is open source software. The following people have contributed
to this plugin.

Contributors

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

“BVK Lightning Donate” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/bvk-lightning-donate/contributors)
for their contributions.

[Translate “BVK Lightning Donate” into your language.](https://translate.wordpress.org/projects/wp-plugins/bvk-lightning-donate)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/bvk-lightning-donate/),
check out the [SVN repository](https://plugins.svn.wordpress.org/bvk-lightning-donate/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/bvk-lightning-donate/)
by [RSS](https://plugins.trac.wordpress.org/log/bvk-lightning-donate/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 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.

## Meta

 *  Version **1.1.1**
 *  Last updated **6 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [Czech](https://cs.wordpress.org/plugins/bvk-lightning-donate/) and [English (US)](https://wordpress.org/plugins/bvk-lightning-donate/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/bvk-lightning-donate)
 * Tags
 * [bitcoin](https://ewe.wordpress.org/plugins/tags/bitcoin/)[donate](https://ewe.wordpress.org/plugins/tags/donate/)
   [Lightning](https://ewe.wordpress.org/plugins/tags/lightning/)[LNURL](https://ewe.wordpress.org/plugins/tags/lnurl/)
 *  [Advanced View](https://ewe.wordpress.org/plugins/bvk-lightning-donate/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/bvk-lightning-donate/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/bvk-lightning-donate/)