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

Zone Pandemic Covid19

外掛說明

This plugin provides latest data of how many patient(s) are active, confirmed, dead or recovered, in a world, and the continent or country assigned.

Features

  • Updates data every 10 minutes (Not the plugin itself). Which means it is live status of current sitution in the world.
  • Shortcode for every country and shows the data of covid 19 from that country.
  • Shortcode for every continent and shows the data of covid 19 from that continent.
  • Shortcode that provides table for that shows the list of all countries and its data of covid19.
  • Shortcode for the overall total global data that is recorded.
  • Dashboard Widget on the admin area that shows the Global Status of the covid19.
  • Widgets available for Elementor, an alternative for shortcode.

Shortcodes

  • [zone-covid19] – Showing the global data cards.
  • [zone-covid19 country="US"] – Showing the data of specific country.
  • [zone-covid19 continent="North America"] – Showing the data card of specific continent.
  • [zone-covid19 country="US,Philippines"] – Showing the data cards of multiple countries.
  • [zone-covid19 continent="North America, Asia"] – Showing the data cards of multiple continents.
  • [zone-covid19-table] – Showing the list of all countries and its data in a table form.
  • [zone-covid19-history-graph] – Showing the historical graph of covid19 cases from the start.
  • [zone-covid19-map] – Showing the world heat map for covid19 cases.

Additional: Add dark="true" if you want a dark mode.

Widgets Available in Elementor

An alternative for shortcode to output the data.

  • Global Status Card
  • Countries Status Card
  • Continents Status Card
  • Table Status
  • History Graph
  • Heat Map

WP-CLI Commands (WP-CLI is required on server)

CLI version to get tabular form of Covid19.

Synopsiswp zn_covid19 <command>
Helpwp zn_covid19 --help
Parameter availablecases, todayCases, deaths, todayDeaths, recovered, active, critical, tests

Subcommands
* display_continent – Show the List of Continent and its Covid Datas
* display_country – Show the List of Country and its Covid Datas
* global – Show Total Global Cases
* version – Show the plugin version

Example

// Displays the list of Continent
wp zn_covid19 display_continent

// Displays the covid19 data of a continent
wp zn_covid19 display_continent 'North America' 

// Displays the cases for today of continent
wp zn_covid19 display_continent 'North America' todayCases 

API used

Support
Feel free to help with development or issue reporting to

Github Repository

螢幕擷圖

  • Plugin home page.

  • Wordpress dashboard widget.

  • Result of the Shortcode for global data.

  • Result of the Shortcode for for multiple continents.

  • Result of the Shortcode for for multiple countries.

  • Result of the Shortcode for the list of all countries and its data in a table form.

  • Result of the Shortcode for the Historical Graph.

  • Result of the Shortcode for the World Heat Map.

  • Result of the WP-CLI Command showing the global data.

安裝方式

The plugin is simple to install:

  1. Upload zone-pandemic-covid19 to the /wp-content/plugins/ directory
  2. Activate the plugin through the \’Plugins\’ menu in WordPress
  3. Get the list of shortcode from the Zone Covid19 on sidebar.

常見問題集

What are the scope of API ?

The API provides the global data of Covid19 cases including active, tested, recovered and deaths. and it all updates every 10 minutes.

The plugin didn’t work when Im in Russia?

The API that we are using on this plugin was blocked in Russian Government Regulator since April 10, 2020.

使用者評論

2020 年 9 月 15 日
Its exactly what I needed, easy to use and cute UI. And also good job with the wp-cli commmands.
閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Zone Pandemic Covid19〉的開發相關工作。

參與者

將〈Zone Pandemic Covid19〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0.9

  • Compatibility for WP5.6

1.0.8

  • CSS Tweaks.

1.0.7

  • Fixed Minor Bugs when the WP_DEBUG is on.

1.0.6

  • Added WP-CLI Commands (WP-CLI is required on server*)
    • wp zn_covid19 --help to show available commands

1.0.5

  • Elementor Integration

1.0.4

  • Fixed minor bugs for showing Single Country
  • Fixed minor bugs for showing Single continent

1.0.3

  • Added Historical Graph ShortCode
  • Added World Heat Map Cases ShortCode

1.0.0

  • Initial Release