Embed widgets on your website
Scroll to the bottom of the page for installation instructions. Box shadows can be disabled with the bw-noshadow="true" option (see the first price chart example below)
<div class="btcwdgt-chart" bw-cash="true" bw-noshadow="true"></div>
<div class="btcwdgt-chart" bw-cash="true" bw-theme="light"></div>
<div class="btcwdgt-price" bw-cash="true"></div>
<div class="btcwdgt-price" bw-cash="true" bw-theme="light" bw-cur="jpy"></div>
<div class="btcwdgt-price" bw-cash="true" bw-theme="light"></div>
<div class="btcwdgt-price" bw-cash="true" bw-theme="light" bw-cur="eur"></div>
<div class="btcwdgt-news" bw-cur="usd"></div>
<div class="btcwdgt-news" bw-cur="eur" bw-theme="light"></div>
<div class="btcwdgt-news" bw-entries="10"></div>
<div class="btcwdgt-news" bw-entries="3" bw-theme="light"></div>
<div class="btcwdgt-forum"></div>
<div class="btcwdgt-forum" bw-theme="light"></div>
<div class="btcwdgt-forum" bw-entries="10"></div>
<div class="btcwdgt-news-ticker"></div>
<div class="btcwdgt-news-ticker" bw-theme="light"></div>
<div class="btcwdgt-pool"></div>
<div class="btcwdgt-pool" bw-theme="light"></div>
Place a simple bit of code in the HTML of your website in each location where you want a widget. You may place multiple widgets on the same page with one div per widget. Code for each widget type is shown at right.
Widgets may be customized by placing additional attributes in the div element.
Control the number of items displayed with bw-entries="N" (1-10)
Use a different color scheme for the widget with bw-theme="X". Possible values are "light", "dark".
To enable Bitcoin Cash (BCH) price information, add bw-cash="true"
<!-- Bitcoin Cash (BTC) Price Chart Widget -->
<div bw-cash="true" class="btcwdgt-chart"></div>
<!-- Bitcoin (BTC) Price Chart Widget -->
<div class="btcwdgt-chart"></div>
<!-- Active Forum Topics Widget -->
<div class="btcwdgt-forum"></div>
<!-- News Stories Widget -->
<div class="btcwdgt-news"></div>
<!-- News Ticker Widget -->
<div class="btcwdgt-news-ticker"></div>
<!-- Simple Price Widget -->
<div class="btcwdgt-price" bw-cur="usd"></div>
<!-- Bitcoin.com Mining Pool Hash Rate -->
<div class="btcwdgt-pool"></div>
Copy-Paste the script code on the right anywhere within your webpage HTML. Even if you have multiple widgets, you only need to include the code once.
<script>
(function(b,i,t,C,O,I,N) {
window.addEventListener('load',function() {
if(b.getElementById(C))return;
I=b.createElement(i),N=b.getElementsByTagName(i)[0];
I.src=t;I.id=C;N.parentNode.insertBefore(I, N);
},false)
})(document,'script','https://widgets.bitcoin.com/widget.js','btcwdgt');
</script>
A weekly rundown of the news that matter, plus educational resources and updates on products & services that support economic freedom