Givsum users can generate funds for their favorite charity as an "In Lieu of Donation" by adding a donation button and donation checkout system to any website.
Directions: Simply use the following code below on the backend of any website page. Replace [charity] with the charity's url slug found on the charity's Givsum profile.
<a href="https://www.givsum.com/charities/[charity]" id="givbtn">Donate now on Givsum</a>
<script src="https://www.givsum.com/widget.js" type="text/javascript"></script>
For example: The code for the charity Future Leaders of Our Community looks like the following: <a href="https://www.givsum.com/charities/future-leaders-of-our-community" id="givbtn">Donate now on Givsum</a><script src="https://www.givsum.com/widget.js" type="text/javascript"></script>
Placing the code on the backend of a website creates a "Donate" button on the front end for users to click and donate. Following a donation, users will receive a receipt via email that will include the charity's EIN which may be used for tax purposes.
All "In Lieu of Donations" will be received directly by the charity within 2-4 business days. Donations are securely processed by Braintree.
Comments