Skip to content

Instantly share code, notes, and snippets.

@irmaus
Last active May 4, 2017 23:44
Show Gist options
  • Save irmaus/3358e89e189b1bcff8abf535da1f1fcf to your computer and use it in GitHub Desktop.
Save irmaus/3358e89e189b1bcff8abf535da1f1fcf to your computer and use it in GitHub Desktop.
html for the share price widget example
<div class="widget-wrap">
<div id="loadshareprice"><img class="asx-logo" src="https://www.irmau.com/site/content/images/asxLogo.png" alt="" />
<div class="price" data-quoteapi="price" id="price">&nbsp;</div>
<div class="market-cap" id="market-cap">Market Cap: <span data-quoteapi="marketCap">&nbsp;</span></div>
<div class="spdelay">Price Delay ~20min</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment