Hi guys, I want to have these charts from http://www.coined.com/ on my website, or just data on my website. How can I put it on my website? These data also refresh often so is it possible to have some kind of timing inside script, so it takes data every minute?
They're using sockets, so it's going to be a little more complicated. Why don't you use an official API that you're actually allowed to take data from? Such as: http://blockchain.info/api/exchange_rates_api
Well yes, you're going to have to loop through the data and build an HTML table that you can style. php.net/foreach
Here: Code for your site: <img src="http://img2.uploadhouse.com/fileuploads/18690/18690952949650fc1ce6edf98ccba167a4557867.jpg"> Code (markup):
http://wordpress.org/plugins/bitcoin-ticker-widget/ It may be easier for you to refactor that widget since its already pulling the data. hope that helps, Nigel