Skip to content

Releases: mooncryption/steem-price-widget

v0.2 - Full Redesign, Base Currencies, Customization Tool, and More!

Choose a tag to compare

@mooncryption mooncryption released this 16 Nov 02:35

Version 0.2 Release - Steem Price Widget - @mooncryption

The new version includes:

  • Full Redesign, with all-new Bootstrap/HTML5 and new CSS
  • Base Currencies (USD, SBD, BTC, and more to come!)
  • Customization Tool (see here)
  • 24-hour Change Percentages (red/green based on movement direction)
  • New CSS3 Loading Animation
  • and more minor fixes!

All v0.1 code is backwards-compatible, meaning you'll have instant access to v0.2 without having to change anything 😄

However, the new Customization Tool is very tempting, allowing you to personalize the look/feel/metrics of the widget 😉 so you may just want to change your code!

Thanks :)

v0.1 - Minimum Viable Product Release

Choose a tag to compare

@mooncryption mooncryption released this 11 Nov 18:13
1537e45

Version 0.1 Release - Steem Price Widget - @mooncryption

This is the first release of our STEEM Price Widget! Adding it to your HTML website is as easy as adding this line of code:

<iframe src="https://mooncryption.github.io/steem-price-widget/widget.html" width="200px" height="150px" frameBorder="0"></iframe>

You can always change the width or height parameters (as long as it still looks pretty :) and you can change even more with help from our examples page.

Remember that the widget is backwards-compatible so adding in the line of code above means:

  • it will always work the way you want it to
  • as we add in new updates improving performance, speed, appearance, and more, those updates will automagically reflect on your website too!

Have fun 😄
@mooncryption