Bitcoin Forum

Economy => Trading Discussion => Topic started by: David-M on July 17, 2013, 03:10:58 PM



Title: embedible bitcoin table of prices
Post by: David-M on July 17, 2013, 03:10:58 PM
I've seen a few posts asking for this and another member created a embedible graphic (which is very cool).

I also wanted to display the current price of bitcoin from various USD exchanges on my site- in table format:
http://coinrepublic.com/website-tools/

Code:
<script>
(function(){document.write('<div id="bitcoin"></div>');var e=document.createElement("script");e.src="http://coinrepublic.com/table_builder/loader.js";e.async=true;document.getElementById("bitcoin").appendChild(e)})()
</script>

Thought I'd add this to the community, created it originally for myself, but thought would be cool to share (and get exposure for my site)

Let me know what you think of it ;D

David