So we have all been on coin market cap looking to see if our crypto currencies have gone up or down, and when some of us have more than one coin, sometimes remembering what you have and finding them quickly is not easy. Maybe you have wished you could just list the ones you have or the ones you are interested in.
Well your wishing is over as i will show you how you can easily knock up a page full of widgets for your coins.
Step 1
Download my file empty html document onto your computer system by clicking this link mycoins.html and click save as!
Remember where you saved it :p
Step 2
Goto coin market cap and set the FIAT currency you want to your coins to be displayed in.
Step 2
Choose your currency and click on the tools tab
Step 3
Being as i have already prepared the html page for you all you need is the widget and not the script, therefore copy just the div form the <div to the end div> as in the image below.
Step 4
Edit the downloaded html file and place the copied widget between the lines as shown below
<!------- Your widgets start ----> <div class="coinmarketcap-currency-widget" data-currency="bitcoin" data-base="GBP" ></div> <!------- end of your widgets ----->
Step 5
Repeat steps 3 and 4 adding as many currencies you wish to list.
<!------- Your widgets start ----> <div class="coinmarketcap-currency-widget outerdiv" data-currency="bitcoin"data-base="GBP"></div> <div class="coinmarketcap-currency-widget outerdiv" data-currency="litecoin"data-base="GBP"></div> <div class="coinmarketcap-currency-widget outerdiv" data-currency="cardano"data-base="GBP"></div> <div class="coinmarketcap-currency-widget outerdiv" data-currency="ethereum"data-base="GBP"></div> <div class="coinmarketcap-currency-widget outerdiv" data-currency="ripple"data-base="GBP"></div> <div class="coinmarketcap-currency-widget outerdiv" data-currency="iota"data-base="GBP"></div> <div class="coinmarketcap-currency-widget outerdiv" data-currency="vertcoin"data-base="GBP"></div> <div class="coinmarketcap-currency-widget outerdiv" data-currency="ethos"data-base="GBP"></div> <div class="coinmarketcap-currency-widget outerdiv" data-currency="dogecoin"data-base="GBP"></div> <div class="coinmarketcap-currency-widget outerdiv" data-currency="auroracoin"data-base="GBP"></div> <!------- end of your widgets ----->
Finished
Save the file and then just double click it to see your personal page of crypto coins, the page will refresh every now and then so you can just sit and watch your fortune grow :p