WP Manifestindependent plugin directory

Raise archived

Free Donation Plugin for WordPress

by Naoki Peter · github.com/ea-foundation/raise · website

6stars
3forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/ea-foundation/raise/archive/refs/heads/master.zip

Declares an update source (ea-foundation/raise), so updates arrive through the plugin's own updater.

From the readme

Raise Free donation plugin for Wordpress. Supports one-time and monthly payments, confirmation and notification-emails, webhooks, a newsletter checkbox, a tax deductibility checkbox, multiple purposes, custom colors, Javascript events, single form inheritance, sandbox mode, centralized settings and translations (German, French, Russian). Accept donations via Stripe, PayPal, GoCardless, BitPay, Coinbase, Skrill or bank transfers. Prerequisites PHP ≥5.6.3 WordPress ≥4.8 Installation For a manual installation, download this repository and follow the instructions for a manual install. To receive updates, install Github Updater. To embed the form in a page, use the shortcode [raiseform form="" live=""]. If the live parameter is set to false, the plugin will use the sandbox settings for each payment provider. Configuration Configuration is done in JSON. The plugin comes with a visual JSON editor. Initially, the default settings are loaded from parameters.js.php.dist. Once a modified version is saved, the plugin fetches settings from the database. Full example { "organization": { "en": "Effective Altruism Foundation", "de": "Stiftung für Effektiven Altruismus" },

Read the full README on GitHub →