September 25, 2026, 10:14:10 PM

Author Topic: gld widget code things  (Read 6656 times)

0 Members and 2 Guests are viewing this topic.

Offline cryptosolar

  • Legendary
  • *****
  • Posts: 739
  • Karma: +38/-0
  • - Leading light -
    • View Profile
    • https://www.goldcoin.org/
gld widget code things
« on: July 13, 2015, 06:54:09 AM »
Hi, i ve found a gld widget which is easy to implement on a homepage for example :-)

it shows the actual gld price in bitcoin.

Code: [Select]
<script type="text/javascript">
crypt_single_base_currency = "GLD (GLD)";crypt_single_target_currency = "Bitcoin (BTC)";</script><script type="text/javascript" src="https://www.cryptonator.com/ui/js/widget/single_widget.js"></script>



or gld to USD.

Code: [Select]
<script type="text/javascript">
crypt_single_base_currency = "GLD (GLD)";crypt_single_target_currency = "US Dollar (USD)";</script><script type="text/javascript" src="https://www.cryptonator.com/ui/js/widget/single_widget.js"></script>

« Last Edit: July 13, 2015, 07:01:43 AM by cryptosolar »

Offline agnusnatum

  • Prospector
  • ***
  • Posts: 87
  • Karma: +10/-0
  • Judge a man not by his answers, but his questions
    • View Profile
Re: gld widget code things
« Reply #1 on: July 13, 2015, 09:56:38 AM »
thanks, looks good!
EEBrsB3tYxGWUPjfddZFZvCRFuNi66E2rN - GLD
LQFCRQEL83frKRwVSYAKUift5nvjbfGeQv - LTC

Offline cryptosolar

  • Legendary
  • *****
  • Posts: 739
  • Karma: +38/-0
  • - Leading light -
    • View Profile
    • https://www.goldcoin.org/
Re: gld widget code things
« Reply #2 on: August 06, 2015, 11:11:37 AM »
https://www.coingecko.com/en/widgets/ticker/goldcoin/btc

BTC/GLD

Code: [Select]
<iframe id='widget-ticker-preview' src='//www.coingecko.com/en/widget_component/ticker/goldcoin/btc?id=goldcoin' style='border:none; height:125px; width: 275px;' scrolling='no' frameborder='0' allowTransparency='true'></iframe>
or:

Code: [Select]
<a href='https://www.coingecko.com/en/price_charts/goldcoin/btc?id=goldcoin' target='_blank'><img alt='goldcoin price' src='https://www.coingecko.com/en/widget_component/ticker/goldcoin/btc.jpg?id=goldcoin'></a>
or:

Code: [Select]
[url=https://www.coingecko.com/en/price_charts/goldcoin/btc?id=goldcoin][img alt="goldcoin price"]https://www.coingecko.com/en/widget_component/ticker/goldcoin/btc.jpg?id=goldcoin[/img][/url]
preview:

Offline TestingCrypto

  • Gold Panner
  • **
  • Posts: 41
  • Karma: +11/-0
  • The world is what we make it, since the beginning.
    • View Profile
Re: gld widget code things
« Reply #3 on: August 06, 2015, 11:30:17 AM »
   That's bringing back memories, I coded the OP for coin gekko on bitcointalk (https://bitcointalk.org/index.php?topic=561516.msg6125721#msg6125721) & it's a very well built coding of score keeping if you will. CryptoNator's was a great one to start with, but then Coin Gekko's layout was release & has a little better graphical interface to it (showing the logo & a few other features)  8)

P.S. I didn't even get a chance to update it with the final touches, of the features I use for BBcoding & still kind of a partial template ;)
Applications are creating ways for people around the world to learn, work & innovating the path for the future. Still very few people see what can be built with what is being created here...
E8Gvgpc3j6SXo2EW6sLbjutDrD8f4jcppq

Offline cryptosolar

  • Legendary
  • *****
  • Posts: 739
  • Karma: +38/-0
  • - Leading light -
    • View Profile
    • https://www.goldcoin.org/
Re: gld widget code things
« Reply #4 on: August 06, 2015, 01:32:06 PM »
   That's bringing back memories, I coded the OP for coin gekko on bitcointalk (https://bitcointalk.org/index.php?topic=561516.msg6125721#msg6125721) & it's a very well built coding of score keeping if you will. CryptoNator's was a great one to start with, but then Coin Gekko's layout was release & has a little better graphical interface to it (showing the logo & a few other features)  8)

P.S. I didn't even get a chance to update it with the final touches, of the features I use for BBcoding & still kind of a partial template ;)

^^ seems like you have got special hidden talents  :)

donation button for payroll :

Code: [Select]
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script type="text/javascript" src="https://blockchain.info/Resources/wallet/pay-now-button.js"></script>


Code: [Select]
<div style="font-size:16px;margin:0 auto;width:300px" class="blockchain-btn"
     data-address="1B13XYNj1yd8KbwbbjQxzKX8upbHswdAg1"
     data-shared="false">
    <div class="blockchain stage-begin">
        <img src="https://blockchain.info/Resources/buttons/donate_64.png"/>
    </div>
    <div class="blockchain stage-loading" style="text-align:center">
        <img src="https://blockchain.info/Resources/loading-large.gif"/>
    </div>
    <div class="blockchain stage-ready">
         <p align="center">Please Donate To Bitcoin Address: <b>[[address]]</b></p>
         <p align="center" class="qr-code"></p>
    </div>
    <div class="blockchain stage-paid">
         Donation of <b>[[value]] BTC</b> Received. Thank You.
    </div>
    <div class="blockchain stage-error">
        <font color="red">[[error]]</font>
    </div>
</div>

Offline cryptosolar

  • Legendary
  • *****
  • Posts: 739
  • Karma: +38/-0
  • - Leading light -
    • View Profile
    • https://www.goldcoin.org/
Re: gld widget code things
« Reply #5 on: August 26, 2015, 01:03:16 AM »
widget from Coinfinance

Code: [Select]
<script type="text/javascript">var cf_widget_size = "small";var cf_widget_from = "GLD";var cf_widget_to = "BTC"; var cf_clearstyle = true;</script><script src="http://api.coinfinance.com/widgets/js/render_widget-min.js" type="text/javascript"></script>
preview