所以我有来自youtube的代码,显示来自一个用户的最新视频:
<iframe width="300" height="200" src="http://www.youtube.com/embed?max-results=1&controls=0&showinfo=0&rel=0&listType=user_uploads&list=YOUR_USERNAME_HERE" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
&#13;
我想从用户生成最后12个视频,并将每个视频放入一个包含此代码的新div中:
<div class="col-md-2 col-sm-3 col-xs-6"><!-- code here --></div>
&#13;
我该怎么做?