Key Technical Levels Table Widget
Introduction
You can place a small code in your web page in order to get our white label widget in your page.
Installation Steps
- Place the configuration in the head.
- Place a div with the attribute
fxs_widget
in it, the name of the widget ktltable in this case, and the pair you want to show. - You need to place the script that calls to our JS on the bottom of the body.
Security
Widget security is done via white-list your domain, so please contact [email protected] with your domain list to be whitelisted.
Sample
- HTML
- Result
<html>
<head>
<script type="text/javascript">
var fxs_widget_config = {
Culture: 'en-US'
};
</script>
</head>
<body>
<div style="width:100%;margin:auto;">
<div fxs_widget fxs_name="ktltable"></div>
</div>
<script type="text/javascript" src="https://markettools.fxstreet.com/v1/WidgetBaseJs/GetWidgetBaseJs"></script>
</body>
</html>