我遇到了麻烦,我使用Django和Django Ckeditor开发CMS进行文本编辑,我使用ckeditor的youtube插件添加了iframe youtube,但遇到了麻烦。在ckditor中添加iframe时,我在数据库中查询,iframe更改为:
<p><iframe width="640" frameborder="0"
src="//www.youtube.com/embed/ht2ERtFfFPw" height="360"
allowfullscreen=""></iframe></p>
<--p-->< Iframe tag strip to < .
Config: ckeditor in django :
'extraAllowedContent': 'iframe[*]',
'allowedContent': True,
网站未呈现iframe时,它将呈现字符串文本