我在我的网站上有一个嵌入式mixcloud播放器(这将导致链接的AJAX加载),并尝试使用在其页面上发布的API进行控制:https://www.mixcloud.com/developers/widget,但似乎没有工作。我没有收到任何错误消息 这是我的代码的相关部分
头:
str(fifka3)
Classes ‘tbl_df’, ‘tbl’ and 'data.frame': 10 obs. of 2 variables:
$ Nationality: Factor w/ 165 levels "Afghanistan",..: 3 13 19 35 54 59 78 122 127 139
$ Top10 : int 23883 21409 23788 23008 21691 21581 21530 21595 22696 21483`
正文:
<script src="//widget.mixcloud.com/media/js/widgetApi.js" type="text/javascript"></script>
脚(脚本)
<iframe id="mmnMixPlayer" width="100%" height="60" src="https://www.mixcloud.com/widget/iframe/?hide_cover=1&mini=1&light=1&hide_artwork=1&feed=%2Fmmmnmnm%2F" frameborder="0" ></iframe>
我在这里做什么错了?