Load a xF2 page on <iframe> without blocking / render my own template

Status
This content is read-only, or is not open for further replies.

Scandal

Guest
offline
Hello all! :)

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...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom