INSTALLATION

Requirements

WavePlayer Web Edition is an ES6 script with a PHP helper loaded via AJAX. The script is completely independent from any other library, including jQuery. The only requirement is PHP 5.6 or older running on your server. Please make sure your server satisfies this requirement before purchasing WavePlayer Web Edition.

If your website is based on WordPress, you might be interested in WavePlayer for WordPress

Basic installation

The basic installation of WavePlayer starts with adding both the CSS and Javascript files to the <head> of all the pages where you want WavePlayer to be active.


The previous code will activate WavePlayer Web Edition on your web page using the default options. If you want to load WavePlayer with a different configuration, you need to define the waveplayerOptions object BEFORE loading the script.


By default, WavePlayer Web Edition assumes its path relative to the root of your website to be /includes/waveplayer. If you need to have WavePlayer Web Edition in a different location, you must specify the actual path as follows:


Optimized Installation

WavePlayer Web Edition is an ES6 script with a PHP helper loaded via AJAX. The script is completely independent from any other library, including jQuery. The only requirement is PHP 5.6 or older running on your server. Please make sure your server satisfies this requirement before purchasing WavePlayer Web Edition.

If your website is based on WordPress, you might be interested in WavePlayer for WordPress