Skip to content

Commit ece54d4

Browse files
committed
Add btc donate btn
1 parent c56cc5d commit ece54d4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

app/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ <h4>About</h4>
8989
<span>Disclaimer: this project is not in any way affiliated with GitHub.</span><br/>
9090
this project is open source, you can view it on <a href="https://github.com/debugger22/github-audio" target="_blank">GitHub</a><br/>
9191
developed by <a href="https://github.com/debugger22" target="_blank">@debugger22</a><br/><br/>
92+
<div id="coinwidget-bitcoin-37XgcaBrHibCMHzvZeZcj5mX5kYn8LUnui"></div>
9293
ProTip: It's actually kind of nice to leave on the background<br/><br/>
9394
<a href="https://www.digitalocean.com/" target="_blank"><img style="width:150px;cursor: pointer;" src="https://www.digitalocean.com/assets/media/logos-badges/DO_Powered_by_Badge_white-a05c38f6.png" alt="DigitalOcean" /></a>
9495
</div>
@@ -112,5 +113,26 @@ <h4>About</h4>
112113
ga('create', 'UA-84999786-1', 'auto');
113114
ga('send', 'pageview');
114115
</script>
116+
<script src="//blockr.io/js_external/coinwidget/coin.js"></script>
117+
<script>
118+
CoinWidgetCom.go({
119+
wallet_address: '37XgcaBrHibCMHzvZeZcj5mX5kYn8LUnui',
120+
currency: 'bitcoin',
121+
counter: 'count',
122+
lbl_button: 'Donate',
123+
lbl_count: 'donations',
124+
lbl_amount: 'BTC',
125+
lbl_address: 'Use address below to donate. Thanks!',
126+
qrcode: true,
127+
alignment: 'bl',
128+
decimals: 8,
129+
size: "small",
130+
color: "dark",
131+
countdownFrom: "0",
132+
element: "#coinwidget-bitcoin-37XgcaBrHibCMHzvZeZcj5mX5kYn8LUnui",
133+
onShow: function(){},
134+
onHide: function(){}
135+
});
136+
</script>
115137
</body>
116138
</html>

0 commit comments

Comments
 (0)