我有一个简单的html页面。 我不想使用javascript或致电Instagram API 。 我想在youtube上启用AutoPlay和Loop on Instagram视频:
<iframe width="400" height="300" src="https://www.youtube.com/embed/[ID]?loop=1&controls=0&autoplay=1" frameborder="0"></iframe>
按照Instagram帮助说明操作: https://help.instagram.com/513918941996087
对于Instagram:
<iframe width="400" height="300" src="https://www.instagram.com/p/[ID]/embed/" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
但我找不到启用Autoplay和循环的方法。你有想法吗?