Calendar Widget (v1)

Deprecated

This widget has been deprecated, please use the current calendar widgets instead.

In order to place the main calendar in your site, you need to put a javascript code in a calendar. In the config section of that calendar you can configure if you want to show links to your event page or links to your country page.

<html>
<head>
</head>
<body>
<script type="text/javascript">
var fxcalendar_config = {
gridselector: "#fxst_grid",
filterselector: "#fxst_filter",
columns: "None",
showeventlink: "1", // if you want to disable event link, put a "0"
showcountrylink: "1", // if you want to disable country link, put a "0"
culture: "en-us", // display culture
countryurl: "country_en-us.aspx?id=", // your own page
eventurl: "event_en-us.aspx?id=" // your own page
};
</script>
<script type="text/javascript" src="https://calendar.fxstreet.com/scripts/main/?version=0.0.2"></script>
<div id="Div1" style="width:810px;margin:auto;">
<div id="fxst_filter"></div>
<hr />
<div id="fxst_grid"></div>
</div>
</body>
</html>

Samples