Kuvaus
This plugin allows you to place a widget for internet connection speed test.
If your theme doesn’t support widgets you can insert directly to your theme code something like that:
<?php showSpeedTestHTML();?>
or
<?php echo getSpeedTestHTML();?>
See installation section to learn how to change widget template.
Arbitrary section
A brief Markdown Example
Asennus
- Upload
internet-connection-testfolder to the/wp-content/plugins/directory - Activate the plugin through the ’Plugins’ menu in WordPress
- Go to Appearance -> Widgets in Admin Panel and you will see a new widget
- Drag and drop it to appropriate section, save
- If your theme doesn’t support widgets – add
<?php showSpeedTestHTML();?>in your theme templates - To change widget template copy spt-widget.php file from plugin directory to you theme directory, edit it as you want.
Arvostelut
There are no reviews for this plugin.
Avustajat & Kehittäjät
“Internet Connection Test” perustuu avoimeen lähdekoodiin. Seuraavat henkilöt ovat osallistuneet tämän lisäosan kehittämiseen.
AvustajatKäännä “Internet Connection Test” omalle kielellesi.
Oletko kiinnostunut kehitystyöstä?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Muutosloki
0.3
Number of downloads limited to 5 then test will stops.
0.2
- Customizable labels
- Customizable template
- CSS bug fixes
0.1
- Initial release