Skip to content

kokororin/typecho-plugin-ymplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typecho Plugin YMPlayer

A typecho plugin for YMPlayer https://github.com/kirainmoe/ymplayer

介绍

  1. 通过简短的代码在文章或页面中插入漂亮的 HTML5 播放器
  2. 与 ymplayer 保持同步更新
  3. 不再提供直接插入网易云外链的方式

安装方法

常规方法

由于直接通过 GitHub Download ZIP 并不会连带下载 submodule,所以需要做一些额外的工作。

使用git安装

#安装插件
$ cd /path/to/your/typecho/usr/plugin/
$ git clone https://github.com/kokororin/typecho-plugin-ymplayer ymplayer
$ cd ymplayer
$ chown -R www:www * 
#更新插件 
$ cd /path/to/your/typecho/usr/plugin/ymplayer
$ git pull
$ chown -R www:www *

使用方法

在文章编辑页面中,在要插入播放器的部分点击工具栏按钮。

更新 ymplayer

$ git submodule update

LICENSE

制作过程中参考了kirainmoejourney-ad二位的代码,特此感谢

GPL v2