Adding a PayPal Donate Now to Site
Adding a PayPal "Donate Now" button to your site is really easy. All you need is a paypal account, once logged in you can use the helpful wizard that walks you through the very quick and easy process.
The Wizard
To create your donate now button (it's actually a form), do this to get to the automated wizard.
- Login to PayPal.
- Goto the Merchant Services Tab
- Click the Create payment buttons for your website image
- Now follow through the wizard
Choose payment type and button details
Customize advanced features
Once you are finished hit the Create Button button to get the HTML code of the button, which you then paste into your site.
Get the HTML
Now just grab the HTML for pasting into your site.
Finally, Clean up the HTML
For some reason the wizard gives you old HTML instead of XHTML, so you will need to convert it to XHTML by ending with a />
instead of just >
, and then wrapping all the elements within the form inside a div
.
HTML Before
XHTML After
More Info
« Optimized Vimrc with 256 ColorschemeAskApache Debug Viewer Plugin for WordPress »
Comments