How to IFrame Autochartist’s market report into your website
You can embed the Market Reports directly into your website by IFraming the following URL into the relevant section of your site:
- The first option is where you can embed the Market Report 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):
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:
https://reports.autochartist.com/mr/?broker_id=<brokerid>&rid=<reportid>&demo=<account_type>&token=<token>&expire=<expiry>&locale=<language>&user=<user>&css=<css>
Parameters are as follows:
<brokerid> – the broker id provided to you in the onboarding pack.
<reportid> – the id of the market report you want to embed. There is typically only one such id for a broker, but in some cases you may receive numerous report id’s depending on the number of reports Autochartist generates for you broker.
<account_type> – This parameter governs whether this report is slightly delayed or not. Valid values are LIVE or DEMO.
<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.
<css> – a url to a custom css for style adjustment (optional parameter)
Notes:
- The Secret Key component of the <token> parameter is provided to you in your onboarding pack
- If you are going to embed a delayed (DEMO) Market Report on a publicly available part of your website, then it would be advisable to set the <user> parameter to a generic username, set the <expiry> to a date far into the future, and the <account_type> to DEMO
- If you are going to embed a live (LIVE) Market Report on a private (login required) part of your website, then it would be better to set the <user> parameter to a userid that uniquely identifies the authenticated user, set the <expiry> to a date far into the future, and the <account_type> to LIVE. The reason for using a real userid is to enable Autochartist to provide you with real usage analytics.