Jump to content
Sign in to follow this  
dherries

IFrames html automatically deleted

Recommended Posts

dherries

I have several pages that have an IFrames posting. When I edit the page and save the system deletes everything between the <p><iframe and </iframe><p> tags. Are there any recommendations as to what I can do to make these stick?

Share this post


Link to post
Share on other sites
cshoffmann

i don't think this is a PageLines programming issue, but I may be wrong. I have experienced this same issue several times. I believe it is a WordPress issue that how I handle it now is by being cautious and aware of the event. I look forward to hearing a programmers advice about this.

Share this post


Link to post
Share on other sites
Simon

You have to insert the iframe in 'html' editor mode, the WYSIWYG editor will auto strip the iframe when you save it. This is standard to wordpress, there are some plugins out there to change this.

Share this post


Link to post
Share on other sites
cshoffmann

@Simon the incident is happening when inserted in the HTML. I have seen it happen occasionally on several different sites. Maybe it is a browser issue. I use Chrome primarily so that is probably when I see it happen.

Share this post


Link to post
Share on other sites
dherries

I agree that it is a WordPress issue. I do enter the code in HTML mode. I am using FireFox. Do you think using another browser will solve the problem? Is there another way to insert Framed pages other then Iframes?

Share this post


Link to post
Share on other sites
Simon

There are plugins available on wordpress extend to overide the iframe security feature.

Share this post


Link to post
Share on other sites
orilus

I added

<iframe></iframe>

after the iframe code and it seemed to do the trick. Has to be saved in HTML mode.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×