Php Twitch API-多个流

Php Twitch API-多个流,php,jquery,api,twitch,Php,Jquery,Api,Twitch,因此,基本上在我的网站上,我有多个流,我使用jquery选项卡将它们全部放在同一页面上。我嵌入了他们网站上的twitch频道。现在有点混乱,因为基本上相同的嵌入都有很多代码,只有不同的频道名称,如下所示: <div class="embedly-responsive" style="position: relative;padding-bottom: 75.0000%;height: 0;overflow: hidden;"> <iframe class="embedly-

因此,基本上在我的网站上,我有多个流,我使用jquery选项卡将它们全部放在同一页面上。我嵌入了他们网站上的twitch频道。现在有点混乱,因为基本上相同的嵌入都有很多代码,只有不同的频道名称,如下所示:

<div class="embedly-responsive" style="position: relative;padding-bottom: 75.0000%;height: 0;overflow: hidden;">
  <iframe class="embedly-embed" frameborder="0" scrolling="no" allowfullscreen src="//cdn.embedly.com/widgets/media.html?src=%2F%2Fwww-cdn.jtvnw.net%2Fswflibs%2FTwitchPlayer.swff%3Fchannel%3Dcoinlives&fv=hostname%3Dwww.twitch.tv%26start_volume%3D25%26channel%3Dcoinlive%26auto_play%3Dfalse&url=http%3A%2F%2Fwww.twitch.tv%2Fcoinlive&image=http%3A%2F%2Fstatic-cdn.jtvnw.net%2Fjtv_user_pictures%2Fcoinlive-profile_image-7c29302b755258bf-600x600.png&key=0e95bd24acbf43b38a5a3a5558035397&type=application%2Fx-shockwave-flash&schema=twitch" width="400" height="300" style="position: absolute;top: 0;left: 0;width: 100%;height: 100%;"></iframe>
</div>

我使用这种方法是因为我不太了解他们的API是如何工作的,IDK如何使用JSON。有人能给我解释一下如何使代码更简单吗