IOTA Button can be used to accept payments, donations or just show balance in your wallet. Simple
button can
be embeded on any website with minimal coding.
If you have a WordPress or Joomla website, you can easily install the IOTA button via plugin from the store.
After that, you can use the IOTA button everywhere without any problems and without constantly changing the code.
Add scripts to your html
<script type="module" src="//shortaktien.de/build/iota-button.esm.js"></script>
<script nomodule src="//shortaktien.de/build/iota-button.js"></script>
Add following HTML
// get paid <iota-button address="iota1..." amount="500000000"></iota-button>
// get donation <iota-button address="iota1..." label="Donate" merchant="GoodGuys" type="donation"></iota-button>
IOTA Button can be used to accept payments, donations or just show balance in your wallet. Simple
button can
be embeded on any website with minimal coding.
It's completely open source, client based JavaScript code so you're in control. This is a firt prototype to
see if there is an interest.
Please get involved on Github if you have project where you want to use it or have ideas on how to expand
this project.
See our enhancements/ideas/suggestions in Github:
IOTA Button