如果您想动态嵌入 youtube,那么这非常容易。您只需替换嵌入代码中的视频 ID。
<iframe width="420" height="315" src="http://www.youtube.com/embed/<?=$youtubeid;?>" frameborder="0" allowfullscreen></iframe>
我正在努力用 soundcloud 做同样的事情。是否可以?- 嵌入代码如下:
<iframe src="http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F57162664&show_artwork=true"></iframe>
在我看来,您似乎需要知道此 api 代码才能嵌入轨道,因此您每次都必须查找它。