URI Tides
Display live tide data from NOAA
by URI Web Communications · github.com/uriweb/uri-tides · website
★ 4stars
1.1kcomposer installs
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/uriweb/uri-tides/archive/refs/heads/develop.zipAlso on Packagist as uriweb/uri-tides:
composer require uriweb/uri-tidesFrom the readme
URI Tides Widget
Add the [uri-tides] shortcode to a page and a tides widget appears. Requires the URI Tides Updater plugin to be installed and activated on at least one site in a multisite network.
How do I get set up?
1. Install URI Tides Updater. For multisite networks, activate it only on one site (e.g. the homepage) to avoid cron job duplication.
2. Install URI Tides and activate it where you intend to use it. Network-activation may be appropriate.
3. Configure the shortcode to taste.
Attributes
The tides widget is somewhat configurable by adding attributes to the shortcode:
height (num)(optional)
Set a height in pixels for the tide chart (do not include units). The water temp will scale accordingly. (default: 30)
darkmode (bool)(optional)
Toggle a light display for placement on dark backgrounds (default: false)
class (string)(optional)
Set custom CSS class(s) (default: none)
Plugin Details
Read the full README on GitHub →