If I enter an iframe code into a text block, the iframe content displays, BUT the title attribute is stripped.
In a text block: <iframe title=”google” src=”//www.google.com” width=”500px” height=”500px”></iframe>
The output in the browser is: <iframe src=”//www.google.com” width=”500px” height=”500px”></iframe>’
If I put the iframe within the Code Block element and disable shortcode processing the title is retained:
The output in the browser is: <iframe title=”google” src=”//www.google.com” width=”500px” height=”500px”></iframe>
Suggestions?
Hey lssu,
Have you tried to put the title back in via JS?
Best regards,
Jordan Shannon
Yes, I can and have done so, but it is not practical as we have many editors and I can not create JS code for each iframe they put in or when they update. Is this a known issue? Will it be fixed?
Thanks!
Hi,
I have reported this error to our devs and we will try and get a permanent solution as soon as possible.
Best regards,
Jordan Shannon