Activate HTML button
-
Hello!
I’m trying to make some active buttons from a service such as Paypal, called Pagseguro (Brazil). I want to add in 4 different pages, 4 different buttons (one for each page), but when I insert the HTML, as e.g. (http://pagseguro.visie.com.br/plataforma/wordpress/inserindo-botoes-de-comprar-em-seu-blog/), the button does not appear in the published page. I don’t know how to use the other options they offer and I really appreciate if works through these codes. Is it possible?
Blog url: http://fuahcrafts.wordpress.com/ -
I’m sorry, but that embed code will not work because we remove JavaScript, Flash, iframe, form, and input tags for security reasons. Please see the following guide for more information about this.
-
You can embed simple PayPal buttons like the ones which can be used in email. Here is a guide: http://en.support.wordpress.com/paypal/
-
The HTML code that I wanna insert is this:
<form target=”pagseguro” action=”https://pagseguro.uol.com.br/v2/checkout/payment.html” method=”post”>
<input type=”hidden” name=”code” value=”BACF292C212136700473BFB7D3C14EFD” />
<input type=”image” src=”https://p.simg.uol.com.br/out/pagseguro/i/botoes/pagamentos/209×48-comprar-assina.gif” name=”submit” alt=”Pague com PagSeguro – é rápido, grátis e seguro!” />
</form>Is just a image with a link… this is realy a problem? <form> and <input> ?
-
Yes, the <form> and <input> tags will automatically be stripped by our system for security reasons. If you’d like to insert a PayPal button on your page, I would suggest following the instructions at designsimply shared:
http://en.support.wordpress.com/paypal/ -
Thanks for the answers, but none of them help or resolve my problems. I’d tryed all.
All this security really become a trouble, not just for me, for what I’ve researched… -
Did you try the guide at http://en.support.wordpress.com/paypal/ ?
It’s basically just an image link method and should work perfectly.
Can you give us a link to the post or page where it’s causing a problem?
-
Hello…
I just make a new test with my Paypal account, opened only for this case, and the button still isn’t published… The pages I want to add the buttons are:
http://fuah.com.br/album-pequeno/
http://fuah.com.br/caderno-escolar/
http://fuah.com.br/caderno-wire/
http://fuah.com.br/porta-retrato/I appreciate any help! :)
-
I don’t see an attempt to add the button at either page. It should be a simple image link, not the form code (which will be removed).
Did you follow the guide at http://en.support.wordpress.com/paypal/ ?
-
Yes, I did, more than one time, and every time the button disappears when is published.
The button should be after the form, in the end of the page. The form is for the client select the customization itens of the notebooks that I do and then, pay it.
Thank you!
-
From http://en.support.wordpress.com/paypal/ which image are you trying to use, and what is your PayPal link?
-
I’ve tryed with these one:
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AS6FNDMCPYA9WAnd made a test with these other:
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8Z8DTXHHZ6BNAEither one, doesn’t appear in the published page. I’ve kept the standard image….
-
Try this in your editor’s HTML tab:
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AS6FNDMCPYA9W"><img src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" alt="" /></a> -
It Works! Yay!! How can I create the other buttons for the other pages?! It’s hard?
Thank you soooo much!!
-
If it isn’t working for you in the Visual editor, use the same code as above in the HTML editor, just change the URL after href=.
-
-
- The topic ‘Activate HTML button’ is closed to new replies.