Linux 软件免费装

Easy Waveform Player

开发者 tymotey
更新时间 2024年12月15日 17:29
捐献地址: 去捐款
PHP版本: 7.0 及以上
WordPress版本: 6.7
版权: GPLv3
版权网址: 版权信息

标签

audio player elementor wpbakery waveform

下载

1.0.0 1.1.0 1.1.1 1.2.0 1.2.1

详情介绍:

SSL certificate is REQUIRED for the plugin to work! Easy Waveform Player allows you to add visual waveform, generated on the fly, for an audio file. Loads audio on request only. If multiple players are showed they will not over load all the audio at once. Autostop other Easy Waveform Players if they are playing. How to use:
  1. Use the block from the editor you have installed(intergrated in: Gutenberb, Elementor, WPBakery Visual Builder, DIVI)
  2. Run code programatically. Code example:
global $easywaveformplayer; echo $easywaveformplayer->easywaveformplayer( array( 'audio' => 'https://link.to/audio.mp3', ) );
  1. Write manual shortcode using examples below
Examples: Parameters and default values: Built using library: https://wavesurfer-js.org/ SSL certificate is REQUIRED for the plugin to work!

安装:

Minimum Requirements Automatic installation Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of Face Recognition, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New. In the search field type “Waveform Player” and click Search Plugins. Once you’ve found the plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”. Manual installation The manual installation method involves downloading our plugin and uploading it to your webserver via your favourite FTP application OR from Admin Area -> Plugins -> Add New and choose 'Upload Plugin'. The WordPress codex contains instructions on how to do this here.

屏幕截图:

  • Waveform Player example
  • Waveform Player example with mini players

升级注意事项:

1.2.2 Fixed a hack exploit Fixed uninstall bug Tested with Wordpress 6.7 Diverse code changes

常见问题:

Why SSL is required?

Plugin uses parts of browser that needs SSL to run

Cache plugins

The plugin should work with any cache plugin

Integrations

The plugin is integrated with main builders by adding custom block.

更新日志:

1.2.2 Fixed a hack exploit Fixed uninstall bug Tested with Wordpress 6.7 Diverse code changes 1.2.0 Removed Gutenberg support Tested with Wordpress 6.4.3 1.1.0 Added Integrations with: Gutenberg, Elementor, WPBakery Visual Builder and DIVI builder. More to come! Added possibility to run the plugin programatically, from main class(see readme) Bug fixes and improvements to plugin Typos fix 1.0.0 On date 2019-10-14: