A tool used for displaying current steem price in any global currency that you specify.
Steem Price make use of the free Ticker Widget provided by Coin Market Cap. The widget is implemented using javascript and its parameters can be modified.
<script type="text/javascript" src="https://files.coinmarketcap.com/static/widget/currency.js"></script><div class="coinmarketcap-currency-widget" data-currency="bitcoin" data-base="USD" data-secondary="" data-ticker="true" data-rank="true" data-marketcap="true" data-volume="true" data-stats="USD" data-statsticker="false"></div>
The above code is for the Bitcoin Widget ticker.
- Inorder to change the coin, change the value of data-currency from bitcoin to any other coin.
- To change the currency value from USD, change the value of data-base from USD to any other currency.