<!– Place this html code where you want the widget –>
<div class=”bitcoin-button” data-address=”1P8cW2138YYcNK4ssaFBk2WT9zSG3p7i8G” data-info=”transactions” data-message=”Thank you for your support”></div>

<!– Place this snippet somewhere after the last button –>
<script type=”text/javascript”>
var bitcoinwidget_init = { autoload: true, host: “//bitcoinwidget.appspot.com” };
(function() {
var x = document.createElement(“script”); x.type=”text/javascript”; x.async=true;
x.src = “//bitcoinwidget.appspot.com/js/bitcoinwidget.js”;
var s = document.getElementsByTagName(“script”)[0]; s.parentNode.insertBefore(x,s);
})();
</script>