Daily Tip: Quick Shortcode to Add a PayPal Donation Link to Any WordPress Post or Page

September 10, 2010  | 
5 Comments

This is a really useful function that will allow you to use a shortcode to easily add a donation link as you’re writing a post. If you often take donations, add this to your theme’s functions.php file to make the shortcode available for use at any time:

function donate_shortcode( $atts ) {
extract(shortcode_atts(array(
'text' => 'Make a donation',
'account' => 'REPLACE ME',
'for' => '',
), $atts));

global $post;

if (!$for) $for = str_replace(" "," ",$post->post_title);

return '<a class="donateLink" href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business='.$account.'&amp;item_name=Donation for '.$for.'">'.$text.'</a>';

}
add_shortcode('donate', 'donate_shortcode');

You can replace the text with your own and also replace the account section with your PayPal email address. Now when you’re writing a page or post, you can add the shortcode:

[donate]

You’ll get a link automatically added to your post, as shown below:

Source: ThemeForest.net

Featured Plugin - Easily integrate your WordPress site with Facebook

Would you like to add Facebook comments, registration, 'Like' buttons and autoposting to your WP site? Well, The Ultimate Facebook plugin has got that all covered!
Find out more

Featured Plugin - Host sites, get paid, just like WordPress.com

If you've ever wondered how you could offer a paid site management and hosting service, then this is the plugin for you. Offer a freemium or paid service, for any niche you like, it's powered Edublogs.org to success already!
Find out more

Featured Plugin - WordPress + Google Maps = Perfect

Simply insert google maps into posts, sidebars and pages - show directions, streetview, provide image overlays and do it all from a simple button and comprehensive widget.
Find out more

Featured Plugin - Turn any WordPress page into a fully featured wiki!

To get a wiki up and running you used to need to install Mediawiki and toil away for days configuring it... not any more! This plugin gives you *all* the functionality you want from a wiki, in WordPress!!!
Find out more

Featured Plugin - Every great SEO tweak you need, in one snazzy bundle

Fully integrated with the SEOMoz API, complete with automatic links, sitemaps and SEO optimization of your WordPress setup - this is the only plugin you need to help you rank your site number 1 on Google - nothing else compares.
Find out more

Featured Plugin - Start Your Own Powerful Membership Site

If you're thinking about starting a paid, or just private, membership site then this is truly the plugin you've been looking for. Easy to use, massively configurable and ready to go out of the box!
Find out more

Featured Plugin - Open an Online Store with MarketPress

Out of all the WordPress ecommerce plugins available, this has got to be the winner - easy to configure, powerful functionality, multiple gateways and more. A simply brilliant plugin!
Find out more

Featured Plugin - Send beautiful html email newsletters, from WordPress!

Now there's no need to pay for a third party service to sign up, manage and send beautiful email newsletters to your subscriber base - this plugin has got the lot.
Find out more

Featured Plugin - Add bottom corner (or anywhere else) chat to your site

No javascript required, no third part chat engine, just fully featured chat right in your own database on your own WP sites - couldn't be easier.
Find out more

5 Responses to Daily Tip: Quick Shortcode to Add a PayPal Donation Link to Any WordPress Post or Page

  1. I buy houses and apartments in Indiana – specializing in Lafayette, West Lafayette and Tippecanoe county. Inherited, foreclosure, or repairs are no problem. I pay CASH and close on the date of your choice.

  2. Pingback: How to Add A Paypal Donation Shortcode button to your posts « graphicbeacon

  3. Hi Sarah,
    I like the code you gave but I added some slight adjustments, making use of the inbuilt $content variable and added a title attribute to the link. You can see this here:
    http://www.graphicbeacon.com/how-to-add-a-paypal-donation-shortcode-button-to-your-posts/

    Let me know what you think.

  4. Диваны и кресла фабрика детский диванчик

  5. That is pretty neat. May actually use this shortcut for future jobs.

Click on a tab to select how you'd like to leave your comment

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe without commenting