Add a PayPal button to your WordPress.com site

PayPal Logo

In the past you could only add a PayPal donation button to a website built in WordPress.com, however that has changed. Now you can add a ‘Buy Now’ or ‘Donation’ button to your account with a few simple steps. We will cover how to do this in the Advanced Course and to do so you can use one of the official PayPal buttons below. Please copy the first button code, if you prefer a different layout you can replace the image source (img src) with any of the buttons below and then click here to get back to your WordPress.com account.

.
Copy this code to integrate the button with your link into your website

Buy Now Button

<a href="YOUR-LINK-HERE">
<img src="https://www.paypalobjects.com/en_US/i/btn/btn_buynow_LG.gif" alt="Buy Now Button" />
</a>

Small Buy Now Button

<a href="YOUR-LINK-HERE">
<img src="https://www.paypalobjects.com/webstatic/en_US/btn/btn_buynow_86x21.png" alt="Small Buy Now Button" />

 

PayPal

<a href="YOUR-LINK-HERE">
<img src="https://www.paypalobjects.com/webstatic/en_US/i/btn/png/silver-rect-paypal-26px.png" alt="PayPal">

 

PayPal

<a href="YOUR-LINK-HERE">
<img src="https://www.paypalobjects.com/webstatic/en_US/i/btn/png/silver-pill-paypal-34px.png" alt="PayPal">

 

Buy Now With Credit Cards

<a href="YOUR-LINK-HERE">
<img src="https://www.paypalobjects.com/webstatic/en_US/i/btn/png/btn_buynow_cc_171x47.png" alt="Buy Now With Credit Cards">

Donate

<a href="YOUR-LINK-HERE">
<img src="https://www.paypalobjects.com/webstatic/en_US/i/btn/png/btn_donate_cc_147x47.png" alt="Donate">

You can find all available buttons at https://developer.paypal.com/docs/classic/api/buttons/

Leave a Reply

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