Documentación de Charitable

Aprende a sacar el máximo partido a Charitable con instrucciones claras y paso a paso.

Expositor de campañas

The Campaign Showcase block lets you display fundraising campaigns in a modern, interactive layout with filtering, sorting, search, and optional carousel or grid – all without leaving the Block Editor. It is built on the same [campaigns] shortcode and shares all of its enhanced parameters (Charitable Pro 1.8.13+).


Tabla de Contenidos


Requirements

  • Charitable Pro: Version 1.8.13 or higher
  • WordPress: Version 6.2 or higher
  • PHP: Version 7.4 or higher

The Campaign Showcase block is available in the Block Editor (Gutenberg). It uses the same backend as the [campaigns] shortcode; any parameter supported by the shortcode for Campaign Showcase features can also be used when embedding via shortcode.


Empezar

  1. Edit a page or post in the Block Editor.
  2. Add a block and search for Campaign Showcase (or Charitable).
  3. Insert the Campaign Showcase block.
  4. Use the Campaign SettingsDisplay SettingsInteractive Features, and Search and Sorting panels in the block’s sidebar to configure which campaigns appear and how they look and behave.

The block renders a live preview in the editor. On the frontend, it outputs the same [campaigns] shortcode with the options you chose, so behavior and styling match.

Key Benefits

  • No shortcode syntax: Configure everything via the block’s sidebar.
  • Live preview: See changes immediately in the editor.
  • AJAX-powered: Filtering, sorting, search, and pagination work without page reloads.
  • Carousel or grid: Switch layouts from the sidebar.
  • Fully themeable: Color, typography, and spacing controls built in.

Block Settings (Editor)

All settings below are available in the block sidebar when the Campaign Showcase block is selected. Each group corresponds to a collapsible panel.

Campaign Settings

Controls which campaigns are fetched and how they are ordered.

ConfiguraciónShortcode ParameterPredeterminadoDescription
Número de campañasnumbersite defaultHow many campaigns to display. Use -1 for all.
Order byorderbypost_dateSort field: post_datepost_titlepost_modifiedrandmenu_orderclosest_to_goalnumber_donationsdonation_amount
OrderorderDESCSort direction: ASC or DESC
Campaign IDsidComma-separated campaign IDs to display specific campaigns only
CategoríacategoryComma-separated campaign category slugs to include
TagtagComma-separated campaign tag slugs to include
EstadostatusFilter by status: activefinished, or leave blank for all
ExcludeexcludeComma-separated campaign IDs to exclude
Parent campaigns onlyparent_onlyfalseShow only top-level (parent) campaigns
Child campaigns ofparent_campaignsComma-separated parent campaign IDs – shows only their child campaigns
CreatorcreatorFilter to campaigns by a specific creator user ID
Include inactiveinclude_inactivefalseInclude campaigns that are not currently active

Display Settings

Controls how each campaign card looks.

ConfiguraciónShortcode ParameterPredeterminadoDescription
LayoutlayoutgridLayout style: leave blank for default grid, card for card layout, carousel for carousel
Columnscolumns2Number of columns in the grid
Botónpara ver cómo está quedando tu campaña. donateButton mode: donate (go to donation page), modal (open modal overlay), view (view campaign), or hide
Button textbutton_textOverride the default donate button label
Show View Campaign buttonshow_view_buttonfalseShow a secondary View Campaign button alongside the donate button
View button textview_button_textOverride the default view button label
Description lengthdescription_limit100Maximum characters of campaign description to show
Image heightimage_heightFixed height in pixels for campaign thumbnail images
Title over imagetitle_over_imagefalseDisplay the campaign title overlaid on the thumbnail image
Zoom image on hoverimage_hover_zoomfalseZoom thumbnail image on hover
Donation displaydonation_displayamount_goalHow to display donation totals: amount_goalamount_onlygoal_only, or none
Show progress barshow_progress_barverdaderoShow the donation progress bar
Show creatorshow_creatorfalseShow the campaign creator’s name
Show parent linkshow_parent_linkfalseShow a link to the parent campaign (for fundraisers)
Show campaign typeshow_campaign_typefalseShow the campaign type label
Show fundraiser countshow_fundraiser_countfalseShow the number of fundraisers on the campaign
Show aggregated statsshow_aggregated_statsfalseShow donation stats aggregated across child campaigns
Show fundraise buttonshow_fundraise_buttonfalseShow a Start Fundraising button on each card
Show tagsshow_tagsfalseDisplay campaign taxonomy tags on each card
Show badgesshow_badgesverdaderoMaster toggle – show or hide all urgency badges
Show time badgeshow_time_badgeverdaderoBadge showing time remaining until campaign end
Show funding badgeshow_funding_badgeverdaderoBadge showing funding status (for example, Funded!)
Show donations badgeshow_donations_badgefalseBadge showing total amount raised
Show donation count badgeshow_donations_count_badgefalseBadge showing number of donations received
Show donors badgeshow_donors_badgefalseBadge showing total unique donor count
Show quick donateshow_quick_donatefalseShow pre-selected donation amount buttons on each card
Quick donate prefixquick_donate_prefixText prefix for each amount button (for example, Give renders “Give $25”)

Carousel (when layout is Carousel)

These settings only apply when Layout is set to Carousel.

ConfiguraciónShortcode ParameterPredeterminadoDescription
Visible slidescarousel_slides3Number of slides visible at once
Autoplaycarousel_autoplayfalseAuto-advance slides
Autoplay speedcarousel_speed5000Auto-advance interval in milliseconds
Navigation positioncarousel_nav_positioninsideArrow position: insideoutside, or none

Interactive Features

ConfiguraciónShortcode ParameterPredeterminadoDescription
Show searchshow_searchfalseShow a keyword search box above the campaign grid
Show sort dropdownshow_sortfalseShow a sort dropdown above the grid
Sort optionssort_optionsComma-separated list of sort options to show. Available: post_datepost_titledonation_amountclosest_to_goalnumber_donations

Search and Sorting

See Interactive Features above. Search and sort controls appear above the campaign grid and update results via AJAX without a page reload.

Pagination and Navigation

ConfiguraciónShortcode ParameterPredeterminadoDescription
Enable paginationpaginationfalseEnable pagination
Pagination typepagination_typenumberedStyle: numbered or load_more
Pagination positionpagination_positionbottomWhere to show pagination: topbottom, or both
Show prev / nextpagination_prev_nextverdaderoShow Previous and Next links in numbered pagination
Show first / lastpagination_first_lastverdaderoShow First and Last links in numbered pagination
Page rangepagination_mid_size2Number of page links to show around the current page

Filter Settings (which campaigns)

ConfiguraciónShortcode ParameterPredeterminadoDescription
Show filter pillsshow_filtersfalseShow category and tag filter pills above the grid
Filter typesfilter_typescategory,tagWhich taxonomies to show as pills: categorytag, or both
Filter limitfilter_limit15Maximum number of pills to show per taxonomy
Filter order byfilter_orderbycountHow to order pills: countname, or slug
Filter orderfilter_orderDESCFilter pill sort direction: ASC or DESC

Colors

All color settings accept hex, rgb, rgba, or any valid CSS color value. When set via the block, they are output as inline CSS custom properties on the campaign loop wrapper. You can also set them directly via shortcode or override them in CSS.

ConfiguraciónShortcode ParameterDescription
Primary colorcolor_primaryPrimary accent color (affects highlights and active states)
Backgroundcolor_backgroundCard background color
Bordercolor_borderCard border color
Textcolor_textGeneral text color
Button backgroundcolor_buttonDonate button background color
Button textcolor_button_textDonate button text color
View button backgroundcolor_view_buttonView Campaign button background color
View button textcolor_view_button_textView Campaign button text color
Title colorcolor_titleCampaign title text color
Progress bar fillcolor_progress_barFilled portion of the progress bar
Progress bar backgroundcolor_progress_bgEmpty (background) portion of the progress bar

Typography

All font size values accept a plain number (interpreted as pixels) or any valid CSS length (for example, 1.2rem18px).

ConfiguraciónShortcode ParameterDescription
Title font sizefont_size_titleCampaign title font size
Description font sizefont_size_descCampaign description text font size
Button font sizefont_size_buttonDonate and view button font size
Badge font sizefont_size_badgeUrgency badge text font size
Amount font sizefont_size_amountDonation amount text font size
Stats font sizefont_size_statsDonation stats text font size
Title font weightfont_weight_titleCampaign title font weight (for example, 400600bold)

Spacing and Borders

Values accept a plain number (pixels) or any valid CSS length.

ConfiguraciónShortcode ParameterDescription
Card paddingcard_paddingInner padding of each campaign card
Card gapcard_gapSpace between cards in the grid
Card border radiuscard_border_radiusRounded corner radius on each card
Image border radiusimage_border_radiusRounded corner radius on campaign thumbnail images
Border widthborder_widthCard border thickness
Box shadowbox_shadowCard box shadow (accepts any valid CSS box-shadow value)

Ambassadors (Peer-to-Peer)

When the Charitable Ambassadors extension is active, additional settings appear to control peer-to-peer fundraising display. These use the parent_onlyparent_campaignsshow_fundraiser_countshow_aggregated_stats, and show_fundraise_button parameters documented above.


Layouts

Card Grid

The default layout displays campaigns in a responsive grid. Set layout="card" for the card variant with a more prominent image and structured content area.

[campaigns layout="card" columns="3"]

Carousel / Slider

Set layout="carousel" to display campaigns in a horizontally scrolling carousel. Combine with carousel settings to control the number of visible slides and navigation behavior.

[campaigns layout="carousel" carousel_slides="3" carousel_autoplay="true" carousel_speed="5000"]

Interactive Features

When show_searchshow_sort, or show_filters is enabled, a control bar appears above the campaign grid. All interactions update the grid via AJAX without a full page reload.

  • Search: Filters campaigns by title keyword as the visitor types.
  • Sort dropdown: Lets visitors re-order campaigns by date, title, amount raised, closest to goal, or donation count.
  • Filter pills: Shows clickable category and tag pills. Clicking a pill filters the grid to matching campaigns only.

Multiple controls can be active simultaneously. The current state is preserved across paginated loads.


Pagination and Navigation

Pagination is disabled by default. When enabled, campaigns are split across pages based on the number setting.

  • Numbered: Shows page numbers with optional Previous / Next and First / Last links.
  • Load More: Appends the next page of campaigns below the current results when the button is clicked.

The pagination_mid_size setting controls how many page numbers appear around the current page in numbered mode. Previous / Next and First / Last links can be hidden individually using pagination_prev_next and pagination_first_last.


Styling and Typography

All visual settings (colors, font sizes, spacing) set via the block sidebar are compiled into inline CSS custom properties and applied to the campaign loop wrapper element. This means each Campaign Showcase instance on a page can have independent styling.

You can also apply the same properties via the css_variables shortcode parameter:

[campaigns css_variables="--charitable-cs-btn-bg: #e74c3c; --charitable-cs-btn-color: #ffffff;"]

Or target the wrapper in your theme CSS:

.campaign-loop {
    --charitable-cs-btn-bg: #e74c3c;
    --charitable-cs-btn-color: #ffffff;
}

Ambassadors (Peer-to-Peer)

When the Charitable Ambassadors extension is active, the Campaign Showcase supports peer-to-peer fundraising display. Use these parameters to control the experience:

  • parent_only="true" – Show only parent campaigns, not individual fundraiser pages.
  • parent_campaigns="123,456" – Show only fundraisers that are children of specific campaigns.
  • show_fundraiser_count="true" – Show how many fundraisers are running for each campaign.
  • show_aggregated_stats="true" – Roll up donation totals from all child fundraisers into the parent campaign stats.
  • show_fundraise_button="true" – Show a Start Fundraising button on each campaign card.

Shortcode Reference

The full [campaigns] shortcode reference. All parameters work in both the block (via the sidebar) and the classic shortcode.

Core Parameters

ParameterTipoPredeterminadoDescription
idcadenaComma-separated campaign IDs to display only specific campaigns
numberenterosite defaultNumber of campaigns to display. Use -1 for all.
orderbycadenapost_dateSort field: post_datepost_titlepost_modifiedrandmenu_orderclosest_to_goalnumber_donationsdonation_amount
ordercadenaDESCSort direction: ASC or DESC
categorycadenaComma-separated campaign category slugs to include
tagcadenaComma-separated campaign tag slugs to include
statuscadenaCampaign status filter: activefinished, or leave blank for all
excludecadenaComma-separated campaign IDs to exclude
parent_onlybooleanofalseShow only top-level (parent) campaigns
parent_campaignscadenaComma-separated parent IDs – shows only their child campaigns
creatorcadenaFilter to campaigns created by a specific user ID
include_inactivebooleanofalseInclude campaigns that are not currently active

Display Parameters

ParameterTipoPredeterminadoDescription
layoutcadenaLayout style: leave blank for default grid, card for card layout, carousel for carousel
columnsentero2Number of columns in the grid
para ver cómo está quedando tu campaña. cadenadonateButton mode: donatemodalview, or hide
button_textcadenaOverride default donate button label
show_view_buttonbooleanofalseShow a secondary View Campaign button
view_button_textcadenaOverride default view button label
description_limitentero100Maximum characters of campaign description to show
image_heightenteroFixed height in pixels for campaign thumbnail images
title_over_imagebooleanofalseDisplay the campaign title overlaid on the thumbnail image
image_hover_zoombooleanofalseZoom thumbnail on hover
donation_displaycadenaamount_goalHow to display donation totals: amount_goalamount_onlygoal_only, or none
show_progress_barbooleanoverdaderoShow the donation progress bar
show_creatorbooleanofalseShow campaign creator name
show_parent_linkbooleanofalseShow link to parent campaign (for fundraisers)
show_campaign_typebooleanofalseShow campaign type label
show_fundraiser_countbooleanofalseShow number of fundraisers
show_aggregated_statsbooleanofalseShow aggregated stats across child campaigns
show_fundraise_buttonbooleanofalseShow a Start Fundraising button
show_tagsbooleanofalseDisplay campaign tags on each card
css_variablescadenaInline CSS custom properties applied to the campaign loop wrapper

Badge Parameters

ParameterTipoPredeterminadoDescription
show_badgesbooleanoverdaderoMaster toggle – show or hide all urgency badges
show_time_badgebooleanoverdaderoBadge showing time remaining until campaign end
show_funding_badgebooleanoverdaderoBadge showing funding status
show_donations_badgebooleanofalseBadge showing total amount raised
show_donations_count_badgebooleanofalseBadge showing number of donations received
show_donors_badgebooleanofalseBadge showing total unique donor count

Quick Donate Parameters

Quick donate renders pre-selected donation amount buttons directly on the campaign card.

ParameterTipoPredeterminadoDescription
show_quick_donatebooleanofalseEnable quick donate buttons on cards
quick_donate_prefixcadenaText prefix for each amount button (for example, Give renders “Give $25”)

When button="modal", clicking an amount button opens the modal with that amount pre-selected. When button="donate", clicking an amount button navigates to the donation page with the amount pre-filled. If no suggested amounts are configured, a custom amount input is shown instead.

Carousel Parameters

Only apply when layout="carousel".

ParameterTipoPredeterminadoDescription
carousel_slidesentero3Number of slides visible at once
carousel_autoplaybooleanofalseAuto-advance slides
carousel_speedentero5000Auto-advance interval in milliseconds
carousel_nav_positioncadenainsideNavigation arrow position: insideoutside, or none

Search, Sort, and Filter Parameters

ParameterTipoPredeterminadoDescription
show_searchbooleanofalseShow a keyword search box above the campaign grid
show_sortbooleanofalseShow a sort dropdown above the grid
sort_optionscadenaComma-separated sort options to show. Available: post_datepost_titledonation_amountclosest_to_goalnumber_donations
show_filtersbooleanofalseShow category and tag filter pills
filter_typescadenacategory,tagWhich taxonomies to show as pills: categorytag, or both
filter_limitentero15Maximum number of pills to show per taxonomy
filter_orderbycadenacountHow to order pills: countname, or slug
filter_ordercadenaDESCFilter pill sort direction: ASC or DESC

Pagination Parameters

ParameterTipoPredeterminadoDescription
paginationbooleanofalseEnable pagination
pagination_typecadenanumberedStyle: numbered or load_more
pagination_positioncadenabottomWhere to show pagination: topbottom, or both
pagination_prev_nextbooleanoverdaderoShow Previous and Next links (numbered mode)
pagination_first_lastbooleanoverdaderoShow First and Last links (numbered mode)
pagination_mid_sizeentero2Number of page links to show around the current page

Color Parameters

All color values accept hex, rgb, rgba, or any valid CSS color.

ParameterTipoDescription
color_primarycadenaPrimary accent color
color_backgroundcadenaCard background color
color_bordercadenaCard border color
color_textcadenaGeneral text color
color_buttoncadenaDonate button background
color_button_textcadenaDonate button text color
color_view_buttoncadenaView Campaign button background
color_view_button_textcadenaView Campaign button text color
color_titlecadenaCampaign title color
color_progress_barcadenaProgress bar fill color
color_progress_bgcadenaProgress bar background color

Typography Parameters

Font size values accept a plain number (pixels) or any valid CSS length (for example, 1.2rem).

ParameterTipoDescription
font_size_titlecadenaCampaign title font size
font_size_desccadenaDescription text font size
font_size_buttoncadenaButton font size
font_size_badgecadenaBadge text font size
font_size_amountcadenaDonation amount font size
font_size_statscadenaDonation stats font size
font_weight_titlecadenaTitle font weight (for example, 400600bold)

Spacing and Border Parameters

Values accept a plain number (pixels) or any valid CSS length.

ParameterTipoDescription
card_paddingcadenaInner padding of each card
card_gapcadenaSpace between cards
card_border_radiuscadenaCard corner radius
image_border_radiuscadenaThumbnail image corner radius
border_widthcadenaCard border thickness
box_shadowcadenaCard box shadow (any valid CSS box-shadow value)

Examples

Basic 3-column card grid with modal donate:

[campaigns layout="card" columns="3" button="modal"]

Active campaigns sorted by closest to goal, with load-more pagination:

[campaigns status="active" orderby="closest_to_goal" number="9" pagination="true" pagination_type="load_more"]

Campaign carousel with 4 visible slides and autoplay:

[campaigns layout="carousel" carousel_slides="4" carousel_autoplay="true" carousel_speed="4000"]

With quick donate buttons and custom button color:

[campaigns show_quick_donate="true" button="modal" color_button="#e74c3c"]

With search, sort, and category filters:

[campaigns show_search="true" show_sort="true" show_filters="true" filter_types="category" columns="3"]

Specific campaigns only:

[campaigns id="12,45,67" layout="card" columns="3"]

Solución de problemas

Block or preview not showing correctly

  • Confirm Charitable Pro 1.8.13 or higher is active.
  • Deactivate other plugins temporarily to rule out a JavaScript conflict.
  • Check the browser console for JavaScript errors.
  • Try switching to a default WordPress theme (Twenty Twenty-Four) to rule out a theme conflict.

Sort / filter / search not working

  • Verify that the page is not served from an aggressive full-page cache that strips the data-shortcode-atts attribute from the <ol> wrapper.
  • The AJAX handler requires wp-admin/admin-ajax.php to be reachable. Some security plugins block this endpoint.
  • Check that JavaScript is enabled and no Content Security Policy is blocking inline scripts.

Carousel not sliding or arrows missing

  • Ensure layout="carousel" is set.
  • Check that the Swiper library assets are loading (look for /assets/js/libraries/swiper* in the browser network tab).
  • If using a caching plugin, clear the cache after saving the page.

Styling looks wrong

  • If colors or sizes set in the block sidebar are not appearing, clear the page cache.
  • Custom CSS that targets .campaign-loop selectors with !important will override the CSS custom properties set by the block. Remove conflicting rules or increase specificity.
  • Confirm the theme is not enqueueing a stylesheet that resets custom properties.

Developer Resources

Block and shortcode

The Campaign Showcase block is registered as charitable/campaign-showcase. It has no client-side save; it uses a server-side render callback that builds a [campaigns ...] shortcode string from block attributes and outputs it inside a block wrapper. Any attribute you set in the editor is translated to the corresponding shortcode parameter.

Hooks and filters

Filtros

charitable_campaigns_shortcode_atts – Modify the parsed shortcode attributes before display (block and shortcode).

add_filter( 'charitable_campaigns_shortcode_atts', function( $args ) {
    $args['button'] = 'modal';
    return $args;
} );

charitable_campaigns_shortcode_view_args – Modify the view arguments passed to the campaigns template (block and shortcode).


charitable_campaigns_shortcode_query_args – Modify the WP_Query arguments used to fetch campaigns (block and shortcode).

add_filter( 'charitable_campaigns_shortcode_query_args', function( $query_args, $args ) {
    $query_args['post__not_in'] = array( 42 );
    return $query_args;
}, 10, 2 );

charitable_ajax_campaign_showcase_query_args – Modify the query arguments used for Campaign Showcase AJAX requests (sort, filter, search). Apply the same exclusions here that you set in charitable_campaigns_shortcode_query_args so they persist on paginated and filtered loads.

add_filter( 'charitable_ajax_campaign_showcase_query_args', function( $args, $shortcode_atts ) {
    $args['post__not_in'] = array( 42 );
    return $args;
}, 10, 2 );

charitable_campaigns_shortcode – Modify the final HTML output of the entire campaign showcase before it is returned.


charitable_campaign_sort_options – Modify the available sort options shown in the sort dropdown.

add_filter( 'charitable_campaign_sort_options', function( $options, $args ) {
    $options['my_custom_sort'] = __( 'Featured First', 'my-plugin' );
    return $options;
}, 10, 2 );

charitable_campaign_filter_pills – Modify the filter pills array before rendering. Each element has termcount, and label keys.


charitable_show_campaign_urgency_badges – Return false to suppress all badges for a specific campaign.

add_filter( 'charitable_show_campaign_urgency_badges', function( $show, $campaign, $args ) {
    if ( $campaign->has_ended() ) {
        return false;
    }
    return $show;
}, 10, 3 );

charitable_quick_donate_url – Modify the destination URL used by non-modal quick donate buttons. Only applies when button is not modal. Return the base URL only – the ?amount=X parameter is appended automatically after this filter runs.

add_filter( 'charitable_quick_donate_url', function( $url, $campaign_id, $args ) {
    return add_query_arg(
        array( 'campaign_id' => $campaign_id ),
        home_url( '/donate/' )
    );
}, 10, 3 );

charitable_campaign_card_image_height – Modify the image height in pixels applied to campaign cards when image_height is set.


charitable_campaigns_shortcode_pagination_args – Modify the pagination arguments before the pagination HTML is generated.


charitable_campaigns_shortcode_pagination – Modify the pagination HTML string before it is output.


charitable_modal_donate_button_html – Modify the HTML of a modal donate button.


charitable_campaigns_shortcode_template – Override the template used to render the campaign loop. Return a template file path to use a custom template.


Action hooks

These hooks fire at key points during campaign loop rendering, allowing you to inject custom HTML.

charitable_campaign_loop_before – Fires immediately before the campaign loop wrapper opens.

do_action( 'charitable_campaign_loop_before', $campaigns, $args );

charitable_campaign_loop_after – Fires immediately after the campaign loop wrapper closes.

do_action( 'charitable_campaign_loop_after', $campaigns, $args );

charitable_campaign_content_loop_before – Fires at the start of each individual campaign card, before any content is output.

do_action( 'charitable_campaign_content_loop_before', $campaign, $view_args );

charitable_campaign_content_loop_before_title – Fires just before the campaign title is output inside the card.

do_action( 'charitable_campaign_content_loop_before_title', $campaign, $view_args );

charitable_campaign_content_loop_after_title – Fires just after the campaign title is output inside the card.

do_action( 'charitable_campaign_content_loop_after_title', $campaign, $view_args );

charitable_campaign_content_loop_after – Fires at the end of each individual campaign card, after all content is output.

do_action( 'charitable_campaign_content_loop_after', $campaign, $view_args );

CSS classes

.campaign-loop                    - outer list wrapper
.campaign-layout-card             - card layout modifier
.campaign-loop li                 - individual campaign item
.campaign-thumbnail               - image wrapper
.campaign-title                   - campaign title
.campaign-description             - description text
.campaign-donation                - donate button area
.campaign-quick-donate            - quick donate button row
.campaign-badge                   - individual urgency badge
.campaign-badge-time-remaining    - time badge
.campaign-badge-funding-status    - funding status badge
.campaign-badge-donations         - donations raised badge
.campaign-badge-donation-count    - donation count badge
.campaign-badge-donors            - donor count badge
.charitable-carousel-wrapper      - carousel outer wrapper

Version history

VersionChanges
1.8.13Added Campaign Showcase block, card and carousel layouts, AJAX sort / filter / search / pagination, urgency badges, quick donate buttons, color / typography / spacing controls, modal donate integration, Ambassadors peer-to-peer support

¿Todavía tienes preguntas? ¡Estamos aquí para ayudarte!

Última modificación:

Novedades en Benéfico

Ver las últimas actualizaciones
🔔 Suscríbete para recibir nuestras últimas actualizaciones
📧 Suscribirse a correos electrónicos

Suscripción por correo electrónico

Únete a nuestro boletín

No te enviaremos spam. Solo enviamos un correo electrónico cuando creemos que realmente te ayudará. ¡Date de baja en cualquier momento!

GiveWP Migraciones Nuevo

Servicio de Migración "White Glove" para GiveWP

¿Estás pensando en cambiar tu plataforma de recaudación de fondos de GiveWP a Charitable, pero no quieres arriesgarte a perder tus datos ni a encargarte tú mismo de una configuración técnica compleja? El Servicio de Migración "White Glove" de Charitable incluye:

👥 Mapeo impecable de donantes: Transfiere de forma segura toda tu base de datos de colaboradores sin pérdida de datos.

📊 Historial financiero completo: Conserva meticulosamente cada transacción histórica para una presentación de informes continua y precisa.

🔄 Donaciones recurrentes sin interrupciones: Transfiere de forma segura las suscripciones activas sin interrumpir tus ingresos ni requerir que tus donantes actualicen su información.

💳 Cero interrupciones en la pasarela de pago: Sigue usando Stripe, PayPal o cualquier otro procesador compatible con GiveWP que ya te guste.

🚀 Configuración técnica experta: Relájate mientras nuestro equipo se encarga de la instalación y configuración de tus formularios. Además, los usuarios que cumplan los requisitos obtendrán un año completo de Charitable Pro gratis.

Visita esta página para obtener más información.

automatización Mejora

📢 Alerta de nueva función: ¡Automation Connect 2.0 ya está aquí! 🚀

¿Estás pensando en conectar tus datos de recaudación de fondos con herramientas como Mailchimp, Slack o Google Sheets, pero no quieres contratar a un desarrollador ni escribir código personalizado? El nuevo complemento de automatización de Charitable incluye:

⚡ 17 disparadores de eventos: Activa instantáneamente webhooks para el primer donativo de un donante, pagos de renovación o hitos de campaña alcanzados.

🎯 Lógica condicional inteligente: Utiliza una potente lógica AND/OR en 11 campos para enviar datos solo cuando cumplan tus criterios exactos, como las suscripciones al boletín.

📊 Control de carga útil personalizado: Selecciona entre más de 80 campos de datos limpios de metadatos de donantes, donaciones y campañas para que tus aplicaciones obtengan exactamente lo que necesitan.

🚀 Plantillas de plataforma preconstruidas: Evita la configuración desde cero con plantillas listas para usar para Zapier, Make.com, n8n, HubSpot y Slack.

🛡️ Herramientas de desarrollador fiables: Potencia tus flujos de trabajo con cargas útiles firmadas HMAC-SHA256, filtros completos de WordPress y registros de reintentos automáticos.

automatización Mejora

🔌 Charitable se une a Zapier: Conecta con más de 7000 aplicaciones y automatiza tu recaudación de fondos

¿Cansado de copiar manualmente los datos de las donaciones en hojas de contabilidad o de rastrear las nuevas suscripciones de donantes? Pon tus tareas administrativas en piloto automático. Charitable ya está oficialmente en Zapier, lo que te proporciona una forma potente y sin código para conectar tu recaudación de fondos directamente con el resto de tus herramientas favoritas.

Cada donación, suscripción de donante e hito de campaña ahora puede activar un flujo de trabajo automatizado sin problemas.

Novedades:

♾️ Conecta con más de 7000 aplicaciones: Une tus campañas de Charitable con software cotidiano como Google Sheets, QuickBooks, Slack, Mailchimp, HubSpot, Notion, Airtable y miles más.

⚡ 12 potentes disparadores: Crea flujos de trabajo profundos utilizando disparadores de automatización inteligentes que cubren todo el ciclo de vida de la donación, incluyendo Nueva Donación, Nuevo Donante, Suscripción Cancelada y Objetivo de Campaña Alcanzado.

📋 Plantillas de acciones preconstruidas: Empieza en tres minutos o menos con nuestras combinaciones de plantillas prefabricadas, como registrar automáticamente nuevas donaciones directamente en una Hoja de Cálculo de Google o enviar correos electrónicos personalizados de bienvenida a donantes a través de Gmail.

🚫 No se necesita código: No se requieren webhooks complejos ni scripts PHP personalizados. Simplemente elige tu disparador, selecciona tu aplicación, mapea tus campos y deja que Zapier se encargue del trabajo pesado.

¿Listo para ahorrar horas de tiempo administrativo? ¡Consigue Charitable Pro con el complemento Automation Connect hoy mismo y lanza tu primer Zap!

Mejora Pagos

🚀 Presentamos PayPal Commerce: Una conexión, seis formas de donar

Los donantes esperan opciones de pago modernas y flexibles cuando apoyan una causa. Si no ven su método preferido en su formulario de donación, a menudo desaparecen sin decir nada. Con PayPal Commerce, estamos brindando una experiencia de pago completamente modernizada directamente a sus campañas.

Disfrute de una única integración que mejora sus formularios, hace que las donaciones sean fluidas y le ayuda a capturar cada donación.

Novedades:

🔌 Conexión con un clic: omita las complicadas claves API y los documentos para desarrolladores. Simplemente haga clic en "Conectar con PayPal", inicie sesión en su cuenta comercial y su formulario moderno estará activo en menos de cinco minutos.

💳 Seis formas de donar: brinde a sus seguidores acceso instantáneo al saldo de PayPal, Venmo (EE. UU.), financiación "Paga más tarde", las principales tarjetas de crédito/débito, Apple Pay (Safari) y Google Pay (Chrome), todo desde el mismo formulario.

🔄 Donaciones recurrentes flexibles: admite completamente las donaciones mensuales. Elija entre la API de suscripciones de PayPal (gestionada automáticamente por PayPal) o Vault + Cron (gestionada de forma segura en su sitio).

💬 Recuperación de errores amigable: no más alertas confusas del navegador. Si se rechaza un pago, los donantes ven mensajes sencillos y en línea que los guían sobre cómo solucionar el problema y completar su donación.

¿Listo para PayPal, modernizado? Actualice a Charitable Pro 1.8.15+ (o Charitable Lite 1.8.11+) y conecte su cuenta hoy mismo.

Campañas Nuevo

⏳ Cuenta atrás de la campaña: genere urgencia y aumente las donaciones

¡La urgencia es una de las herramientas más poderosas en la recaudación de fondos! Conozca Campaign Countdown, un temporizador en vivo y en tiempo real diseñado para convertir la procrastinación en generosidad inmediata.

animación de cuenta atrás de campaña

Novedades:

⏱️ Urgencia en vivo y en tiempo real: rastree bellamente días, horas, minutos y segundos hasta la fecha límite de su campaña con cuentas atrás visuales que se actualizan en vivo.

🎨 Adaptado a su estilo: elija entre mosaicos con borde "Boxed" o una pantalla "Inline" limpia y de una sola línea. Adapte su tema al instante con controles de fuente y color profundo.

🛠️ Colóquelo en cualquier lugar: inserte la cuenta atrás donde desee utilizando el campo Campaign Builder, un bloque Gutenberg dedicado o un simple shortcode.

🚨 Acciones inteligentes de caducidad: control total sobre el estado final: elija reemplazar automáticamente el temporizador con un mensaje personalizado, congelarlo en cero y más.