Skip to content

Instantly share code, notes, and snippets.

@fastfrwrd
Created December 18, 2013 19:00
Show Gist options
  • Save fastfrwrd/8027821 to your computer and use it in GitHub Desktop.
Save fastfrwrd/8027821 to your computer and use it in GitHub Desktop.
AFV integration details
<a href="http://www.americanfamilyvoices.org/?oneid-donate-email={{ USER'S EMAIL ADDRESS HERE }}&oneid-donate-amount=10&oneid-autorun=true">
<QUICKDONATE BUTTON HERE>
</a>
<script src="http://api.oneid.com/js/oneid.js"></script>
<script>
OneID.config({
merchant_id: "00010001-3ff6-46c8-a8f3-a2793a36d66a",
autorun: function oneid_donate() {
OneID.donate(function oneid_donate_callback() {
// this callback function can be overwritten and edited later
});
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment