Page 1 of 1

iframes ?

Posted: Mon Dec 09, 2013 3:29 am
by KitchM
Does the product work with iframes? I tried to use them, but am not having any luck. I would like to embed my LimeSurvey poll, but am not clear if they are fully supported, as in this example from the W3C:

<__iframe seamless sandbox="allow-same-origin"
srcdoc="<p>Yeah, you can see it <a href="/gallery?mode=cover&page=1">in my gallery</a>.">
</__iframe>

Re: iframes ?

Posted: Mon Dec 09, 2013 10:30 am
by chandra
Have you tried to use the CMSMS embed plugin?

Re: iframes ?

Posted: Mon Dec 09, 2013 5:34 pm
by Wishbone
The end result is HTML/CSS/Javascript. No reason why iframes shouldn't work. Can you post a link to your site?

Re: iframes ? [Closed]

Posted: Sun Jan 05, 2014 4:04 pm
by KitchM
I may come back to this but I have had to move on for now. Thanks for your help.

Marking this as closed.

Re: iframes ?

Posted: Tue Jan 07, 2014 12:33 am
by JohnnyB
If using the TinyMCE editor module you can add in iframe support, otherwise it will strip iframe code.

Place the following under into the "Extra Configuration" box under the Advanced tab

Code: Select all

extended_valid_elements : "iframe[marginheight|id|frameborder|scrolling|align|marginwidth|name|id|src|height|width|]"
You may need to update the attribute list for HTML5...