-
About Ideali
- What Is Ideali 1 min read
- Why Ideali Is Different 1 min read
- Who Can Use Ideali? 1 min read
- $0 Platform fees 1 min read
- Instant Payouts, Get Paid the Moment Your Donors Give 2 min read
-
Getting started with Ideali
- Creating Your Ideali Account 1 min read
- Setting Up Your Organization Profile 1 min read
-
Dashboard
- Navigating your Ideali dashboard 2 min read
-
Campaign Management
- Creating a Donation Campaign 2 min read
- Using the AI description and banner generator 2 min read
- Customizing your thank you email 1 min read
- Managing your campaign after publishing 2 min read
- Share your campaign 2 min read
- Duplicating or Cloning your campaign 2 min read
- Managing Your Archived Campaigns List 2 min read
-
Finances & Payments
- Setting Up Your Payment Account 1 min read
- Preset donation amounts, fixed & recurring 2 min read
- Viewing and filtering payments 2 min read
- Payment methods accepted on Ideali 1 min read
- Why payments fail and how to fix them 2 min read
- Managing Your Donors List 2 min read
- Managing Recurring Donations 2 min read
-
Tap to pay
- What is Tap to Pay 2 min read
- Setting up Ideali Tap to Pay 2 min read
- Tap to Pay Trouble Shooting 3 min read
-
Integration & Embeds
- Embedding Your Donation Campaign in WordPress 2 min read
- Connecting QuickBooks in Ideali 2 min read
- Connecting Constant Contact in Ideali 1 min read
-
Account Management
- Sub Profiles to Manage Multiple Campaigns 2 min read
- Setting Up Roles & Users 3 min read
- Securing Your Ideali Account 2 min read
-
Memberships
- Creating and Managing Membership Types 5 min read
- Managing Members Profiles 2 min read
- Reviewing Pending Membership 3 min read
- Membership Payments and Invoices 3 min read
- Building Custom Forms for Membership 3 min read
-
Ideali for Donors
- Make a Donation Through Ideali 2 min read
- Optional donor tips 1 min read
- Make a Recurring Donation 1 min read
- Your Donation Receipt 2 min read
Installing the Plugin
- Log in to your WordPress admin dashboard.
- Go to Plugins and click Add New.
- Search for Ideali Donate.
- Click Install Now and then Activate.
You can also download the plugin directly from the WordPress plugin directory.
Adding Your Campaign
Once the plugin is activated, go to the Ideali Donate menu in your WordPress dashboard. Under Add New Campaign enter your campaign name, your Ideali campaign URL, and a button text label such as “Donate Now.” Click Add Campaign and the plugin will generate shortcodes for you automatically.

Using Shortcodes
After adding your campaign, the plugin provides shortcodes you can paste into any page, post, or widget to display your donation form. There are three ways to embed your campaign:
- Basic embed — Displays the donation form inline on the page.
[ideado_donate id="1"] - Popup button — Displays a button that opens the donation form in a popup overlay.
[ideado_donate id="1" type="popup"] - Custom size embed — Displays the form inline with a specific width and height.
[ideado_donate id="1" width="600" height="900"]
Supported Attributes
You can customize the shortcode using the following attributes:
- id — The campaign ID. Example:
id="3" - type — Display type, either iframe or popup. Example:
type="popup" - width — The width of the embedded form. Example:
width="600"orwidth="100%" - height — The height of the embedded form. Example:
height="800"
Shortcode Examples
- Full width form —
[ideado_donate id="2" width="100%" height="700"] - Popup button —
[ideado_donate id="2" type="popup"] - Small embedded form —
[ideado_donate id="2" width="400" height="600"]

Managing Multiple Campaigns
You can add as many campaigns as you need. The All Campaigns table at the bottom of the plugin page lists every campaign you have added along with its ID, name, URL, iframe shortcode, and popup shortcode. You can copy the right shortcode for each campaign and place it anywhere on your site. To remove a campaign, click Delete next to it in the list.


