PRX / www.radiotopia.fm

Radiotopia website
https://www.radiotopia.fm
2 stars 0 forks source link

Create donate button for Millennial #38

Closed ginalooch closed 1 year ago

ginalooch commented 8 years ago

create donate button to link to existing button located on: http://www.millennialpodcast.org/donate-help first include this script within the HTML of the website: <script> (function() { if(document.getElementById('commitchange-script')) return; var npo = 4341; var script = document.createElement('script'); var first = document.getElementsByTagName('script')[0]; script.setAttribute('data-npo-id', npo); script.id = 'commitchange-script'; script.src = 'https://commitchange.com/js/donate-button.v2.js'; first.parentNode.insertBefore(script, first); })(); </script> then add this snippet where the button should appear: <a data-custom='' class='commitchange-donate donate' data-amounts='10,20,30,70,100,200,1000' data-designation='Millennial'>Donate</a>

This should allow the widget to hover on existing Donate Page.

kookster commented 1 year ago

n/a