Linux 软件免费装
Banner图

Dynamic Audio Player Basic

开发者 msalsas
更新时间 2016年10月25日 01:42
捐献地址: 去捐款
PHP版本: 3.0.1 及以上
WordPress版本: 4.6
版权: GPLv2 or later
版权网址: 版权信息

标签

audio mp3 player playlist audio player ogg

下载

详情介绍:

Provides an audio player widget with a dynamic playlist and shortcodes. Tracks keep playing during navigation. You can find an example and a detailed description at dynamicaudioplayer.com. And some tutorials at dynamicaudioplayer.com/tutorials. There is also a Github repository at https://github.com/msalsas/dynamic-audio-player, so you are free to contribute.

安装:

  1. Upload dynamic-audio-player folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Configure the default tracks on Dynamic Player settings.
  4. Configure the player opions on the widgets menu.

常见问题:

Why should I add two audio files (ogg and mp3) to each track?

Because of browsers compatibility. Some browsers support mp3 files, while others support ogg. Providing both you make sure that the track will be played in almost any browser. Here you can see the audio codec support for each browser.

So, does this plugin work with any browser?

No (but almost). It will work only with HTML5 audio compatible browsers. Here you can see a list of supported browsers.

The widget does not appear in the "widgets" section

Reload the page. If the widget "Dynamic Audio Player Widget" is not added to the sidebar, add it manually.

更新日志:

3.1.1 Remove WP_Widget as deprecated constructor. 3.1.0 Add "FancyBox" compatibility option. 3.0.0 2.3.0 Add "exclude from Shop page" option (for Woocommerce plugin). 2.2.1 Remove weird image on the bottom of the page when the player is not displayed. 2.2.0 Add 7 default tracks (12 total default tracks) 2.1.0 Add "exclude/include posts/pages/home" functionality 2.0.10 Small fix. 2.0.9 Small fix. 2.0.8 Set widget_dynamic-player-widget option order before getting CSS. 2.0.7 Set important rule to CSS to avoid jquery-ui overwriting. 2.0.6 Fix registering css. 2.0.5 Small fix. 2.0.4 Small fix. 2.0.3 Fix CSS. 2.0.2 Small fix. 2.0.1 Improve description and FAQ. 2.0.0 Integrated the PRO version. Now you can navigate through the site while the tracks keep playing. 1.1.2 Compatible with 4.2.1 1.1.1 Fix second error when using an older PHP version than 5.4. 1.1.0 Fix error fired when using an older PHP version than 5.4. 1.0.2 Fix rate link 1.0.1 Fix readme link 1.0.0 First version