There was a problem loading the comments.

IFraming the Research Portal web component

Support Portal  »  Knowledgebase  »  Viewing Article

  Print

How to iframe Autochartist’s Research Portal into your website

 

There are two possible ways of implementing the Research Portal Component into your website:

  • The first option is where you can embed the Research Portal 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://webapp.autochartist.com/componentcontainer/broker.php?broker_id=<brokerid>&user=<user>&logintoken=<token>&expire=<expiry>&account_type=<account_type>&locale=<locale>
 
Parameters are as follows:
<brokerid> – the broker id provided to you in the onboarding pack.
<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_GB = English, ar_AR = Arabic
<user> – a userid of the person accessing the link.
<token> – md5([UserID]|[Account Type]|[Expiry][Secret Key]). See this article for details.

Notes:
  • The Secret Key component of the <token> parameter is provided to you in your onboarding pack

Share via

Related Articles

© Autochartist