Django Ckeditor将iframe保存到数据库

时间:2018-08-20 04:30:58

标签: django iframe django-ckeditor

我遇到了麻烦,我使用Django和Django Ckeditor开发CMS进行文本编辑,我使用ckeditor的youtube插件添加了iframe youtube,但遇到了麻烦。在ckditor中添加iframe时,我在数据库中查询,iframe更改为:

    <p>&lt;iframe width="640" frameborder="0" 
     src="//www.youtube.com/embed/ht2ERtFfFPw" height="360" 
     allowfullscreen=""&gt;&lt;/iframe&gt;</p>
<--p-->&lt Iframe tag strip to &lt .
Config: ckeditor in django :
        'extraAllowedContent': 'iframe[*]',
        'allowedContent': True,

网站未呈现iframe时,它将呈现字符串文本

0 个答案:

没有答案