Releases: MoePlayer/DPlayer-WordPress
Update DPlayer to release 1.1.3
Extended support for bilibili param
Extended support for bilibili param
now you can use either to load additional danmaku.
- bilibili='23333'
- bilibili='http://www.bilibili.com/video/av2333333/index_233.html#page=2333'
This plugin will give you exactly the danma that you need, which means,
If you give the original URL to the bilibili video, this plugin will identify the URL format, load the right danmaku.
In this example, 'http://www.bilibili.com/video/av2333333/index_233.html#page=2333' is given. And the plugin knows that aid is 2333333 and your requested page is 2333.
(According to bilibili, 'index_233.html#page=2333' means that you starts at page 233 but currently you're watching page 2333)
Fixed bilibili danmaku support
- Fixed bilibili danmaku support
Add hls and flv support and update DPlayer to v1.1.2
- Update DPlayer to v1.1.2
- Add support for hls.min.js
- Add support for flv.min.js
Enable hls and flv in Settings page by checking them on. Default is off.
Using preload="metadata" in js/DPlayer.min.js
Changes
Using preload="metadata" in js/DPlayer.min.js
Upgrade to GPLv2 License
To conform WordPress Plugins' requirements, now DPlayer-WordPress is using GPLv2 License.
DPlayer for WordPress
- Support more parameters
- Conform to WordPress readme.txt standard
- Add screenshots
Fixed bug
DPlayer for WordPress
DPlayer-WordPress: DPlayer for WordPress v1.0.0
DPlayer is such a lovely HTML5 danmaku video player by DIYGod, and it's used on many platforms.
Today, DPlayer is coming to WordPress.
Usage is rather simple, and here is the template of shortcode we supported.
[dplayer url="http://xxx.xxx.com/xxx.mp4" pic="http://xxx.xxx.com/xxx.png" autoplay="true" danmu="true"/]
- url is the source URL to the video file, you can upload the video to your WordPress library, then use it here.
- pic is the poster of the video. And it's optional.
- autoplay, as the name suggests, if it is true, then once the video is prepared, it starts to play . Default false and it's optional also.
- danmu, should DPlayer load danmaku. Default false and it's optional.