27 October 2010

How to Install Currency Convertor in website

For people who interested in adding Currency Convertor (ตัวแปลงค่าเงิน) in to website (in case vr-pcgames.com we just want to help user to convert from US dollar they find in game-hardware price to Thai bath)

go to website http://fx-rate.net/THB/getwidget_calculator/vertical/

you can adjust the interface such as default currency, title, text color, background color, header color to suit your need but don't forget to hit refresh button after finishing.

copy the code in to your website code (below is just my example code from fx-rate.net!)

<!-- Currency Converter script - fx-rate.net --> <div style="width:110px; background-color:#c3e44f;border:2px solid #888;text-align:center;margin:0px;padding:0px"> <div style="background-color:#a0c030;border-bottom:1px solid #888;width:100%;margin:0px;padding:0px;align:center;text-align:center;"><a class="V1label" style="font-size:12px!important; line-height:16px!important;font-family: arial;text-decoration:none;color:#000;margin-bottom:6px;" href="http://fx-rate.net/THB/"><b><img style="margin:0;padding:0;border:0;" src="http://fx-rate.net/images/countries/th.png" border=0 >&nbsp;Thai Baht Converter</b></a></div> <script type="text/javascript" src="http://www.fx-rate.net/converter.php?layout=vertical&amount=1000&currency=THB&tcolor=000&default_pair=USD/THB"> </script></div> <!-- End of Currency Converter script --> 
- in google blogger go to design > add widget > html script and then paste.
- in cms such as joomla just go to module > create new module and then just paste.

No comments:

Post a Comment