关于html:添加Discord小部件/ iframe会停止网页加载

Adding Discord widget/iframe stops web page loading

我有一个网络应用程序,可以正常加载。

https://codepen.io/Teeke/pen/xBBBxQ

当我添加以下小部件时...

1
<iframe class="discord" src="https://discordapp.com/widget?id=201798443583143936&theme=dark"/>

...加载程序页面将无限期挂起。

https://codepen.io/Teeke/pen/VRRRjZ

放置小部件的位置无关紧要,页面也不会加载。该小部件不需要任何库或依赖项。我已经在加载youtube视频的页面上安装了iframe。


iframe元素不是自动关闭的元素。

尝试:
<iframe class="discord" src="https://discordapp.com/widget?id=201798443583143936&theme=dark"></iframe>