Home » Support Us » Add an RSA Donation Button to your Website

Add an RSA Donation Button to your Website

In April each year, we launch our Poppy Appeal to raise awareness of the RSA - the work we do and the veterans we support. Our red Poppies are often found pinned to the coats of our supporters and volunteers during this time.  

This year we are taking our Poppies online. You are now able to show your support by ‘pinning’ a digital Poppy to your website. 

Those who visit your website are able to donate by clicking on your digital Poppy, directing them to our online fundraising page. All donations are used in the support of veterans and their whānau.

 

All it takes is three easy steps

1. Pick where you would like to ‘pin’ your poppy. This might be on the header or footer of your website, or a frequently visited page. 


Pro tip: The best location is where people commonly look first. 

 

2. Share this page to your web developer or IT guru and let them know where you want your poppy. They will take the code below and pop it into your website.

 

3. Refresh your website to see your poppy displayed and ready for action. 

 

 

Light button for dark backgrounds

RSA donate now

<a rel="noopener" href="https://www.rsa.org.nz/support-us/donate" target="_blank" aria-label="Visit the RSA donation page (opens in a new window)">
  <img src="https://rsa.org.nz/assets/external/RSA_donate-badge_white.png" alt="RSA donate now" />
</a>

 

 

Dark button for light backgrounds 

RSA donate now

<a rel="noopener" href="https://www.rsa.org.nz/support-us/donate" target="_blank" aria-label="Visit the RSA donation page (opens in a new window)">
  <img src="https://rsa.org.nz/assets/external/RSA_donate-badge_blue.png" alt="RSA donate now" />
</a>

 

 

Mini light button for dark backgrounds

RSA donate now

<a rel="noopener" href="https://www.rsa.org.nz/support-us/donate" target="_blank" aria-label="Visit the RSA donation page (opens in a new window)">
  <img src="https://rsa.org.nz/assets/external/RSA_donate-badge_white_mini.png" alt="RSA donate now" />
</a>

 

 

Mini dark button for light backgrounds 

RSA donate now

<a rel="noopener" href="https://www.rsa.org.nz/support-us/donate" target="_blank" aria-label="Visit the RSA donation page (opens in a new window)">
  <img src="https://rsa.org.nz/assets/external/RSA_donate-badge_blue_mini.png" alt="RSA donate now" />
</a>