Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

“Help” currently contains these 2 sections for legacy purposes. The content here is provided verbatim:


ATM Price Ticker On Your Website

  1. You must enable publish to HQ in terminal settings.

  2. Simply place following HTML code on your website:
    <div id="coin-widget" align="left" serial-number="BT300019" color-text="white" color-bg="#2557A1" show-on-map="Show ATM on Map"></div>
    <script src="https://coin.cz/widgets/atm_widget_buy.js"></script>

  3. If you have a two-way machine and you want to display also sell price use following code:
    <div id="coin-widget" align="left" serial-number="BT300019" text-buy="Buy" text-sell="Sell" color-text="white" color-bg="#2557A1" show-on-map="Show ATM on Map"></div>
    <script src="https://coin.cz/widgets/atm_widget_buy_sell.js" ></script>

  4. Please note that you should modify various attributes:

    • To specify correct serial number of your machine.

    • To specify colors of your choice.

    • If you delete show-on-map attribute link "Show on map" will not be displayed in widget.

  5. Price is updated every 15 minutes.

  • No labels