remote calculator
Contents:
- Description
- Instructions
- Examples
Please email gocurrency@fxcm.com about any issue related to this document or feature.
Description
remote calculator is a free tool for webmaster wanting to include a currency calculator on their site.
Instructions
There are two ways to include this HTML block. each one has its benefits and shortcomings:
- You can include a javascript tag on your page to pull the html
properties:
- easy to insert
- automatically updated if a currency is added or deleted;
- bugs are fixed by us;
- bugs are introduced by us;
- slower download for your site visitor;
- if our site goes offline, your box will not appear (feature?).
- You can look at the source (here) and copy it over to your page.
properties:
- not updated on-the-fly by gocurrency.com;
- fully customizable by reverse engineering the HTML (layout, colors, base currency, target window or frame);
- faster download;
- always on, even if gocurrency is down, but it will not give results in that case.
Example
simple Javascript include:
code:
<script language="Javascript" src="http://www.gocurrency.com/s/rcalculator.js"></script>