Pages:
Author

Topic: [GUIDE] How to Make Bitcoin Price Converter in 2 Mins! [HTML/PHP] (Read 4987 times)

full member
Activity: 210
Merit: 101
Is there similar guide for ALT dogecoin ..etc. BTW its simple and very good guide Smiley
Thanks for the comment, I will post one for each altcoin section.
Cheers.
hero member
Activity: 762
Merit: 500
 Is there similar guide for ALT dogecoin ..etc. BTW its simple and very good guide Smiley
full member
Activity: 210
Merit: 101
here is a screenshot of a simple use of Th0ur007's code
as a sidebar widget in a wordpress site



According to BitcoinAverage it's free to use their API as long as you credit them


This is nicely done !
Yup, it looks cool and professional.
newbie
Activity: 49
Merit: 0
here is a screenshot of a simple use of Th0ur007's code
as a sidebar widget in a wordpress site

https://i.imgur.com/sjBP5wM.jpg

According to BitcoinAverage it's free to use their API as long as you credit them


This is nicely done !
legendary
Activity: 910
Merit: 1000
here is a screenshot of a simple use of Th0ur007's code
as a sidebar widget in a wordpress site



According to BitcoinAverage it's free to use their API as long as you credit them



This one is great design.. nad i hope i can design to to my price converter.
How about sir making an api sir?

It's not so hard

You just use the Th0ur007's code and then you mark up the whole thing with a div class and use awesome fonts for the currency symbols and a background image

dollar sign = http://fortawesome.github.io/Font-Awesome/icon/usd/
euro sign = http://fortawesome.github.io/Font-Awesome/icon/eur/
gpb sign = http://fortawesome.github.io/Font-Awesome/icon/gbp/
rub sign = http://fortawesome.github.io/Font-Awesome/icon/rub/
jpy sign = http://fortawesome.github.io/Font-Awesome/icon/jpy/

and so on
legendary
Activity: 2016
Merit: 1030
Privacy is always important
here is a screenshot of a simple use of Th0ur007's code
as a sidebar widget in a wordpress site



According to BitcoinAverage it's free to use their API as long as you credit them



This one is great design.. nad i hope i can design to to my price converter.
How about sir making an api sir?
full member
Activity: 210
Merit: 101
Seems that it is a very useful and helpful guide. I always open websites to convert my earning to other currencies, I think it would make me more compatible and safe my time.
Just bookmarked your post. I'll follow the setups latter. please inform me in PM if by chance you move this thread to somewhere else. Actually I think it belongs to help and beginner section.

Thanks again.
This thread has been moved to Project & Development by a moderator! BTW, Thanks for your comment Smiley
Glad it's helpful to you.
legendary
Activity: 1302
Merit: 1037
Seems that it is a very useful and helpful guide. I always open websites to convert my earning to other currencies, I think it would make me more compatible and safe my time.
Just bookmarked your post. I'll follow the setups latter. please inform me in PM if by chance you move this thread to somewhere else. Actually I think it belongs to help and beginner section.

Thanks again.
full member
Activity: 210
Merit: 101
here is a screenshot of a simple use of Th0ur007's code
as a sidebar widget in a wordpress site



According to BitcoinAverage it's free to use their API as long as you credit them


Looks cool Smiley
Cheers.
legendary
Activity: 910
Merit: 1000
here is a screenshot of a simple use of Th0ur007's code
as a sidebar widget in a wordpress site



According to BitcoinAverage it's free to use their API as long as you credit them

full member
Activity: 210
Merit: 101
A pretty simple and clear guide, thanks for sharing this! It would be awsome if you can make a similar guide about how to create a script to get info from an exchange via API's.
Will try it, Thanks alot.
sr. member
Activity: 446
Merit: 251
A pretty simple and clear guide, thanks for sharing this! It would be awsome if you can make a similar guide about how to create a script to get info from an exchange via API's.
full member
Activity: 210
Merit: 101
This is nice ! I was bored so I made this using JQuery Smiley Hope OP won't mind me sharing that.

https://jsfiddle.net/aveavaeva/kttyh4d2/
That's nice, I could do it in PHP but just wanted to make it easy to understand Smiley
full member
Activity: 210
Merit: 101
I appreciate the guide and I'm pretty sure I'm not the only one.
I bookmarked it and copy-pasted the content to a document just in case because I just don't think this is in the right section.
Thank you for the comment, Mod will move it to perfect place if he wants to Smiley

newbie
Activity: 49
Merit: 0
This is nice ! I was bored so I made this using JQuery Smiley Hope OP won't mind me sharing that.

https://jsfiddle.net/aveavaeva/kttyh4d2/
hero member
Activity: 2562
Merit: 586
I appreciate the guide and I'm pretty sure I'm not the only one.
I bookmarked it and copy-pasted the content to a document just in case because I just don't think this is in the right section.
full member
Activity: 210
Merit: 101
Thank you for your comment. It was just a simple script to use API to convert price.
To refresh the page after every 10 seconds, add this line in :

Better now.Might as well want to update that in the main post as this is a must if someone will be using the code. Smiley
Already did, Thank you for your suggestion. Smiley
hero member
Activity: 910
Merit: 1000
「きみはこれ&#
Thank you for your comment. It was just a simple script to use API to convert price.
To refresh the page after every 10 seconds, add this line in :

Better now.Might as well want to update that in the main post as this is a must if someone will be using the code. Smiley
full member
Activity: 210
Merit: 101
That is a very easy one.You can simply get in down with lot of other API's.Problem here is what is the refresh rate in seconds ? How often the page reloads to display the latest values ? I don't see any code for that.
Thank you for your comment. It was just a simple script to use API to convert price.
To refresh the page after every 10 seconds, add this line in :
Code:

It becomes:
Code:
$url "https://api.bitcoinaverage.com/ticker/global/USD/";
$price json_decode(file_get_contents($url), true);
$last_price $price['last'];
echo 
"$last_price";
?>




Bitcoin Price Converter






Pages:
Jump to: