UK tides – heights and times

0

uk-tides displays tide times and heights for a particular location in the UK. The information that is displayed is obtained from the RSS feed for tidetimes.org.uk (eg https://www.tideti

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

uk-tides displays tide times and heights for a particular location in the UK.
The information that is displayed is obtained from the RSS feed for tidetimes.org.uk (eg https://www.tidetimes.org.uk/chichester-harbour-entrance-tide-times.rss )
or tidetimes.co.uk ( eg https://www.tidetimes.co.uk/rss/chichester-harbour-entrance-tide-times ).
The data is cached until midnight.

This plugin implements a block called UK tides ( uk-tides/uk-tides ).

  • It’s much easier to use than the shortcode.
  • It uses the functionality that was previously implemented as the [bw_tides] shortcode.
  • The block is not dependent upon the oik plugin.

The syntax for the [bw_tides] shortcode is:

[bw_tides
tideurl=”https://www.tidetimes.org.uk/chichester-harbour-entrance-tide-times.rss|other – RSS feed URL for location”
store=”1|store key – unique key for caching result”]

Examples:
[bw_tides] with no parameters will display the tide times and heights for Chichester Harbour Entrance. The information will be cached in store=1 until midnight.

[bw_tides store=bw_tides_pompey tideurl=”https://www.tidetimes.org.uk/portsmouth”] will display the tide times and heights obtained from
https://www.tidetimes.org.uk/portsmouth-tide-times.rss and cache the result in a store named ‘bw_tides_pompey’

Note: Using the store parameter allows you to display tide time and height information for more than one location.

Examples:
If you prefer you can use tidetimes.co.uk as the source for tidal information.

[bw_tides tideurl=”https://www.tidetimes.co.uk/rss/chichester-harbour-entrance-tide-times”]