Via Standard Link

Using a standard HTML anchor, FutureSource iFS components are quick to integrate.  Simple create an anchor, or pop-up window, on your site that links to the "Component URL" of the component.  Component URL's can be found in the help section related to each component.

 

Components:

 

Example:

 

<html>

<head>

<title>Market Center</title>

</head>

 

<body>

<p>Lorem ipsum dolor site amet, consetetur sadipscing elitr, sed diam nonumy...</p>

<p><b>Custom Quote Boards</b><br>

<a href="https://ifs.dataservices.theice.com/quotes/quote.jsp?cID=[ID]&iFSQgroup=grains">Grains</a><br>

<a href="https://ifs.dataservices.theice.com/quotes/quote.jsp?cID=[ID]&iFSQgroup=energy">Energy</a><br>

<a href="https://ifs.dataservices.theice.com/quotes/quote.jsp?cID=[ID]&iFSQgroup=currencies">Currencies</a><br>

</p>

</body>

</html>

 

Note:

Be aware that all clicks to other components will force the next component to load in the current window.  If the window is to small and a user clicks-thru to another component, the next component might not display properly in the small frame size.

 

In the above example please be sure to replace "cID=[ID]" with the ID given to you.  For example, to use the FutureSource ID simple replace "cID=[ID]" with "cID=FS".