08-向hexo中添加B站视频


<center>08-向hexo中添加B站视频</center>

——————————-

参考资料

https://cjh0613.com/20200405hexo-bilibili

hexo博客网页嵌入bilibili视频(免插件)

EX1

html 代码:(具体用时,修改src即可)

<div style="position: relative; width: 100%; height: 0; padding-bottom: 75%;">
 <iframe src="//player.bilibili.com/player.html?aid=851317250&bvid=BV17L4y1s7JW&cid=501309410&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="position: absolute; width: 100%; height: 100%; left: 0; top: 0;"> </iframe>   
</div>

html 代码在 typora 中显示的是空白:(在hexo博客中显示的ok)


Author: Jincan
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint policy. If reproduced, please indicate source Jincan !
  TOC