ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,748
- Points
- 823
Reputation:
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...