Description
Razoo is a free donation platform for non-profits to easily accept donations. They provide an embeddable widget for your site. This plugin exposes this form as a shortcode for you to drop in your pages and posts. See also Razoo Widget Creator.
Actually based on the “share” widget creator (from the “embed this on your site” link on the widget) to customize the options + basic appearance.
About Razoo
Read more about the Razoo platform. The following is copied from that link.
What is Razoo?
More than a Website
Razoo is a movement of people who want to make generosity a part of everyday life.
Living Generously
Generosity is win-win. Not only does it make the world a better place, it also makes us happy and fulfilled – especially when we give to the people and causes we care about most.
What Can I Do on Razoo?
Donate
Search for and donate to 1 million officially registered nonprofit organizations.
Fundraise
Set up a fundraiser for a charity of your choice. There are no setup fees and no monthly subscription fees.
Collaborate
Raise money as a team on Razoo. Or simply help others spread the word about their cause.
Go Mobile!
Razoo’s new iPhone app lets you monitor fundraising status, post updates and thank your donors.
Screenshots
Installation
- Upload the plugin folder to your plugins directory
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Use the shortcode
[razoo_widget]
(with options) anywhere you can use shortcodes. - If you want to put the widget (shortcode) in a Widget, you’ll need to allow shortcodes in widgets
FAQ
- Shortcode usage?
-
Long version, with attributes + content:
[razoo_widget id="Mynonprofit" title="My Non Profit" short_description="Please let us know how much you want to donate:" color="#f1a632" donation_options="5=Friend|25=Benefactor|100=Benefactor|500=Sponsor" ] { long_description } [/razoo_widget]
where
- id: (required) the donation account id
- title: shown on widget first tab
- short_description: shown on tab with donation amounts
- color: the border/theme
- donation_options: a url-formatted string, or more safely a pipe (|) separated list of values and labels
- long_description: a bigger description, either given as an attribute or as the shortcode content. If given as an attribute, you don’t need the closing
[/razoo_widget]
- How to put shortcode in widget?
-
Use a filter to apply shortcode processing to widgets.
Filter:
<?php add_filter('widget_text', 'do_shortcode'); ?>
Contributors & Developers
“Razoo Donation Widget” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Razoo Donation Widget” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.9
- submitting to WP repository, readme, screenshots
0.5
- created as plugin
0.1
- Direct embed code