Simple PayPal Donate
Author: gh3
Version: 0.4
Ur1:
http://gh3.altervista.org
Project Url:
http://gh3.altervista.org/simple-paypal-donate-plugin/
First of all many thanks for using this wordpress Plugin.
If you have any idea, suggestion about it, you are welcome and you can notify it
on my blog.
This plugin permit you to add a Donate button using [donate] tag in a post.
à Compatibily
At the moment it should be compatible with all the Wordpress version, i've tested
on 2.0.3 and on 2.0.4 but i think it will works fine with older versions too.
à Installation
The installation is very simple, you have just to upload the pd.php in your
Wordpress plugins directory.
After this you should activate the plugin by the admin plugin menu.
à Usage
The plugin works writing [donate] inside a post.
à Editing
Before using you have to edit three value:
¥ $paypal_account = "x@x.x";
replace x@x.x with your login/email address of paypal
¥ $payment_to = "xx";
replace xx with the message that say what your donators are donating to.
¥ $img_url = "http://";
add the url of the button you prefer.
¥ $alt = "xx";
add the alternative text to the image you prefer.
¥ $amount = "0.00";
standard value for custom amount chosen by the user is 0.00, if you change it
the user will donate the amount you set.
¥ $currency = "EUR";
currency of the amount, you can choose between EUR and USD.
à Changelog
¥ v0.4 - Bugfix
¥ v0.3 - Custom amount, if amount is 0.00 the user will choose the amount to send
Custom currency ( you can choose between EUR and USD )
¥ v0.2 - Custom alt text
¥ v0.1 - Project released
à ToDo
¥ Fix layout