hexo-tag-azplayer
v1.0.0
Published
A hexo tag plugin to support bilibili video
Downloads
4
Maintainers
Readme
hexo-tag-azplayer
安装
进入 hexo 主目录,然后执行
npm i -save "https://github.com/pxysea/hexo-tag-azplayer.git"
配置
使用示例
B站视频示例
{% azplayer https://www.bilibili.com/video/xxxxxx/ %}
{% azplayer https://www.bilibili.com/video/xxxxxxx/ w=100% h=100% allow='allow-top-navigation allow-same-origin allow-forms allow-scripts' %}
Youtube 示例
{% azplayer https://www.youtube.com/watch?v=xxxxxxxx '标题' %}
{% azplayer https://www.youtube.com/watch?v=xxxx title='xxxx' w=1280 h=720 allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share' %}
参数说明:
title 标题 可选
w 宽度 可选
h 高度 可选
allow 可选
功能列表
- 支持 Markdown B站链接
- 增加 Youtube 支持