Hexo博客添加背景音乐和音乐歌单(举例网易云音乐)
http://music.163.com/
打开yilia主题下的_partial文件夹下的left-col.ejs文件
复制文件内容到最下端
红线内的iframe框为复制的外链播放器代码,如图红线内,把代码放在div框
例如:
<div style="position:absolute; bottom:120px left:auto; width:85%">
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=260 height=86 src="//music.163.com/outchain/player?type=2&id=422428548&auto=1&height=66"></iframe>
</div>
这样就可以了
注:调节播放器大小,改变外链播放器的代码块,长度宽度即可
width=260 height=86