cancel
Showing results for 
Search instead for 
Did you mean: 

Google Apps Donation Button Integration

I have cobble together a simple site for a symphonic project (www.latristehistoria.magefilm.com) administered by a nonprofit.  I am trying to install a DONATE button and associated embed code on the Donate page.  Google Apps employs what they call a Google Gadget anytime one adds HTML code on the page.  This produces a field in which the Donate button is one part.

 

I have tried using the code generated by the Simple Checkout Interface without success.  When clicking on the button the white field becomes the interface to the merchant gateway, rather than opening a new page.  I essentially have no coding skills and am limited by the tools Google Apps affords users - basically the ability to Link to a new page via URL ... or the installation of HTML which produces a 'Gadget' of 400x400 pixels (size may be adjusted).

 

I'd certainly be grateful for some help ......

 

Ben Mason 

magefilm
Member
2 REPLIES 2

Did a google search:smileytongue:

It look like you can add target="_blank" to the <form /> tag to popup a new browser windows.

 

<form target="_blank" xmlns="http://www.w3.org/1999/xhtml" action="https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx" method="post" name="PrePage"> <input type="hidden" name="LinkId" value="acad1d40-97e8-44d0-a725-e6dd44c906c4"> <input type="image" src="//content.authorize.net/images/donate-gold.gif"> </form>

RaynorC1emen7
Expert

I so appreciate your response.  That provides the solution I need to get going.  It's a great project - a symphonic celebration of the Day of the Dead, premiering in Mexico City in November 2012 during el día de muertos.  

 

Here's the URL if you want to take a look:  www.latristehistoria.magefilm.com

 

Your solution works perfectly, creating a new page.  I still have the problem of Authorize.net's button being surrounded by a white field in Google's 'gadget', but I can constrain the boundaries to at least rule out most of the empty field.  It's a great temporary solution that allows us to being accepting donations.  

 

Again, thanks so much for your help.

 

All the best -

Ben Mason