Charitable Documentation

Learn how to make the most of Charitable with clear, step-by-step instructions.

Geolocation: Map Providers, Location Coverage, and the Ambassadors Location Field

Requires: Charitable Pro 1.8.16+

Geolocation is the layer that turns latitude/longitude on individual campaigns into the maps, distance labels, and “find a campaign near me” search you see on the front end. As of 1.8.16, it supports two map providers — OpenStreetMap (Leaflet) with no API key, and Google Maps with higher-fidelity tiles — and adds a Location Data Coverage card so you can see at a glance how many of your campaigns have geo data.

This is the settings page. To display a map of those campaigns on the front end, see the Campaigns Map block doc.

The Geolocation settings panel under Charitable > Settings > Advanced > Geolocation, with OpenStreetMap (Leaflet) selected and the Location Data Coverage card showing the campaign-mapped breakdown.

What’s new in 1.8.16

Change What it means
OpenStreetMap support You no longer need a Google API key. OpenStreetMap (rendered via Leaflet) is the new default for fresh installs and is free with no account.
Map Provider picker A visual two-card picker — OpenStreetMap (Leaflet) and Google Maps — replaces the previous setup flow.
Location Data Coverage card At-a-glance stat block: how many campaigns have lat/lng set, how many have address-only, how many have no location data. Includes a one-click link to filter the campaigns list down to the campaigns missing location data.
Nominatim address autocomplete Under OpenStreetMap, address autocomplete is powered by the Nominatim service. Type two or more characters into a location field and you’ll get suggestions — no Google account required.
Default Map Center Set the lat/lng + zoom the map falls back to when no campaigns are visible. Default is the geographic center of the contiguous US (39.8283, -98.5795).
Ambassadors Location field When the Ambassadors addon is active, the public campaign-submission form gets an optional Location field with the same autocomplete (Nominatim under OpenStreetMap, Google Places under Google).

Upgrade behavior: Sites that already had a Google Places API key configured at the time of upgrade keep Google Maps as their provider. Fresh installs (and sites that had no key configured) default to OpenStreetMap. You can switch between providers at any time without data loss — campaign lat/lng meta is stored provider-agnostically.

Finding it

WordPress Admin > Charitable > Settings > Advanced > Geolocation

The Advanced tab has sub-tabs at the top of the panel (PDF Receipts, Geolocation, Multi-Currency, Migration Tools, Misc). Geolocation is the second one.

The big picture

Part Purpose
Map Provider Which tile + autocomplete service the map uses. OpenStreetMap is free; Google Maps requires a key.
Location Data Coverage Read-only summary of how many of your campaigns are mappable.
Default Distance Unit Whether distance labels render as 5 miles away or 8 km away.
Default Map Center The lat/lng + zoom the map snaps to when there’s nothing to show.
Per-campaign location Set on each campaign in the Campaign Builder (_campaign_latitude, _campaign_longitude meta).
Ambassadors location field Optional capture of location during public campaign submission.

You configure the provider once on this page. The Campaigns Map block (and the [campaigns map="1"] shortcode) then renders maps using whatever provider you’ve selected.

Map Provider

The headline choice. A two-card picker:

OpenStreetMap (Leaflet)

No setup required, free. Tiles come from OpenStreetMap’s tile servers; the map widget is the open-source Leaflet library. Recommended for most sites — there’s nothing to register, no usage caps to monitor, no key to rotate. Address autocomplete in admin UIs and the Ambassadors form is powered by Nominatim, OpenStreetMap’s free geocoding service.

A note on Nominatim usage: OpenStreetMap asks that high-volume integrations be polite (one request per second per user, results cached when possible). Charitable’s autocomplete debounces input and caches lookups, so a normal-traffic donation site is comfortably under the limit.

Google Maps

Requires a Google account and an API key. Better tile fidelity, includes satellite imagery, and the autocomplete is faster and more forgiving with partial / misspelled addresses. Choose this if you’ve already standardized on Google services or your maps will be the centerpiece of the experience.

Switching to Google reveals the Google Places API Key field and a Setup Help panel with deep-links to Google Cloud:

The Geolocation panel with Google Maps selected, showing the Google Places API Key field, the 5-step Setup Help panel, and the connection indicator.

Setup Help (5 steps)

  1. Create a Google Cloud project. Button opens console.cloud.google.com/projectcreate.
  2. Enable both the Maps JavaScript API and the Places API. Button opens the API Library.
  3. Create an API key. Button opens the Credentials page.
  4. Recommended: restrict the key to your domain (HTTP referrers) and to Maps JavaScript API + Places API. This prevents the key from being abused if it leaks.
  5. Paste the key above and click Save.

Connection indicator

A small status pill next to the Setup Help title reflects the current state of the API key:

State What it means
● Not configured The key field is empty. Geolocation features that need Google won’t work yet.
⋯ Checking… The key was changed; we’re pinging Google to verify. Takes 1–2 seconds.
● Connected The key is valid, the relevant APIs are enabled, and your domain restriction (if any) accepts your site’s hostname.
● Invalid key — check restrictions The key was rejected. Most common cause: HTTP-referrer restriction on the key doesn’t include your site, or the Maps JavaScript API / Places API isn’t enabled on the project. Fix the restriction or enable the API and the indicator will flip to Connected on the next page load.

The Setup Help panel and the API key field are hidden when OpenStreetMap (Leaflet) is selected — you can toggle the provider without reloading the page and they appear/disappear instantly.

Location Data Coverage

A read-only stat card that summarizes how many of your published campaigns are mappable:

The Location Data Coverage card showing the mapped, address-only, and no-location campaign breakdown.
Stat What it shows
Mapped Campaigns with explicit _campaign_latitude and _campaign_longitude meta. These render on the Campaigns Map immediately.
Address Only Campaigns with a street address but no resolved lat/lng. They won’t render on the map until the address is geocoded — typically this happens on the next save of the campaign, or you can trigger it manually.
No Location Campaigns with neither lat/lng nor address. They’ll never appear on the map until you add location data.

Above the stats is a progress bar showing the percentage of total published campaigns that have a usable mapping. Below, a one-click “View all N campaigns missing location” link filters the Campaigns admin list to show only campaigns without location data, so you can batch-fix them.

The card auto-refreshes whenever a campaign is saved, so you’ll see the count tick up as you fill in location data across your campaigns. Stats are cached for one minute to keep the settings page snappy on sites with thousands of campaigns.

Default Distance Unit

A radio: Miles or Kilometers. Used by the Campaigns Map block’s distance labels (5 miles away vs 8 km away) and any sorting by distance in the front-end search. Default: Miles.

This is a display-only setting — the underlying lat/lng calculations don’t change. Sites with audiences in km-using countries should flip this; otherwise leave it alone.

Default Map Center

Two number inputs: Latitude and Longitude. The map snaps here when there’s nothing else to show — for example, when the Campaigns Map block is configured to display only campaigns in a category that currently has zero entries, or before the visitor’s geolocation has resolved.

Default: 39.8283, -98.5795 — the geographic center of the contiguous United States. For a nonprofit with most campaigns in one region or city, set this to that region’s center instead so empty-map renders feel local.

Ambassadors Location field (requires Ambassadors addon)

When the Charitable Ambassadors addon is active and Geolocation is enabled, the public Campaign Submission form gets an optional Location field. New ambassadors can:

  • Type a street address. Autocomplete suggests matches (Nominatim under OpenStreetMap, Google Places under Google) after the first two characters, with a ~300ms debounce.
  • Click a suggestion. The input fills with the full normalized address; hidden lat/lng inputs populate; the preview map next to the field re-centers on the address.
  • Skip the field entirely — it’s optional unless you’ve made it required via filter.

Once the campaign is submitted, the lat/lng saved into _campaign_latitude / _campaign_longitude makes the campaign immediately mappable.

The autocomplete provider follows the global Map Provider setting: switch the site from Google to OpenStreetMap and the Ambassadors form quietly switches autocomplete providers on the next page load.

Tips

  • Start on OpenStreetMap. Skip the Google Cloud account work unless you already have one. For most charity sites the OSM tile quality is fine, and you avoid an ongoing usage bill if you go viral.
  • Coverage card is your TODO list. If Address Only is a high number, those campaigns need their addresses re-saved (or you need to trigger a bulk geocode); if No Location is high, you have data-entry work to do before the map shows much.
  • Restrict your Google key. Leaving a key unrestricted means anyone who grabs it from your page source can run up your bill. Add the HTTP-referrer restriction in step 4 of the setup wizard; it’s quick and meaningfully changes your risk posture.
  • Default Map Center isn’t latitude/longitude trivia. Most visitors won’t notice it day-to-day, but if you ever ship the map embedded somewhere with no campaigns, the world snapping to a sensible region instead of mid-Kansas matters.
  • Switching providers is safe. Switch back and forth as much as you want. Lat/lng meta on campaigns is provider-agnostic; only the tile and autocomplete services change.

Developer reference

Per-campaign meta

Key Type Purpose
_campaign_latitude string (decimal) The latitude saved for this campaign. Set automatically when an address geocodes; can be set manually via Quick Edit or programmatically.
_campaign_longitude string (decimal) The longitude saved for this campaign.
_campaign_address string Optional. The original address string the donor / ambassador typed. Used for re-geocoding when the provider changes.

Filters

Filter Default Purpose
charitable_geolocation_map_provider 'leaflet' or 'google' The active map provider for a given request. Filter to override per page (e.g. force OSM in the Ambassadors flow even if the global setting is Google).
charitable_geolocation_default_distance_unit 'mi' The unit used in distance labels.
charitable_geolocation_default_center [39.8283, -98.5795] Default map center lat/lng.
charitable_geolocation_coverage_stats (array) The Location Data Coverage stats. Filter to inject custom counts (e.g., if you store location data in a non-standard meta key).
charitable_geolocation_nominatim_user_agent Site name + URL The User-Agent string sent to Nominatim. Required by their usage policy; should identify your site. Override only if you understand the policy.
charitable_geolocation_google_api_key The saved key The Google Places API key returned to client-side code. Filter to keep the key in a secret manager instead of the database.

Actions

Action When it fires
charitable_geolocation_provider_changed The site admin saved a new Map Provider. Receives $old_provider, $new_provider. Hook in to clear caches or trigger re-geocoding.
charitable_geolocation_campaign_geocoded A campaign’s address was successfully resolved to lat/lng. Receives $campaign_id, $lat, $lng.
charitable_geolocation_invalidate_coverage_stats_cache Internal hook fired when campaign data changes, to bust the 1-minute coverage card cache.

Bulk geocode helper

If a lot of campaigns are stuck in Address Only state (typically because they were imported), trigger a bulk geocode pass via WP-CLI:

wp charitable geolocation bulk-geocode --batch-size=20

Output shows progress per campaign and a summary of successes / failures at the end. The bulk command respects the provider rate limits and pauses appropriately.

Customization examples

Make Location required on the Ambassadors campaign submission form:

add_filter( 'charitable_ambassadors_submission_form_fields', function( $fields ) {
    if ( isset( $fields['location'] ) ) {
        $fields['location']['required'] = true;
    }
    return $fields;
}, 20 );

Force OpenStreetMap on a specific page (e.g., a public map embed) even if the site default is Google:

add_filter( 'charitable_geolocation_map_provider', function( $provider ) {
    if ( is_page( 'public-campaign-map' ) ) {
        return 'leaflet';
    }
    return $provider;
} );

Pull the Google API key from a secret manager instead of the DB:

add_filter( 'charitable_geolocation_google_api_key', function( $key_from_db ) {
    if ( defined( 'GOOGLE_PLACES_KEY' ) ) {
        return GOOGLE_PLACES_KEY;
    }
    return $key_from_db;
} );

Customize the default map center per region:

add_filter( 'charitable_geolocation_default_center', function( $center ) {
    return array( 'lat' => 51.5074, 'lng' => -0.1278 ); // London.
} );

Identify your site to Nominatim with a more descriptive User-Agent:

add_filter( 'charitable_geolocation_nominatim_user_agent', function( $ua ) {
    return 'YourNonprofit (https://yournonprofit.org) - geocoding for campaign maps';
} );

Related


Still have questions? We’re here to help!

Last Modified:

What's New In Charitable

View The Latest Updates
🔔 Subscribe to get our latest updates
📧 Subscribe to Emails

Email Subscription

Join our Newsletter

We won’t spam you. We only send an email when we think it will genuinely help you. Unsubscribe at any time!

Integration page builder

👉🏻 New in Charitable: Native Elementor Widgets for Seamless Campaign Building

With native Elementor widgets, you design donation campaigns right alongside the rest of your page without touching code. Here’s how it works, and why it’s worth turning on today.

Create fundraising pages that are VISUAL, NATIVE, AND SHORTCODE-FREE. You can also:

⚡ Mini Donation: Add a compact, high-converting donation widget with preset amounts and full color control.

⏳ Campaign Countdown: Build urgency for a deadline-driven appeal, complete with optional confetti when the goal is hit.

📣 Donation Feed: Prove momentum by showing visitors the social proof of real people giving right now.

🏆 Donor Leaderboard: Celebrate top supporters with gold, silver, and bronze styling to spark friendly giving.

🖼️ Campaign Showcase: Feature multiple campaigns in a landing page grid or carousel, with search, filters, and badges.

Learn more here.

Addon New

🗒️ Custom Receipts… New Addon!

With Custom Receipts, you decide which page your donors see, on every campaign. Here’s how it works, and why it’s worth turning on today.

Left side shows a donation receipt with donation number, date, total, and payment method for a  gift to Anywhere, titled 'One Family Gets Clean Water For A Week.'

Create receipts that are CUSTOM TO THE DONOR OR CAMPAIGN. You can also:

📅 Year-end appeal: Reinforce the goal and invite donors to share while momentum is high.

🎗️ Memorial or tribute campaign: Give a gentle, respectful thank-you that fits the moment.

💎 Major gifts: Show a special message only to donors who give above a threshold.

🔁 Recurring growth: Invite one-time donors to become monthly supporters right on the receipt.

🌍 Global campaigns: Surface a country-specific note, like a Gift Aid reminder, only where it applies.

Learn more here.

New templates

🤩 New Beacon Campaign Templates w/ “Hero” Block!

With the new Beacon Campaign Templates for Charitable Pro, you can launch a stunning, full-width fundraising page that instantly captures visitor attention above the fold.

Fundraising page header for Save Maple Grove Park with a donation widget and a small square photo of a sunlit tree thumbnail on the left.

🔦 Above-the-Fold Impact: Lead with a full-width hero image, your logo, and your goal with a donation widget locked right on top of the banner so your ask and momentum register instantly without scrolling.

📐 Two Flexible Layouts: Choose between a structured two-column layout for side-by-side storytelling and supporting details, or a clean one-column view designed for uninterrupted long-form narratives.

⚡ All-in-One Hero Field: Powered by the new Campaign Hero field, bringing background media, live progress bars, custom donation amounts, and recurring giving tabs together into a single cohesive block that can be dropped into any layout.

🎨 Automatic Theme Matching: The hero banner and donation widget automatically inherit your campaign theme’s button and accent colors, ensuring your entire presentation stays beautifully on-brand without touching a line of CSS.

Learn more here.

donation form Feature New

📝 Donation Form Block: Embed a Working Donation Form Anywhere

With the new Donation Form Block for Charitable Pro, you can drop a fully working donation form directly onto any page or post in the WordPress block editor. No redirects, no page reloads, and zero friction between reading your story and making a contribution.

📝 Drop Forms Anywhere: Place a working form directly onto your homepage, inside a story-driven blog post, on a dedicated landing page, or within a campaign announcement.

🎯 Dynamic Campaign Binding: Easily choose a specific campaign from the block sidebar or set it to automatically bind to whichever campaign is currently being viewed.

📐 Full vs. Minimal Form Views: Switch between a full layout or a compact minimal view to perfectly fit sidebars, narrow columns, or wide landing pages.

🎨 Scoped No-Code Styling: Customize typography, container spacing, border radius, amount buttons, and accent colors independently for every form instance without touching a line of CSS.

Learn more here.

ambassadors New

👤 Creator Profiles: Put a Face to Every Peer-to-Peer Campaign

Ambassadors 3.3.0 now provies Creator Profiles — giving your supporters a permanent, shareable public home that turns one-time fundraisers into ongoing relationships.

👤 Public Creator Pages: Give every fundraiser an instant, clean landing page at /creator/their-name/ to showcase their custom avatar, bio, and a browsable grid of their campaigns.

📊 Proof of Impact: Boost donor trust by displaying site-wide milestones on the profile—like total funds raised and total donor counts.

💳 Interactive Hover Cards: When donors hover over a creator’s name on a campaign page, a compact card expands with their bio and social handles right at the moment of decision.

📍 Responsible Location Sharing: Allow creators to safely show local supporters where they are based using only city, state, and country details.

🛠️ Self-Serve Customization: Fundraisers can update their own profiles and link up to six social networks directly from the My Campaigns hub, saving you admin time.

Ready to empower your advocates? Update to Ambassadors 3.3.0 and turn on “Enable Public Creator Page” today!