這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Donation Block For PayPal

外掛說明

Paypal donation block allows you to create dynamic PayPal Donation Buttons quickly and in a very easy way on your website.

Watch this 1 minute video of how the plugin works:

Plugin Functionality:

  • Sandbox/Live Mode
  • Dynamic Amount of Donation
  • All Currencies available
  • Dynamic Button Size
  • Dynamic Description
  • Donation Record Page
  • Donation Setting Page
  • Donation Success/Failed Page
  • Shortcode can be used in code too.

Shortcode

[paypal_donation_block email ='yourpaypalemail@example.com' amount ='10' currency='USD' purpose='Charity for Child Health Care' mode='sandbox' suggestion='1, 5, 10, 20, 50, 100' ]
<?php echo do_shortcode('[paypal_donation_block]'); ?>

Currency Codes

  • ‘AUD’ => ‘Australian Dollars (A $)’
  • ‘BRL’ => ‘Brazilian Real’
  • ‘CAD’ => ‘Canadian Dollars (C $)’
  • ‘CZK’ => ‘Czech Koruna’
  • ‘DKK’ => ‘Danish Krone’
  • ‘EUR’ => ‘Euros (€)’,
  • ‘HKD’ => ‘Hong Kong Dollar ($)’
  • ‘HUF’ => ‘Hungarian Forint’
  • ‘ILS’ => ‘Israeli New Shekel’
  • ‘JPY’ => ‘Yen (¥)’
  • ‘MYR’ => ‘Malaysian Ringgit’
  • ‘MXN’ => ‘Mexican Peso’
  • ‘NOK’ => ‘Norwegian Krone’
  • ‘NZD’ => ‘New Zealand Dollar ($)’
  • ‘PHP’ => ‘Philippine Peso’
  • ‘PLN’ => ‘Polish Zloty’
  • ‘GBP’ => ‘Pounds Sterling (£)’
  • ‘RUB’ => ‘Russian Ruble’
  • ‘SGD’ => ‘Singapore Dollar ($)’
  • ‘SEK’ => ‘Swedish Krona’
  • ‘CHF’ => ‘Swiss Franc’
  • ‘TWD’ => ‘Taiwan New Dollar’
  • ‘THB’ => ‘Thai Baht’
  • ‘TRY’ => ‘Turkish Lira’
  • ‘USD’ => ‘US Dollars’

螢幕擷圖

  • screenshot-1.jpg
  • screenshot-2.jpg
  • screenshot-3.jpg
  • screenshot-4.jpg

適用於區塊編輯器

這個外掛提供 1 個可供 Gutenberg/區塊編輯器使用的區塊。

  • Paypal Donation Block

安裝方式

  • Download the plugin
  • Upload the folder “donations-block” to wp-content/plugins (or upload a zip through the WordPress admin)

常見問題集

How to create PayPal donation button ?

  • Select donation button block from blocks list.
  • Also you can place shortcode [paypal_donation_block]

使用者評論

閱讀全部 5 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Donation Block For PayPal〉的開發相關工作。

參與者

〈Donation Block For PayPal〉外掛目前已有 4 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Donation Block For PayPal〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

= 1.0.0
* Very first release which allows many dynamic options like Sandbox/Live mode, Amount, Button Size, etc.
= 1.1.0
* Security changes and upgrade stable version
= 2.0.0
* Add new option in donation block, donation setting page and donation record page at admin side and upgraded with wordpress current version
= 2.1.0
* Security changes and updated to boilerplate code