Copy the entire /javascript-bandwidth-tester directory on your web server. The directory is included in the downloaded archive.
Include the /javascript-bandwidth-tester/bins/jQuery.wlBWT.js in your page. The script has jQuery as dependency, so it should be included also:
<script type="text/javascript" src="jquery.min.js"></script> <script type="text/javascript" src="/javascript-bandwidth-tester/bins/jQuery.wlBWT.js"></script>
Add a div having id "wl-bwt" to your page:
<div id="wl-bwt"></div>
Just apply the plugin over the "wl-bwt" div:
$('#wl-bwt').wlBWt()
WiseLoop JavaScript Bandwidth Tester is a jQuery plugin that allows you to do a network speed test against your internet server. The script can check many server types (like Apache HTTP, Apache Tomcat, IIS, nginx, Oracle HTTP, jetty etc.) as long as the server supports POST and GET AJAX commands.
Based on the download speed, this jQuery plugin can also compute a reference internet cost that the user should pay for.
The plugin is localizable and the graphical design is highly customizable by using CSS themes and plugin options.