
安鹿分享WordPress和Emlog博客通用的B站视频插入方法,针对官方代码效果不佳问题,提供自定义iframe代码及JavaScript脚本。
码支持无缝嵌入文章,解决官方代码兼容性问题,适合站长在两类博客中便捷引入B站内容。
在网上找到了不错的方法!请看下面。
插入B站视频代码
<iframe id="spkj" src="https://player.bilibili.com/player.html?aid=视频AV号&page=1"
width="100%" frameborder="no" scrolling="no" allowfullscreen="allowfullscreen">
<span data-mce-type="bookmark" style="display: inline-block; width: 0px;
overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span>
</iframe>
<script type="text/javascript"> document.getElementById("spkj").style.height=document.getElementById("spkj").scrollWidth*0.76+"px"; </script>
B站视频演示:
© 版权声明
THE END
请登录后查看评论内容