Ideali Donate

外掛說明

Powered by Ideali — the zero-fee fundraising platform where donors pay you directly and funds land in your account within 24 hours.

Ideali Donate allows website owners to manage multiple donation campaigns and display them anywhere on their site using shortcodes.

Features include:

  • Create unlimited campaigns
  • Embed donation forms in an iframe
  • Popup donate buttons
  • Custom button text
  • Custom button colors
  • Adjustable iframe size
  • Easy shortcode usage

Perfect for nonprofits, charities, fundraising websites, and organizations collecting donations.

Shortcode usage

Basic embed:

[ideado_donate id="1"]

Popup button:

[ideado_donate id="1" type="popup"]

Custom size:

[ideado_donate id="1" width="600" height="800"]

Supported attributes: id, type (iframe or popup), width, height.

螢幕擷圖

安裝方式

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin from the WordPress admin
  3. Go to the Ideali Donate menu
  4. Add a campaign
  5. Copy the shortcode and paste it anywhere

常見問題集

Can I add multiple campaigns?

Yes. You can create unlimited campaigns.

Can I customize button text?

Yes. Each campaign has its own button text.

Can I change button color?

Yes. A color picker is provided.

Does it work with any donation platform?

Yes. You can paste any campaign URL that uses http or https.

Why doesn’t my popup button open?

Make sure the shortcode is rendered through normal page or post output. The plugin loads its styles and script only on pages where the shortcode actually runs.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Ideali Donate〉的開發相關工作。

參與者

將〈Ideali Donate〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

2.3

  • Assets and popup markup now load based on actual shortcode execution, so the popup works inside block themes, template parts, widgets and reusable blocks
  • Moved admin form processing to admin_init so redirects fire before any output
  • Added URL scheme validation (http and https only)
  • Removed unused CSS and JavaScript files that were never enqueued
  • Removed WordPress.org banner and icon images from the plugin download
  • Improved popup accessibility: keyboard-operable close button, focus handling, and correct hidden state
  • Fixed admin notice markup
  • Added missing input unslashing on admin request values
  • Added Plugin URI, Requires at least and Requires PHP plugin headers
  • Corrected shortcode documentation in the readme
  • Tested up to WordPress 7.1

2.2

  • Popup improvements and styling options

2.0

  • Improved security
  • Added popup support
  • Added styling options
  • Code refactor