How to iframe Autochartist’s Economic Event Analysis into your website
There are two possible ways of implementing the Economic Event Analysis Component into your website:
- The first option is where you can embed the Economic Event Analysis web component directly into your website by iFraming the following URL into the relevant section of your site:
During your onboarding process, our onboarding team provided you with a URL. Simply embed this URL in an <IFrame> tag on your website as follows: <iframe src="url_from_autochartist"></iframe>
- The second option is to create user specific URLs (RECOMMENDED):
https://eia.autochartist.com/eia/?broker_id=<brokerid>&token=&expire=<expire>&user=<user>&locale=<locale>
- Parameters are as follows:
<brokerid> – the broker id provided to you in the onboarding pack.
<expiry> – Unix timestamp of when this links will expire.
<locale> – Report display language. Browser language preference will be used if not specified. For example en = English, ru = Russian
<user> – a userid of the person accessing the link.
<token> – md5([UserID]|[Account Type]|[Expiry][Secret Key]). See this article for details.
Web Application configuration
The following optional parameters can be provided to configure the web app directly via the URL parameters:
- locale – adjust display language. Browser language preference will be used if not specified. The following locales are supported:
ar Arabic, de German, es Spanish, fr French, hu Hungarian, it Italian, jp Japanese, ko Korean, pt Portuguese, ru Russain, sv Swedish, zh Chinese
Example URL: /eia?locale=en_GB&timezone=Africa/Johannesburg&css=styles/cyborg.css
Notes:
- The Secret Key component of the <token> parameter is provided to you in your onboarding pack