Paypal hosted Button

Discussion in 'Bukkit Help' started by goodstuff20, Apr 7, 2013.

Thread Status:
Not open for further replies.
  1. Hi guys,

    I created a button on PayPal and went on my project - donations - PayPal hosted button - and inserted the button code under email (in PayPal) and it worked. But now how to I add the button somewhere in my project (it doesent say in wikicreole)

    All help apreciated!
     
  2. Offline

    lycano

    Checkout the paypal homepage and search for "Donation Buttons" or google "paypal donation via image".

    For the Image .. it does. Use a combination of linking against a page and using absolute path to an image.

    Code:
    For example
    [[http://link/to/page/when/clicking_on_image/|{{http://link/to/image.png}} optional text after picture]]
    
     
    Ne0nx3r0 likes this.
  3. Thx
     
  4. Offline

    Ne0nx3r0

    lycano That's useful, I was trying to link an image in WikiCreole and eventually gave up and used SafeHTML instead... At least then I know the syntax for things.
     
  5. Offline

    lycano

    Ne0nx3r0 glad you can make use of it. Maybe that will help you too: Thats btw the only way i know to use custom link image targets. If you do not use absolute path (you can use Name:ID too) then the href will be always the path to the image no matter what you type in the first bracket.
     
  6. Ok thx
     
Thread Status:
Not open for further replies.

Share This Page