Scandal
Guest
offline
Hello all! 
Well, I need to load a xF2 template page via an iframe, to external sites.
Example:
HTML:
This page should not include header / navigation / footer and so on.
Only my own html.
I know that I could call this for my own PAGE_CONTAINER:
HTML:
... but it doesn't work. The iframe blocks the loading.
I need on the iframe to load all...
Read more
Continue reading...
Well, I need to load a xF2 template page via an iframe, to external sites.
Example:
HTML:
<iframe src="https://www.mydomain.com/xf2/myroute" width="100%" height="500px" border="1" />This page should not include header / navigation / footer and so on.
Only my own html.
I know that I could call this for my own PAGE_CONTAINER:
HTML:
<xf:page option="template">MY_CONTAINER</xf:page>... but it doesn't work. The iframe blocks the loading.
I need on the iframe to load all...
Read more
Continue reading...