Bitcoin Forum
June 22, 2024, 07:00:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: Live Bitcoin Price For Your Website (feedback please)  (Read 4519 times)
windpath (OP)
Legendary
*
Offline Offline

Activity: 1258
Merit: 1027


View Profile WWW
March 21, 2014, 04:22:21 PM
Last edit: March 25, 2014, 07:07:51 PM by windpath
 #1


Update: 3/25/2014: Public Release: Choose your image and get your code here

Update: 3/24/2014: New sizes available

http://www.coincadence.com/bitcoinindex/ is doing great and it's time to free up some of the data collected for the world to enjoy.

While a full API is in the works, would it be beneficial to offer a simple service for those that want to add current Bitcoin pricing to their websites?

BTCQuote offers a similar service, however it has 2 major limitations:

1. It only provides the price from Coinbase, and a single exchanges price is not indicative of the market as a whole.

2. Adding the price to a website requires embedding Javascript in the source code, something many content management systems (like WordPress) do not allow without modification.

So without further ado... introducing the first ever image based real time Bitcoin price image (BETA!):



The image is updated every time the page it is on is loaded.

It overcomes the above mentioned limitations as follows:

1. The Coin Cadence Exchange Index price represents an average across major exchanges (currently 7, more to come)

2. It can be easily added anywhere you can add an image from the internet using a basic HTML image tag, no Javascript required.

Here is a code snippet to add the ticker to a web page:
Code:
<img src="http://www.coincadence.com/api/embed/500x250">

Or share it on a forum:
Code:
[img]http://www.coincadence.com/api/embed/500x250[/img]

Note: adding the "500x250" to the end of the URL for the image file serves to select the size of the image, only 500x250 is currently available.

The current image is 500 x 250 pixels, I realize this may be to big/small for some applications.

I would like feedback on what other sizes people would like to see, and any suggestions for improving it.

Thanks for taking the time to check it out, I hope you enjoy it Smiley
slaveforanunnak1
Hero Member
*****
Offline Offline

Activity: 743
Merit: 502



View Profile
March 21, 2014, 05:21:21 PM
 #2

Nice! thanks!
bitcasino
Sr. Member
****
Offline Offline

Activity: 342
Merit: 250



View Profile
March 21, 2014, 05:47:10 PM
 #3

250x125 would be nice  Smiley
windpath (OP)
Legendary
*
Offline Offline

Activity: 1258
Merit: 1027


View Profile WWW
March 21, 2014, 05:58:01 PM
 #4

250x125 would be nice  Smiley

Order accepted Wink

Maybe today, if not today early Monday, I'll add it here when ready.
34bytes
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
March 21, 2014, 06:16:50 PM
 #5

Very nice!
bitcasino
Sr. Member
****
Offline Offline

Activity: 342
Merit: 250



View Profile
March 23, 2014, 03:33:00 PM
 #6

250x125 would be nice  Smiley

Order accepted Wink

Maybe today, if not today early Monday, I'll add it here when ready.
I added your widget on my site already, in "how to get bitcoins" section.
windpath (OP)
Legendary
*
Offline Offline

Activity: 1258
Merit: 1027


View Profile WWW
March 23, 2014, 03:42:40 PM
 #7

I added your widget on my site already, in "how to get bitcoins" section.

Awesome Bitcasino, hope it helps your members out, the 250x125 will be available Monday with some other sizes....
roslinpl
Legendary
*
Offline Offline

Activity: 2212
Merit: 1199


View Profile WWW
March 23, 2014, 03:49:05 PM
 #8

very very nice Smiley

May I use it too? Smiley
Looks well designed I love it!
windpath (OP)
Legendary
*
Offline Offline

Activity: 1258
Merit: 1027


View Profile WWW
March 23, 2014, 03:57:36 PM
 #9

very very nice Smiley

May I use it too? Smiley
Looks well designed I love it!

Thanks!

Have at it Roslinpl, the current size will be the default, more to come on Monday.

Also, while not required (never will be), a link back to Coin Cadence is appreciated Smiley
windpath (OP)
Legendary
*
Offline Offline

Activity: 1258
Merit: 1027


View Profile WWW
March 24, 2014, 08:36:42 PM
 #10

OK folks, this is a project we are going ahead with.

I'll be adding a page to our public site this week with all the info.

3 sizes are currently available, happy to make more upon request.

Note: The sample code below includes a link back to CoinCadence.com.

Linking back to us is appreciated but not required, you may remove the link if you like.

215x75


Note: this is the same size as BTCQuote

Forum Code:
Code:
[url=http://www.coincadence.com/bitcoinindex/][img]http://www.coincadence.com/api/embed/215x75[/img][/url]

HTML:
Code:
<a href="http://www.coincadence.com/bitcoinindex/" target="_NEW">
    <img src="http://www.coincadence.com/api/embed/215x75" alt="Live Bitcoin Price - CoinCadence.com">
</a>

250x125



Forum Code:
Code:
[url=http://www.coincadence.com/bitcoinindex/][img]http://www.coincadence.com/api/embed/250x125[/img][/url]

HTML:
Code:
<a href="http://www.coincadence.com/bitcoinindex/" target="_NEW">
    <img src="http://www.coincadence.com/api/embed/250x125" alt="Live Bitcoin Price - CoinCadence.com">
</a>

500x250



Forum Code:
Code:
[url=http://www.coincadence.com/bitcoinindex/][img]http://www.coincadence.com/api/embed/500x250[/img][/url]

HTML:
Code:
<a href="http://www.coincadence.com/bitcoinindex/" target="_NEW">
    <img src="http://www.coincadence.com/api/embed/500x250" alt="Live Bitcoin Price - CoinCadence.com">
</a>
josiah__Coinsetter
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
March 24, 2014, 08:58:39 PM
 #11

If you're interested in including Coinsetter price data, I'd be more than happy to help you get set up to do so.
windpath (OP)
Legendary
*
Offline Offline

Activity: 1258
Merit: 1027


View Profile WWW
March 24, 2014, 09:22:20 PM
 #12

If you're interested in including Coinsetter price data, I'd be more than happy to help you get set up to do so.

Thanks for your interest!

PM sent...
roslinpl
Legendary
*
Offline Offline

Activity: 2212
Merit: 1199


View Profile WWW
March 25, 2014, 12:23:55 AM
 #13

I see project is getting upgraded! Smiley

Very good!
Thanks Devs!
casinocoin
Legendary
*
Offline Offline

Activity: 849
Merit: 1050


CasinoCoin


View Profile WWW
March 25, 2014, 07:47:54 AM
 #14

Any chance on releasing a branded free version?
Would be more then happy to pay and use this instead of the current one I use on my blog.
publicminer
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
March 25, 2014, 10:09:01 AM
 #15

Interested, I think of it!
Posted from Bitcointa.lk - #23zF0YbrjpeVaq51
DGulari
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


KawBet.com - Anonymous Bitcoin Casino & Sportsbook


View Profile
March 25, 2014, 04:16:13 PM
Last edit: March 25, 2014, 04:32:47 PM by DGulari
 #16

Any chance on releasing a branded free version?
Would be more then happy to pay and use this instead of the current one I use on my blog.
Here is a 250X80 brand free widget...


<iframe src="http://xbt42.com/widgets/xbtpricewidget1.aspx"
style="border: 0; width:250px; height:80px;"</iframe>

Put that in your website.

. .KawBet . .
BITCOIN CASINO & SPORTSBOOK
|               ____
        ¦¦¦¦¦¦¦¦¦¦
      ¦¦¦¦¦¦¦¦¦¦¦¦¦¦
    ¦¦¦¦¦¦  ¦¦  ¦¦¦¦¦¦
  ¦¦¦¦¦              ¯¦¦¦¦¦
¦¦¦¦¦¦__    __    ¦¦¦¦¦¦
¦¦¦¦¦¦¦¦    ¯¯  _¦¦¦¦¦¦
¦¦¦¦¦¦¦¦    _    ¦¦¦¦¦
¦¦¦¦¦¦¯¯    ¯¯¯    ¦¦¦¦¦
  ¦¦¦¦¦                ¦¦¦¦¦
    ¦¦¦¦¦¦  ¦¦  ¦¦¦¦¦¦
      ¦¦¦¦¦¦¦¦¦¦¦¦¦¦
         ¯¦¦¦¦¦¦¦¦¦¦¯
               ¯¯¯¯¯¯

UP
TO
7BTC
WELCOME
BONUS
|
        ¦¦¦¦
    ¦¦¦¦¦¦¦¦¦
 _¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯
    _¦¦¦¦¦¦¦¯
   _¦¦¦¦¦¦¦¯
  _¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  _¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯
           ¦¦¦¦¦¯
          ¦¦¦¦¦
         ¦¦¦¦¦
    ¯¦¦¦¦¦¦¦¦¦¦¦¦¯
    ¯¦¦¦¦¦¦¦¦¦¯
      ¦¦¦¦¦¯
      ¯¦¦¯

EASY DEPOSIT
FAST WITHDRAWAL
|
        ¦¦¦¦¦¦¦¦¦¦
      ¦                        ¦
    ¦     ¦¦¦¦  ¦    ¦     ¦
  ¦             ¦  ¦    ¦       ¦
¦         ¦¦¦¦  ¦¦¦¦         ¦
¦         ¦              ¦         ¦
¦         ¦¦¦¦                   ¦
  ¦                                ¦¦
    ¦         ¦  ¦  ¦         ¦¦¦
      ¦                         ¦¦¦¦
        ¯¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
               ¯¯¯¯¯¯          ¯¯
24H
LIVE
SUPPORT
|


¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦                          ¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦              ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦      ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦            ¦¦¦¦¦¦¦¦¦¦¦¦¦¦            ¦¦¦¦¦¦¦
  ¦¦¦¦¦¦¦¦¦¦              ¦¦¦¦¦¦¦¦              ¦¦¦¦¦¦¦¦¦
  ¦¦¦¦¦¦¦¦¦¦¦¦          ¦¦¦¦¦¦¦¦          ¦¦¦¦¦¦¦¦¦¦¦
  ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  ¦¦¦¦¦¦¦¦¦
  ¦¦¦¦¦

NO KYC
REQUIRED
Polycoin
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
March 25, 2014, 04:28:42 PM
 #17

Any chance on releasing a branded free version?
Would be more then happy to pay and use this instead of the current one I use on my blog.
Here is a 250X80 branded free one...


<iframe src="https://xbt42.com/widgets/xbtpricewidget1.aspx"
style="border: 0; width:250px; height:80px;"</iframe>

Put that in your website.


Thanks!

Polycoin Troopers, Assemble!
windpath (OP)
Legendary
*
Offline Offline

Activity: 1258
Merit: 1027


View Profile WWW
March 25, 2014, 07:02:24 PM
 #18

Everything is up and live on the site, get more info here:

http://www.coincadence.com/bitcoin-index/info/bitcoin-price-on-your-site

I see project is getting upgraded! Smiley
Very good!

Thanks roslinpl!

Any chance on releasing a branded free version?
Would be more then happy to pay and use this instead of the current one I use on my blog.

Would you prefer to pay a little for an unbranded version or a little more for a version branded with your business?

Here is a 250X80 brand free widget...
...
Put that in your website.

This is a great example of the limitations of existing offers I mentioned in the first post of this thread. It represents a single price put forth by a "retail Bitcoin seller" and is not indicative of the Bitcoin market as a whole.

Our Index is far from perfect, but it is the true average across established exchanges trading Bitcoin and USD.

http://www.coincadence.com/bitcoin-index/info/bitcoin-price-on-your-site

windpath (OP)
Legendary
*
Offline Offline

Activity: 1258
Merit: 1027


View Profile WWW
March 25, 2014, 07:20:32 PM
 #19

This is a great example of the limitations of existing offers I mentioned in the first post. It represents a single price put forth by a "retail Bitcoin seller" and is not indicative of the Bitcoin market as a whole.

You are wrong actually.  That might come from the website of a bitcoin seller, but the price comes direct from a very accurate (probably one of the best) API and is always updated to reflect an average of the three biggest exchanges.  Just check the price for yourself.  I think you will be impressed.  It is a VERY accurate reflection of the instantaneous bitcoin market as a whole.  

Not going to address your "hoge-poge mess of advertising" comment as feedback (except from you, offering a similar service and trying to hijack the thread) has been positive overall...

We believe pricing transparency is very important to Bitcoins overall success.

All our index data is public, we list the 7 major USD exchanges included and their last price on the Index site, updated every minute.

What are the "3 biggest exchanges" you have included? Where is your index data? How is calculated? How often is it updated?

As someone selling Bitcoin "retail" as you put it, where do you get yours wholesale? Why should I (or anyone) trust your advertised price?

Just some food for thought...

Again, our service is free, we don't operate an exchange or sell Bitcoins for profit, our only goal is to help people share an indexed price for Bitcoin, and yes, spread the word that the index exists here: http://www.CoinCadence.com/bitcoin-index/ Wink

DGulari
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


KawBet.com - Anonymous Bitcoin Casino & Sportsbook


View Profile
March 26, 2014, 04:03:18 PM
 #20

This is a great example of the limitations of existing offers I mentioned in the first post. It represents a single price put forth by a "retail Bitcoin seller" and is not indicative of the Bitcoin market as a whole.

You are wrong actually.  That might come from the website of a bitcoin seller, but the price comes direct from a very accurate (probably one of the best) API and is always updated to reflect an average of the three biggest exchanges.  Just check the price for yourself.  I think you will be impressed.  It is a VERY accurate reflection of the instantaneous bitcoin market as a whole.  

Not going to address your "hoge-poge mess of advertising" comment as feedback (except from you, offering a similar service and trying to hijack the thread) has been positive overall...

We believe pricing transparency is very important to Bitcoins overall success.

All our index data is public, we list the 7 major USD exchanges included and their last price on the Index site, updated every minute.

What are the "3 biggest exchanges" you have included? Where is your index data? How is calculated? How often is it updated?

As someone selling Bitcoin "retail" as you put it, where do you get yours wholesale? Why should I (or anyone) trust your advertised price?

Just some food for thought...

Again, our service is free, we don't operate an exchange or sell Bitcoins for profit, our only goal is to help people share an indexed price for Bitcoin, and yes, spread the word that the index exists here: http://www.CoinCadence.com/bitcoin-index/ Wink

First off, that's not my site.  I don't sell anything.  Not retail - not wholesale.  I just noticed that the price of that thing is highly accurate.  It is very freaking close to bitstamp all the time. I don't know how it's calculated - but I guess from looking it is closely tied to the three biggest exchanges.  Prove me wrong - do you see any price errors on that one?  Didn't think so.  Your system on the other hand is full of eyesore crap.  It is busy and cluttered.  The other one is actually free - unlike yours which comes with 'free' advertising for you.  Hey, you don't have to use it.  I just discovered that it is pretty cool and decided to share with others.  Keep offering yours around - someone without pride will surely take it.  

. .KawBet . .
BITCOIN CASINO & SPORTSBOOK
|               ____
        ¦¦¦¦¦¦¦¦¦¦
      ¦¦¦¦¦¦¦¦¦¦¦¦¦¦
    ¦¦¦¦¦¦  ¦¦  ¦¦¦¦¦¦
  ¦¦¦¦¦              ¯¦¦¦¦¦
¦¦¦¦¦¦__    __    ¦¦¦¦¦¦
¦¦¦¦¦¦¦¦    ¯¯  _¦¦¦¦¦¦
¦¦¦¦¦¦¦¦    _    ¦¦¦¦¦
¦¦¦¦¦¦¯¯    ¯¯¯    ¦¦¦¦¦
  ¦¦¦¦¦                ¦¦¦¦¦
    ¦¦¦¦¦¦  ¦¦  ¦¦¦¦¦¦
      ¦¦¦¦¦¦¦¦¦¦¦¦¦¦
         ¯¦¦¦¦¦¦¦¦¦¦¯
               ¯¯¯¯¯¯

UP
TO
7BTC
WELCOME
BONUS
|
        ¦¦¦¦
    ¦¦¦¦¦¦¦¦¦
 _¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯
    _¦¦¦¦¦¦¦¯
   _¦¦¦¦¦¦¦¯
  _¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  _¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¯
           ¦¦¦¦¦¯
          ¦¦¦¦¦
         ¦¦¦¦¦
    ¯¦¦¦¦¦¦¦¦¦¦¦¦¯
    ¯¦¦¦¦¦¦¦¦¦¯
      ¦¦¦¦¦¯
      ¯¦¦¯

EASY DEPOSIT
FAST WITHDRAWAL
|
        ¦¦¦¦¦¦¦¦¦¦
      ¦                        ¦
    ¦     ¦¦¦¦  ¦    ¦     ¦
  ¦             ¦  ¦    ¦       ¦
¦         ¦¦¦¦  ¦¦¦¦         ¦
¦         ¦              ¦         ¦
¦         ¦¦¦¦                   ¦
  ¦                                ¦¦
    ¦         ¦  ¦  ¦         ¦¦¦
      ¦                         ¦¦¦¦
        ¯¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
               ¯¯¯¯¯¯          ¯¯
24H
LIVE
SUPPORT
|


¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦                          ¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦              ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦      ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
¦¦¦¦¦¦¦¦¦            ¦¦¦¦¦¦¦¦¦¦¦¦¦¦            ¦¦¦¦¦¦¦
  ¦¦¦¦¦¦¦¦¦¦              ¦¦¦¦¦¦¦¦              ¦¦¦¦¦¦¦¦¦
  ¦¦¦¦¦¦¦¦¦¦¦¦          ¦¦¦¦¦¦¦¦          ¦¦¦¦¦¦¦¦¦¦¦
  ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
  ¦¦¦¦¦¦¦¦¦
  ¦¦¦¦¦

NO KYC
REQUIRED
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!