Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Enter your organization's PayPal account email address and click the checkbox to enable the logo.The website will automatically create the button using the account information you provided.  You will now be able to add it to any page using the built-in custom tags feature.

To enable and add the built-in PayPal button to your page

When editing a webpage:

  • In the text editor, click on the Blue Paw Icon Image Added
    (it's next to font size) to bring up a list of built-in custom tags.
  • Scroll until you see, the Built-in: PayPal Donation Button
  • Click on Built-in: PayPal Donation Button and it will insert the tag {PayPal/}.
  • Save the page.
  • When viewed outside of the editor, you will see a PayPal donation button.

You should now see the PayPal donation button on your web page.

Tip
titleNOTE:

You can create a custom PayPal button by creating a Custom Code Snippet and adding that code snippet to any web page or content area. See the Custom Code Snippet section of this guide.


Facebook

Note
  • Do not enter http://www.facebook.com/

  • Only add the part of the URL that comes after pages or if you have a vanity name, just enter the name of your page.

...

If you do not see an affiliate you'd like to add, you can add your own affiliates by using the instructions in the chapter How to Add Custom HTML to a Web Page feature.  See this guide for instructions.

Centering your affiliate button

To center the button for an affiliate like PayPal, add the following code to the beginning of the code snippet that's generated for you:

<div align="center">

 Then at the very end of your button code close the tag with

</div>

 What this code is doing is telling your code to be enclosed in this element and to be aligned center.