Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Bitcoin Price Widget

<div id="biscointWidget"></div>
<script type="text/javascript" src="https://staging-app.biscoint.io/widget/widget.js"></script>
<script type="text/javascript">
  BiscointWidget.init({
    locale: 'en',
    op: 'buy',
    base: 'BTC',
    quote: 'USD',
    refreshIntervalMs: 5000,
  });
</script>