Integrate Iframe MT4 in our own site

 

Hello MT4 support team ,

            How to integrate MT4 script or Widget or Iframe in our own site.

            

<iframe src="https://metatraderweb.app/trade?servers=SomeBroker1-Demo,SomeBroker1-Live,SomeBroker2-Demo,SomeBroker2-Live&amp;trade_server=SomeBroker-Demo&amp;startup_mode=open_demo&amp;lang=en&amp;save_password=off"allowfullscreen="allowfullscreen" style="width: 100%; height: 100%; border: none;"></iframe>


We have used the above iframe in your metatrader docs.But its not supported.


 
Hello!

I saw the code and it has an error. You need to add a space between save_password=off"allowfullscreen. Maybe this can be the problem for some browsers. The code should look like this:

<iframe src="URL" allowfullscreen="allowfullscreen" style="width: 100%; height: 100%; border: none;"></iframe>

You could also set the iframe to fill the whole screen with css.