GoldCoin Talk

Main Category => Project Development => Topic started by: cryptosolar on July 13, 2015, 06:54:09 AM

Title: gld widget code things
Post by: cryptosolar 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>

(http://i62.tinypic.com/9h5agh.jpg)

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>

(http://i62.tinypic.com/vfxu.jpg)
Title: Re: gld widget code things
Post by: agnusnatum on July 13, 2015, 09:56:38 AM
thanks, looks good!
Title: Re: gld widget code things
Post by: cryptosolar on August 06, 2015, 11:11:37 AM
https://www.coingecko.com/en/widgets/ticker/goldcoin/btc (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:
(http://i58.tinypic.com/9ks3gz.jpg)
Title: Re: gld widget code things
Post by: TestingCrypto 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 ;)
Title: Re: gld widget code things
Post by: cryptosolar 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>
Title: Re: gld widget code things
Post by: cryptosolar 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
(http://i57.tinypic.com/29qi59g.jpg)