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.
- Responsive
- Non-Responsive
<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
- Arabic (ar-AE)
- Catalan (ca-ES)
- German (de-DE)
- English (en-US)
- Spanish (es-ES)
- French (fr-FR)
- Hungarian (hu-HU)
- Indonesian (id-ID)
- Italian (it-IT)
- Japanese (ja-JP)
- Korean (ko-KR)
- Thai (th-TH)
- Polish (pl-PL)
- Portuguese (pt-PT)
- Russian (ru-RU)
- Turkish (tr-TR)
- Vietnamese (vi-VN)
- Traditional Chinese (zh-CHT)
- Simplified Chinese (zh-CN)