我无法在我的首页上自动播放视频-使用带有以下代码的免费html框,当我尝试使用youtube代码保存视频时,文本框会显示错误505。
<iframe width="1110" height="624" src="https://www.youtube.com/embed/aWyB2_8N4M8?controls=0" frameborder="0" allow="accelerometer; autoplay=1; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="allowfullscreen"></iframe>
这也不起作用
<iframe width="1110" height="624" src="https://www.youtube.com/embed/aWyB2_8N4M8?autoplay=1&cc_load_policy=1" frameborder="0"></iframe>
Prestashop 1.7-页面:http://warhouse.cz/
感谢您的帮助
答案 0 :(得分:1)
检查“商店参数”->“常规”是否具有以下设置:
“在HTML字段上允许iframe”设置为“是”;
“使用HTMLPurifier库”设置为“否”。