Title: Milotche Donation Lite
Author: milotche
Published: <strong>4 Korrik, 2026</strong>
Last modified: 22 Korrik, 2026

---

Kërkoni te shtojca

![](https://ps.w.org/milotche-donation-lite/assets/banner-772x250.png?rev=3596153)

![](https://ps.w.org/milotche-donation-lite/assets/icon-256x256.png?rev=3596153)

# Milotche Donation Lite

 Nga [milotche](https://profiles.wordpress.org/milotche/)

[Shkarkim](https://downloads.wordpress.org/plugin/milotche-donation-lite.1.1.1.zip)

 * [Hollësi](https://sq.wordpress.org/plugins/milotche-donation-lite/#description)
 * [Shqyrtime](https://sq.wordpress.org/plugins/milotche-donation-lite/#reviews)
 *  [Instalim](https://sq.wordpress.org/plugins/milotche-donation-lite/#installation)
 * [Zhvillim](https://sq.wordpress.org/plugins/milotche-donation-lite/#developers)

 [Asistencë](https://wordpress.org/support/plugin/milotche-donation-lite/)

## Përshkrim

**Milotche Donation Lite** lets your visitors make a one-time donation with their
credit card, right on your page, using Stripe. No redirection to an external checkout—
the card field is embedded in your donation form.

Drop the shortcode on any page and you are ready to receive donations.

#### Features

 * One-time donations powered by Stripe (PaymentIntents API)
 * Embedded Stripe card field — donors never leave your site
 * Preset donation amount buttons (fully customizable)
 * Choose from 19 currencies: EUR, USD, CAD, GBP, JPY, AUD, CHF, CNY, HKD, NZD, 
   SEK, NOK, DKK, SGD, KRW, INR, MXN, BRL, PLN
 * Clean, responsive donation form
 * Available in English and French
 * Lightweight — no bloat, no account required beyond your own Stripe keys

#### Shortcode

Add the donation form anywhere with:

    ```
    [milotche_donation]
    ```

Customize the title, button label and amounts:

    ```
    [milotche_donation title="Support us" button="Donate" amounts="5,10,25,50" currency="usd"]
    ```

#### Upgrade to Milotche Donation Pro

Milotche Donation Lite is free and fully functional. Need more? The [Pro version](https://milotche.com/en/product/don-simple/)
adds:

 * **Recurring donations** — let donors give monthly or yearly (Stripe subscriptions)
 * **Custom amount field** — donors enter any amount they wish
 * **Priority support** from the Milotche team

Get it here: [English](https://milotche.com/en/product/don-simple/) · [Français](https://milotche.com/produit/don-simple/)

### External services

This plugin connects to the Stripe API (https://api.stripe.com) to create payment
intents and process donations. When a visitor submits the donation form, the donation
amount and currency are sent to Stripe using the secret key you configure in the
plugin settings. Card details are collected directly by Stripe.js in the visitor’s
browser and are never processed by your server.

 * Stripe API — used to create and confirm payments. See Stripe’s [Terms of Service](https://stripe.com/legal)
   and [Privacy Policy](https://stripe.com/privacy).
 * Stripe.js (https://js.stripe.com/v3/) — loaded on pages that display the donation
   form to securely collect card data.

No data is sent to any Milotche server. The Pro upgrade links are static outbound
links only.

## Foto ekrani

[⌊The donation form on the front end.⌉⌊The donation form on the front end.⌉[

The donation form on the front end.

[⌊The plugin settings page.⌉⌊The plugin settings page.⌉[

The plugin settings page.

## Instalim

 1. Upload the plugin to the `/wp-content/plugins/` directory, or install it through
    the WordPress Plugins screen directly.
 2. Activate the plugin through the **Plugins** screen in WordPress.
 3. Go to **Settings  Milotche Donation** and enter your Stripe publishable key and
    secret key, then choose your currency.
 4. Add the `[milotche_donation]` shortcode to any page or post.

You will need a [Stripe account](https://dashboard.stripe.com/register). Your API
keys are available in the Stripe Dashboard under **Developers  API keys**.

## PBR

### Do I need a Stripe account?

Yes. The plugin uses your own Stripe account. Create one for free at stripe.com 
and paste your publishable and secret keys into the plugin settings.

### Are card details safe?

Yes. Card information is collected directly by Stripe’s official Stripe.js library
in the visitor’s browser. Your server never sees or stores raw card numbers.

### Can I accept recurring (monthly/yearly) donations?

Recurring donations are available in [Milotche Donation Pro](https://milotche.com/en/product/don-simple/).
The Lite version handles one-time donations.

### Can donors enter a custom amount?

The Lite version offers preset amount buttons. A custom amount field is available
in [Milotche Donation Pro](https://milotche.com/en/product/don-simple/).

### Which currencies are supported?

EUR, USD, CAD, GBP, JPY, AUD, CHF, CNY, HKD, NZD, SEK, NOK, DKK, SGD, KRW, INR, 
MXN, BRL and PLN. Zero-decimal currencies such as JPY and KRW are charged in whole
units, as required by Stripe.

## Shqyrtime

Për këtë shtojcë s’ka shqyrtime.

## Kontribues & Zhvillues

“Milotche Donation Lite” është software me burim të hapur. Në këtë shtojcë kanë 
dhënë ndihmesë personat vijues.

Kontribues

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

[Përkthejeni “Milotche Donation Lite” në gjuhën tuaj.](https://translate.wordpress.org/projects/wp-plugins/milotche-donation-lite)

### Ju intereson zhvillimi?

[Shfletoni kodin](https://plugins.trac.wordpress.org/browser/milotche-donation-lite/),
shkarkoni [depon SVN](https://plugins.svn.wordpress.org/milotche-donation-lite/),
ose pajtohuni përmes [RSS-je](https://plugins.trac.wordpress.org/log/milotche-donation-lite/?limit=100&mode=stop_on_copy&format=rss)
te [regjistri i zhvillimeve](https://plugins.trac.wordpress.org/log/milotche-donation-lite/).

## Regjistër ndryshimesh

#### 1.1.1

 * Settings page: the full list of available currencies is now shown under the currency
   selector, and the shortcode example documents the `currency` attribute.

#### 1.1.0

 * Added 15 new currencies (JPY, AUD, CHF, CNY, HKD, NZD, SEK, NOK, DKK, SGD, KRW,
   INR, MXN, BRL, PLN) for a total of 19.
 * Correct handling of zero-decimal currencies (JPY, KRW) per Stripe requirements.
 * Fixed: the `currency` shortcode attribute now applies to the actual charge, not
   just the displayed symbol.

#### 1.0.0

 * Initial release: one-time Stripe donations, preset amounts, EUR/USD/CAD/GBP, 
   English & French.

## Të tjera

 *  Version **1.1.1**
 *  Përditësuar së fundi më **4 javë më parë**
 *  Instalime aktive **Më pak se 10**
 *  Version WordPress-i ** 5.8 ose më i madh **
 *  E provuar deri me **7.0.4**
 *  Version PHP-je ** 7.4 ose më i madh **
 *  Gjuhë
 * [English (US)](https://wordpress.org/plugins/milotche-donation-lite/)
 * Etiketa
 * [donate](https://sq.wordpress.org/plugins/tags/donate/)[donation](https://sq.wordpress.org/plugins/tags/donation/)
   [fundraising](https://sq.wordpress.org/plugins/tags/fundraising/)[payment](https://sq.wordpress.org/plugins/tags/payment/)
   [stripe](https://sq.wordpress.org/plugins/tags/stripe/)
 *  [Pamje e Thelluar](https://sq.wordpress.org/plugins/milotche-donation-lite/advanced/)

## Vlerësime

S’është parashtruar ende ndonjë përshtypje.

[Your review](https://wordpress.org/support/plugin/milotche-donation-lite/reviews/#new-post)

[Shihni krejt shqyrtimet](https://wordpress.org/support/plugin/milotche-donation-lite/reviews/)

## Kontribues

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

## Asistencë

Keni diçka për të thënë? Ju duhet ndihmë?

 [Shihni forum asistence](https://wordpress.org/support/plugin/milotche-donation-lite/)