dherries 0 Report post Posted April 15, 2011 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 0 Report post Posted April 15, 2011 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 248 Report post Posted April 16, 2011 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 0 Report post Posted April 16, 2011 @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 0 Report post Posted April 16, 2011 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 248 Report post Posted April 16, 2011 There are plugins available on wordpress extend to overide the iframe security feature. Share this post Link to post Share on other sites
orilus 0 Report post Posted April 22, 2011 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