Skip to content

Releases: MoePlayer/DPlayer-WordPress

Update DPlayer to release 1.1.3

26 Mar 12:31
Compare
Choose a tag to compare

Update DPlayer to release 1.1.3

Extended support for bilibili param

16 Nov 04:37
Compare
Choose a tag to compare

Extended support for bilibili param

now you can use either to load additional danmaku.

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

10 Nov 06:10
Compare
Choose a tag to compare
  • Fixed bilibili danmaku support

Add hls and flv support and update DPlayer to v1.1.2

08 Nov 02:21
Compare
Choose a tag to compare
  • 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

23 Sep 05:42
Compare
Choose a tag to compare

Changes

Using preload="metadata" in js/DPlayer.min.js

Upgrade to GPLv2 License

22 Sep 06:28
Compare
Choose a tag to compare

To conform WordPress Plugins' requirements, now DPlayer-WordPress is using GPLv2 License.

DPlayer for WordPress

19 Sep 11:52
Compare
Choose a tag to compare
  • Support more parameters
  • Conform to WordPress readme.txt standard
  • Add screenshots

Fixed bug

18 Sep 17:11
Compare
Choose a tag to compare

Returns the generated code instead of echoing it.

DPlayer for WordPress

18 Sep 15:18
Compare
Choose a tag to compare

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.