Skip to content

Instantly share code, notes, and snippets.

Created January 25, 2012 01:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/03a81770123ec4e9a7cc to your computer and use it in GitHub Desktop.
Save anonymous/03a81770123ec4e9a7cc to your computer and use it in GitHub Desktop.
Example of a basic bitcoin donation widget.
<html>
<body>
<p>
A very basic example of a donate widget. See <a href="http://ecdsa.org/fundraiser">ecdsa.org/fundraiser</a> for more.
</p>
<script type="text/javascript" src="http://ecdsa.org/getreceivedbyaddress.js"></script>
<div style="margin:1px;width:400;margin:auto;">
<object data="http://ecdsa.org/fundraiser/1NrVe3iENN3nJRCH4gaDwa1xBM1Gw3ddLB?target=7&padding=0&rightcolor=yellow&leftcolor=lightgreen&bg=gray&radius=0&width=400" height="50" width="400">
Donate to 1NrVe3iENN3nJRCH4gaDwa1xBM1Gw3ddLB
</object/>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment