0%

hexo博客插入网易云音乐外链

前言

给博客文章插入音乐,也是非常酷炫的操作。

怎么做

在文章里面写入这段代码:iframe标签的内容是从网易云生成的外链,用center标签包含起来,这个外链图标就会位于网页正中的位置。

怎么生成外链?
image.png
image.png

1
2
3
<center>
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=329 height=86 src="//music.163.com/outchain/player?type=2&id=34613621&auto=0&height=66"></iframe>
</center>

效果图:
image.png

参考博文

https://tangjiuyang.com/Hexo/hexo-writing-skills.html

-------------本文结束感谢您的阅读-------------