Page 1 of 1

Ifarme integration in the X3 page

Posted: 12 Apr 2016, 20:18
by Paul Styler
Hi!
Using X3 0.15 i cant found the way to integrate iframe in the pages of X3 gallery.
Is it possible to integrate iframe in the 0.17 version ?

Re: Ifarme integration in the X3 page

Posted: 13 Apr 2016, 02:57
by mjau-mjau
Not sure how you have been trying to add an iframe, but you can easily add iframes directly to the content. I just tried myself:
Image
Code
<iframe src="https://mjau-mjau.com" width="100%" height="400px" frameborder="none"></iframe>
* Not ALL websites are allowed to be embedded by iframe.

Re: Ifarme integration in the X3 page

Posted: 19 Apr 2016, 17:50
by Paul Styler
Thanks a lot !
I used iframe this way:
Code
<iframe src="https://mjau-mjau.com" width="100%" height="400px" frameborder="none">
Forgot the:
Code
</iframe>
at the end !!! :D