VideoIframe_for_typecho 插件发布!

13次阅读
没有评论

共计 1675 个字符,预计需要花费 5 分钟才能阅读完成。

背景介绍

[scode type="green"]本插件已集成到 Pretty_for_handsome![/scode]
[scode type="green"] 使用 Pretty_for_handsome 时,请卸载此插件,防止冲突![/scode]
[post cid="472" /]
之前发布了通过修改代码实现视频挂载优化
[post cid="403" cover="https://blog.static.icolak.com/typecho/2022/05/10/codefm.jpeg"/]

鉴于部分朋友动手能力有限,导致修改失败,故开发了此插件。

本人没有学习过 php,幸好有一定的编程基础,通过 2 天的摸索,终于实现了想要的功能。

相关截图

[album]

VideoIframe_for_typecho 插件发布!
VideoIframe_for_typecho 插件发布!
VideoIframe_for_typecho 插件发布!
[/album]

插件优势

  1. 抖音直接粘贴复制的所有文本即可,自动解析网址
  2. 哔哩哔哩直接粘贴复制的 iframe 代码,自动替换为 720p 高清
  3. 其他视频自动解析,复制视频地址
  4. 加入了自动检测更新功能,以便及时体验最新功能

使用方法

  1. 下载插件后,改名为 VideoIframe
  2. 启用插件
  3. 填写对应的云视频解析 api
  4. 撰写文章时,点击插入 iframe 视频按钮,填写对应的视频网址即可

[scode type="blue"]** 去除首页摘要中的短代码方法
themes/handsome/libs/Content.php中第 152 行后加入以下代码即可

if (strpos($content, '[VideoIframe') !== false) {$pattern = self::get_shortcode_regex(array('VideoIframe'));
   $exceptArray[] = "/$pattern/";}

[/scode]

下载地址

[hide]
[button color="success" icon="cloud" url="https://github.com/isSuperman/VideoIframe_for_typecho/releases" type=""]下载地址一 [/button]
[button color="success"icon="cloud"url="https://store.icolak.com/d/AliDrive/%E5%BB%BA%E7%AB%99%E7%9B%B8%E5%85%B3/Typecho/%E6%8F%92%E4%BB%B6/VideoIframe_for_typecho1.0.3.zip"type=""] 下载地址二[/button]
[/hide]

[goal title="开发计划"]
[item check="true"] 功能插件化 [/item]
[item check="true"] 实现短代码 [/item]
[item check="false"] 其他需要的功能 [/item]
[/goal]

[timeline title="更新日志" type="small" start="Start" end="To be continue"]
[item date="2022-05-09"]v1.0.0 实现插件化代替修改主题代码[/item]
[item date="2022-05-10"]v1.0.1 实现短代码功能,替代原来的冗长代码[/item]
[item date="2022-05-10"]v1.0.2 精简部分无用代码[/item]
[item date="2022-05-11"]v1.0.3 适配 Vditor 编辑器,前台解析尚未适配[/item]
[/timeline]

成品

抖音

[VideoIframe]https://v.douyin.com/FyLvJxA/[/VideoIframe]

哔哩哔哩

[VideoIframe]//player.bilibili.com/player.html?aid=938786989&bvid=BV1dT4y1z7tF&cid=713186057&page=1[/VideoIframe]

腾讯视频等就不演示了

[scode type="green"]原创不易,转载请注明出处,感谢![/scode]

正文完
 0
苏维歌
版权声明:本站原创文章,由 苏维歌 2022-05-10发表,共计1675字。
转载说明:除特殊说明外本站文章皆由CC-4.0协议发布,转载请注明出处。
评论(没有评论)
验证码