manifest / integrations / wavelog-wp-qso-display
Wavelog QSO statistic Display per mode
Retrieves Wavelog data via API and displays the QSO numbers per QSO type via shortcodes. The Wavelog URL, the API key and the station ID(s) can be configured in the admin area.
by Daniel Beckemeier, DL8YDP, www.dl8ydp.de · github.com/hochdruckhummer/wavelog-wp-qso-display
★ 8stars
12release downloads
1forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/hochdruckhummer/wavelog-wp-qso-display/releases/download/2.1/wavelog-data-display_v_2_1.zipFrom the readme
wavelog-wp-qso-display
Made by Daniel Beckemeier, DL8YDP
Retrieves Wavelog data via API and displays the QSO numbers per operating mode via shortcodes in Wordpress. The Wavelog URL, the API key and the station ID(s) can be configured in the admin area of Wordpress. Example site: https://dl8ydp.de:
Attention: This plugin uses static 10 minutes caching time to reduce API calls to the Wavelog instance. So allthough this is nearly real-time, there can be a delay of up to ten minutes.
Compatibility
This script requires at least Wavelog version 2.0.1. to work, as there was an API implemented for this tool.
Installation:
1. Just install the latest Zip-file as a plugin in your wordpress instance and activate the plugin.
2. Go to Settings-Menu in Wordpress and click on "Wavelog":
3. Enter your Wavelog URL, API key (please only use a read-only key) and enter your station ID, which should be "1" in most cases. You can also add multiple station IDs, seaparated by comma (example: 1,3,10,15), these will be summep up then.
4. Use the following shortcodes to show QSO numbers anywhere on your site:
[wavelogtotalqso]
[wavelogssbqso]
[wavelogfmqso]
[wavelogamqso]
[wavelogft8ft4qso]
[wavelo
Read the full README on GitHub →