我创建了不同社交媒体网站的新闻源https://bdranking.com 当用户向下滚动时,它会显示5条新帖子。与Instagram和Twitter不同,它会在用户向下滚动时自动刷新所有iframe youtube视频。频道标题,个人资料图片,评论和顶数等保持不变,因为它们已经在我的数据库中。只是iframe视频会刷新。我在Twitter,Instagram和youtube上使用了相同的代码,所以我想这没什么不对,只是iframe。
有人可以建议原因吗?
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/<?php echo $row['Code']; ?>?rel=0" allowfullscreen></iframe>
</div>