在网页上嵌入以下两个播客

时间:2018-10-17 03:47:40

标签: html5 iframe autoplay podcast

我想使两个播客都“同时”自动播放,以使这两个播客都可以同时播放(而不是一个接一个地播放)。

HTML嵌入代码:

<a class="spreaker-player" href="https://www.spreaker.com/user/gamehounds/pax-west-18-coffence" data-resource="episode_id=15648009" data-theme="light" data-autoplay="true" data-playlist="false" data-width="100%" data-height="100px">Listen to "PAX West 18: Coffence" on Spreaker.</a><script async src="https://widget.spreaker.com/widgets.js"></script>

 

<a class="spreaker-player" href="https://www.spreaker.com/user/9330943/test-2" data-resource="episode_id=9723573" data-theme="light" data-autoplay="true" data-playlist="false" data-width="100%" data-height="150px">Listen to "Test 2" on Spreaker.</a><script async src="https://widget.spreaker.com/widgets.js"></script>

 

框架:

<iframe src="https://widget.spreaker.com/player?episode_id=9723573&theme=light&autoplay=true&playlist=false" width="100%" height="150px" frameborder="0"></iframe>


<iframe src="https://widget.spreaker.com/player?episode_id=15648009&theme=light&autoplay=true&playlist=false" width="100%" height="100px" frameborder="0"></iframe>

0 个答案:

没有答案