Donation button for cryptocurrencies.
- import the css and js files
<head>
...
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/vincentdnl/Cryptotip/master/build/static/css/main.c0757ce9.css">
...
</head>
<body>
...
<!-- Here goes the div -->
<script src="https://cdn.rawgit.com/vincentdnl/Cryptotip/master/build/static/js/main.84eed617.js"></script>
...
</body>
- create your donation box widget
<div
id="cryptotip"
data-bitcoin-address="3CahdmxRvrCiZVZLMpFchbDMVsdLyu69uF"
data-bitcoin-label="My donation address"
data-modal-title="Support my work with Bitcoin!"
></div>
data-bitcoin-address
: your bitcoin addressdata-bitcoin-label
: the label in the donation uri (see: BIP-0021)data-modal-title
: the title that will be displayed on the modal
See LICENSE.md
Icons are under Creative Commons Attribution 4.0: https://fontawesome.com/license