Bitcoin Widgets

Price Widget

This Widget allow you to add the Bitcoin price to any webpage. The code is:

<div id="gobtc-widget-price" style="" data-cur="usd"></div>
<script type="text/javascript" src="https://widgets.gobitcoin.io/price.js"></script>
data-cur: 3 character code.
Curency availables: EUR, USD, BRL, CAD, CNY, GBP, INR.
Style: Anything you want in CSS.
First example:style="background-color: #fcfcfc; border: 1px solid #ccc;"
Second example: style=""

Chart Widget

This Widget allow you to add a Bitcoin chart to any webpage. The code is:

<div id="gobtc-widget-chart" style="background-color:#fcfcfc" data-lang="en"></div>
<script type="text/javascript" src="https://widgets.gobitcoin.io/chart.js"></script>

List of options:

Background-color:
Any color or none if you want no background (not recommended if your website background is dark)
First example: background-color: #fcfcfc
Second example: background-color: #000
data-lang: 2 character code.
Languages available: English (en) French (fr) German (de) Italian (it) Spanish (es)
data-cur: 3 character code.
Curency availables: EUR, USD, BRL, CAD, CNY, GBP, INR.
data-area: Show the area under the curve or not (0 or 1).
data-selector: Month selector position (top or bottom).