Version: 1.0.0
Author: Gerald Haygood
A WordPress plugin for displaying BirdWeather station data using shortcodes.
- Press the green Code button on GitHub and download the zip file, then install it like any other WordPress plugin
- Activate the plugin through the 'Plugins' menu in WordPress
- Go to Settings > BirdWeather to:
- Configure your station token
- Enable/disable debug mode (helps with troubleshooting)
[bw_location]
Displays today's overall detection statistics for your station.
- Output: Shows total number of detections and unique species for the day
[bw_observations limit="5" show_scientific="true" show_thumbnails="true"]
Shows detailed bird observations with optional scientific names and thumbnails.
limit
: Number of observations to display (default: 7)show_scientific
: Whether to show scientific names (true/false, default: false)show_thumbnails
: Whether to show bird thumbnails (true/false, default: false)
[bw_top_species period="day" limit="10" sort="top" order="desc"]
Displays the most frequently detected species.
period
: Time period to show stats for (day/week/month, default: day)limit
: Number of species to show (default: 10)sort
: How to sort results (top/common_name/scientific_name, default: top)order
: Sort direction (asc/desc, default: desc)
[bw_recent_detections limit="10" species=""]
Shows the most recent bird detections.
limit
: Number of detections to show (default: 10)species
: Filter by species name (optional)
[bw_period_stats period="day"]
Shows detection statistics for a specific time period.
period
: Time period to show stats for (day/week/month, default: day)
[bw_top_species limit="5"]
[bw_recent_detections limit="5" species="Eastern Bluebird"]
[bw_observations limit="10" show_scientific="true"]
[bw_period_stats period="month"]