Search Bar

Add Customized PayPal Donate Button Below Blogger Posts


  1. Log into Paypal account
  2. Click the Merchant services tab 
  3. Select Donation option 



4. Fill the form with detal as shown below photo


5. Click on Create Button then click on Remove Operation in order to simplify that code.now copy that code.


Add Customized PayPal Donate Button Below Blogger Posts

  1. Go to Blogger> Designs> Edit HTML
  2. Backup template
  3. Chack the Expand widget templates box
  4. search for data:post:body
  5. past following code just below it

<b:if cond='data:blog.pageType == &quot;item&quot;'>
  <table border='0' cellpadding='2' cellspacing='0' width='590'><tbody> 
      <tr> 
        <td><div style='border:5px solid #37BD07; padding:5px 10px; margin-right:5px;'>  <br/> PASTE PAYPAL DONATE BUTTON CODE RIGHT HERE </div> </td>
        <td> 
          <p align='justify'><font color='#2FAA2F'><em><strong>Respected Readers:</strong></em></font> 
                  <br/><em>WRITE YOUR SHORT REQUEST MESSAGE HERE</em></p> 
       </td> 
      </tr> 
    </tbody></table> 
</b:if>
6. Save template and visit blog

Note:
Replace  WRITE YOUR SHORT REQUEST MESSAGE HERE with somthing that attract reader

HOW TO CUSTAMIZE CODE

Chance the width of the widget change value width:590
Change the border size and colous border: 5px solid #37bd07 

You can also get sell/buy button.

Thanks