{% set get_crm_url = alphavima.getCRMURL() %}
{% set plugin_dir_url = alphavima.pluginDirUrl(‘pluginDirUrl’) %}
{% set list = [“avsbc_categories”,””,”statuscode=1″,””,””,”avsbc_name+asc”] %}
{% set cat_array = [alphavima.callPhpCoreFunction(‘quickFetch’,list)] %}
{#

 {{ alphavima.callPhpCoreFunction('print_r',[cat_array]) }} 
 

#}

SupportBlackCharities connects charities to supporters in the black community.

We are committed to increasing charitable giving for people of African and Caribbean descent by making it easier to find causes close to home and “back home” that you believe in. We want to encourage you to “give black” to support the communities you belong to or those you identify with. You can have a direct impact on the lives of others while feeling more connected to the communities that raised you and your family from past to present.

Don’t get lost in the noise. Stand out within the black community.

Are you a charitable organization looking for visibility within and support from the black community? Find out how you can get listed on our directory, connecting you to the very communities you would like to speak to.

Create a legacy of giving through your business.

It can be hard for business owners to feel connected to the black community. Aligning your business with a worthy social cause will help to build long-lasting, impactful and meaningful relationships locally and worldwide.

{% set plugin_dir_url = alphavima.pluginDirUrl(‘pluginDirUrl’) %}
{% set get_organization = alphavima.getRecentlyAddedOrganizations() %}
{% set get_featured_organization = alphavima.getFeaturedOrganizations() %}
{# {{ alphavima.callPhpCoreFunction(‘print_r’,[get_featured_organization]) }} #}

{% if get_featured_organization|length > 0 %}

Featured Organizations

{% for org_result in get_featured_organization %}

Featured

{% if(org_result.avsbc_uploadlogoasimage != ”) %}

{% else %}

{% endif %}

{{org_result.name}}

    {% if org_result.address1_line1 != ” %}

  • {{org_result.avsbc_locationofthecommunityyouservecity}}, {{org_result.impacted_country}}
  • {% endif %}
    {% if org_result.websiteurl != ” %}
    {% if ‘http’ not in org_result.websiteurl %}

  • https://{{org_result.websiteurl}}
  • {% else %}

  • {{org_result.websiteurl}}
  • {% endif %}
    {% endif %}

{% if org_result.avsbc_socialimpactofyourorganization != ” %}

Social Impact:

{{org_result.avsbc_socialimpactofyourorganization}}

{% endif %}
{% if org_result.avsbc_describethecurrentneedsofyourorganization != ” %}

Current Need:

{{org_result.avsbc_describethecurrentneedsofyourorganization}}

{% endif %}

{% if org_result.avsbc_donationlink != ” %}
{% if org_result.av_amount != 0 %}
{% if ‘http’ not in org_result.avsbc_donationlink %}
DONATE
{% else %}
DONATE
{% endif %}
{% endif %}
{% endif %}

{% endfor %}

{% endif %}

{% if get_organization|length > 0 %}

Recently added Organizations

{% for org_result in get_organization %}

{% if(org_result.avsbc_uploadlogoasimage != ”) %}

{% else %}

{% endif %}

{{org_result.name}}

    {% if org_result.address1_line1 != ” %}

  • {{org_result.avsbc_locationofthecommunityyouservecity}}, {{org_result.avsbc_ImpactedCountry.avsbc_name}}
  • {% endif %}
    {% if org_result.websiteurl != ” %}
    {% if ‘http’ not in org_result.websiteurl %}

  • https://{{org_result.websiteurl}}
  • {% else %}

  • {{org_result.websiteurl}}
  • {% endif %}
    {% endif %}

{% if org_result.avsbc_socialimpactofyourorganization != ” %}

Social Impact:

{{org_result.avsbc_socialimpactofyourorganization}}

{% endif %}
{% if org_result.avsbc_describethecurrentneedsofyourorganization != ” %}

Current Need:

{{org_result.avsbc_describethecurrentneedsofyourorganization}}

{% endif %}

{% if (org_result.avsbc_donationlink != ”) and (org_result.av_amount != 0) %}
{% if ‘http’ not in org_result.avsbc_donationlink %}
DONATE
{% else %}
DONATE
{% endif %}
{% endif %}

{% endfor %}

{% endif %}

{% set get_event = alphavima.getLatestEvent() %}

{% if get_event|length > 0 %}

{% endif %}

Our Impact

  • 130+

    Vetted organizations listed in our directory

  • 20

    Countries Represented

  • 1,500

    Average unique visitors browsing our directory each month

{% set get_post = alphavima.getLatestBlog() %}
{% if get_post|length > 0 %}

On the Blog

{% for get_post_data in get_post %}

{% set get_post_thumb = alphavima.getPostThumb(get_post_data.ID) %}

{{ get_post_data.post_title }}

{% set content = get_post_data.post_excerpt[:200] %}

{{ content | raw }}…..
Read more

{% endfor %}

{% endif %}