-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
D edited this page Aug 2, 2026
·
1 revision
- Download the latest release
.zipfrom the releases page or from WordPress.org - Go to Plugins → Add New → Upload Plugin
- Upload the
.zipand activate - Go to WooCommerce → Settings → Payments → CLINK (Lightning) to configure
# Navigate to your WordPress plugins directory
cd wp-content/plugins/
# Clone the repository
git clone https://github.com/WoompaLoompa/woo-clink.git woocommerce-clink-gateway
# Install JS dependencies and build (optional — a pre-built bundle is included)
cd woocommerce-clink-gateway
npm install && npm run buildThen activate the plugin from the WordPress admin.
The release
.zipalready contains the pre-built JavaScript bundle, sonpm install && npm run buildis only needed when developing or cloning frommain.
- Go to WooCommerce → Settings → Payments
- Find Bitcoin Lightning (via CLINK) and click Set up / Manage
- Paste your
noffer1...string into the CLINK Offer String field - Save changes
See Configuration for a full walkthrough of every setting, and Generating a noffer if you need to create one.