paypal button
-
i want to add a donate button using paypal. Can i do this in the sidebar or add a page on the menu bar or both
The blog I need help with is: (visible only to logged in users)
-
-
Instructions are found here > http://en.support.wordpress.com/paypal/
http://en.support.wordpress.com/widgets/text-widget/ -
oops! I forgot to post these as well in case you prefer to post it on a Page.
http://en.support.wordpress.com/pages/
http://en.support.wordpress.com/menus/ -
Ok , I got to the point where i entered the button url in the text
editor, how do i switch to the visual editor, da dumb me
Thanks for all your help -
when i open the editor from new posts there are no tabs at the top
as suggested in the support for switching editors………..what now -
Here you go > Missing Visual Editor http://en.support.wordpress.com/missing-visual-editor/
-
ok , i got the button and the code into the editor, by saving the button
as a gif. but the image and the url came up in my posts section. how do i move it to the sidebar. i don’t think the button is working . why is this so complex?
thank you for the support -
but the image and the url came up in my posts section. how do i move it to the sidebar.
I soul switch to the Text (HTML) editor and carefully copy all of the code. then I would paste it into a text widget and after I was sure it worked I would go back and delete the draft post.
http://en.support.wordpress.com/widgets/text-widget/ -
-
thank you for all your help. i finally got the button on the sidebar. I assume it takes a little time for it to be activated
-
You have a problem with the URL.
Look at this incorrect URL:
http://https//www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZAMSUL5QGE2QWNow look at the correct one:
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZAMSUL5QGE2QW -
how can this be………..i took the url directly from the paypal site
do you mean i have to do this over again? -
If you want it to work, yes. The first version has an extra https in it, and will not work.
-
-
No, you just go into the text widget and remove the first http:// from that particular link. Double check all the URLs in the code to make sure there’s only one http in them. Then Save the widget and close it.
-
-
-
It appears you took out the link entirely instead of just the extra http. Now all it has is the image and a link closing tag, not the link opening tag that should go in front of the image code.
<img alt="" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif">What you need is
<img alt="" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif">
- The topic ‘paypal button’ is closed to new replies.