CKEDITOR for textarea is not load all type of content.
In the case of load the iframe in the textarea the simple initialized CKEditor is not support to it. For this type of problem below config is required.So this configuration supports all type of HTML tag to load in CKEditor. CKEDITOR.config.allowedContent = true;Read more …