這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

USGS River Data

外掛說明

This plugin allows user to insert the USGS river data into their site in real time. By providing the plugin with the USGS ID number a widget or shortcodes can be generated to get the station name, current water level, water level graph and USGS link.

Features:
Display

  • Widget
  • Shortcode (automatically generated using metabox)

Information Available:

  • Station Name
  • Current Water Level
  • Current Gage Level in feet
  • Water Level Graph
  • Gage Height Graph
  • Station Url
  • Cache river information for a designated amount of time to speed up load time.

Plugin’s Official Documentation and Support Page

螢幕擷圖

  • screenshot-1.png
  • screenshot-2.png
  • screenshot-3.png
  • screenshot-4.png

安裝方式

  1. Upload the unzipped contents of usgs_river_data.zip to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題集

Full Support Page

Finding the USGS Station ID
There are two ways to find the data you can either use the USGS Station Finding Site or use google (google is much easier).

To Find on Google

  1. Google “USGS Real-Time Water Data (Your Station)” where (Your Station) is the name of the station you want to find ie. Chagrin River.
  2. Click the Link to the corresponding USGS site that display the current water level ex: http://waterdata.usgs.gov/oh/nwis/uv?04209000
  3. Once you confirm this is the ccorrent site take the 8 diget code from the url just found and plug it into the plugin ie. 04209000 for the example above.
  4. Your Done!
What are the shortcodes I can use?

Shortcode Cookbook
Note: # refers to the usgs id number

[river id=’#’]
Displays all of the information based on the configuration options set on the settings page.
See “Settings” -> “River Options” to change.

[river id=’#’ config=’#’]
Enter in the optional configuration number (1,2,3) to use one the the three options.

[river_name id=’#’]
Displays the name of the station.

[river_level id=’#’]
Displays the current water level of the station.

[river_gage id=’#’]
Displays the current gage height in feet.

[river_station id=’#’]
Displays the URL of the station.

[river_graph id=’#’]
Displays the url of the image graph.
Ex:

[river_gage_graph id=’#’]
Displays the url of the gage height graph.
Ex:

使用者評論

2018 年 3 月 26 日
So far, so good. Used it in a shortcode module in Elementor. Pulled up L. Colorado just fine: http://jakemannion.com/little-colorado-river-gorge/
閱讀全部 4 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈USGS River Data〉的開發相關工作。

參與者

將〈USGS River Data〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.21

*Minor variable change.

1.2

*Added Cacheing capabilities for improved speeds on pages with multiple shortcodes.

1.12

*Fixed bug where general output was being displayed above text.

1.11

*Fixed minor bug, station graph would not display without gage graph.

1.10

Added Gage height and gage graph options to the plugin.
Fixed missing images on options page.
Corrected various links.

1.01

  • Fixed minor bug in river_data.php and river_custom_meta.php

1.0

  • Launch