我有一个网络应用程序,可以正常加载。
https://codepen.io/Teeke/pen/xBBBxQ
当我添加以下小部件时...
<iframe class="discord" src="https://discordapp.com/widget?id=201798443583143936&theme=dark"/>
...加载程序页面将无限期挂起。
https://codepen.io/Teeke/pen/VRRRjZ
我将小部件放在什么位置都没关系,页面也不会加载。该小部件不需要任何库或依赖项。我已经在加载youtube视频的页面上安装了iframe。
答案 0 :(得分:1)
iframe
元素不是自动关闭的元素。
尝试:
<iframe class="discord" src="https://discordapp.com/widget?id=201798443583143936&theme=dark"></iframe>