Skip to content

Installation

D edited this page Aug 2, 2026 · 1 revision

Installation

From WordPress Admin

  1. Download the latest release .zip from the releases page or from WordPress.org
  2. Go to Plugins → Add New → Upload Plugin
  3. Upload the .zip and activate
  4. Go to WooCommerce → Settings → Payments → CLINK (Lightning) to configure

Manual (git clone)

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

Then activate the plugin from the WordPress admin.

The release .zip already contains the pre-built JavaScript bundle, so npm install && npm run build is only needed when developing or cloning from main.

After Activation

  1. Go to WooCommerce → Settings → Payments
  2. Find Bitcoin Lightning (via CLINK) and click Set up / Manage
  3. Paste your noffer1... string into the CLINK Offer String field
  4. Save changes

See Configuration for a full walkthrough of every setting, and Generating a noffer if you need to create one.

Clone this wiki locally