Title: WP COVID-19 DATA
Author: Salim Serdar Koksal
Published: <strong>March 25, 2020</strong>
Last modified: April 17, 2020

---

Search plugins

![](https://ps.w.org/wp-covid-19-data/assets/banner-772x250.jpg?rev=2267070)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/wp-covid-19-data/assets/icon-256x256.png?rev=2267070)

# WP COVID-19 DATA

 By [Salim Serdar Koksal](https://profiles.wordpress.org/salimserdar/)

[Download](https://downloads.wordpress.org/plugin/wp-covid-19-data.zip)

 * [Details](https://wordpress.org/plugins/wp-covid-19-data/#description)
 * [Reviews](https://wordpress.org/plugins/wp-covid-19-data/#reviews)
 *  [Installation](https://wordpress.org/plugins/wp-covid-19-data/#installation)
 * [Development](https://wordpress.org/plugins/wp-covid-19-data/#developers)

 [Support](https://wordpress.org/support/plugin/wp-covid-19-data/)

## Description

As COVID-19 (coronavirus) spreads across the globe, this plugin helps the people
who want to display Covid-19 data from around the world by country.

**Display specific countries data in banner**

The shortcode is [display_covid_19_data] and accepts the following attributes.

 1. countries=”Canada,Turkey,China”
     _(for multiple countries data)_
 2. bg_color=”#ffffff”
     _(for custom background color)_
 3. global_data=”false”
     _(for disabling to global data on banner)_

Example usage with attributes:

    ```
    [display_covid_19_data countries="Canada,Turkey,China,Germany,India" bg_color="#ffffff"]
    ```

**Display all countries in table**

The other shortcode is [display_covid_19_global_data] and accepts the following 
attributes.

 1. bg_color=”#ffffff”
     _(for table custom background color)_

Example usage with attributes:

    ```
    [display_covid_19_global_data bg_color="#000000"]
    ```

**Display historical cases and deaths data in line chart**

this shortcode is [display_covid_19_data_line_chart] and accepts the following attributes.

 1. country=”China”
     _(for the country you want to display)_

Example usage with attributes:

    ```
    [display_covid_19_data_line_chart country="China"]
    ```

**Where COVID-19 data is coming?**

The plugin is pulling all uptodate COVID-19 data from Novel Covid which is an open
sourced API that provides you information about the coronavirus pandemic across 
the globe.

You can search and view any specific country or location that has been affected 
by COVID-19.

All information that is provided by our API updates every 10 minutes, giving the
best and reliable results.

Their server provides support for those who are in need that wants to create their
own projects to show off into the world.

You can find more details regarding Novel Covid API from the their github acccount.

https://github.com/NovelCOVID/API

WP COVID-19 Data plugin use two endpoints listed below.

https://corona.lmao.ninja/all
 Returns all total cases, recovery, and deaths.

https://corona.lmao.ninja/countries?sort={parameter}
 Returns data of each country
sorted by the parameter

Please find the terms of use or privacy policy of Novel Covid API from the link 
below.
 https://github.com/NovelCOVID/API/blob/master/privacy.md

## Screenshots

 * [[
 * This screen shot description to show data banner.
 * [[
 * This is the second screen shot to show table verfion fo Covid 19 data.
 * [[
 * This is the second screen shot to show Covid 19 data for specific country on 
   line chart.

## Installation

This section describes how to install the plugin and get it working.

e.g.

 1. Upload `wp-covid-19-data.php` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Place your shorcode mentioned above in your posts and pages.

## FAQ

  Which languagee is supported?

English and Turkish languages is available in this plugin.

  Who should download this plugin?

This plugin is for site owners who want to display information about the coronavirus
pandemic across the globe.
 You might be news website or non-profit organization
which let people know COVID-19.

  Can I request a new feature?

Yes, of course. We’ll be happy to add new features as per our users feedback.

## Reviews

![](https://secure.gravatar.com/avatar/799ec847462220700c8d89700ec812e95c27f528f844810072a400bcfbc255ae?
s=60&d=retro&r=g)

### 󠀁[Look into Typographical Errors](https://wordpress.org/support/topic/look-into-typographical-errors/)󠁿

 [donbabo69](https://profiles.wordpress.org/donbabo69/) April 2, 2020 1 reply

Typographical Errors on Tables – Today Cases should be Today’s Cases also Today 
Deaths should be Today’s Death. Once that is done the plugin is fine.

![](https://secure.gravatar.com/avatar/59f09f984aa7dc8dd6be4133676a62b0116e6d0f930deef82c3e75f432ed5095?
s=60&d=retro&r=g)

### 󠀁[Pretty useful plugin!](https://wordpress.org/support/topic/pretty-useful-plugin-2/)󠁿

 [selimensar](https://profiles.wordpress.org/selimensar/) March 27, 2020

It can implement easily

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/wp-covid-19-data/reviews/)

## Contributors & Developers

“WP COVID-19 DATA” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Salim Serdar Koksal ](https://profiles.wordpress.org/salimserdar/)

“WP COVID-19 DATA” has been translated into 6 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/wp-covid-19-data/contributors)
for their contributions.

[Translate “WP COVID-19 DATA” into your language.](https://translate.wordpress.org/projects/wp-plugins/wp-covid-19-data)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wp-covid-19-data/),
check out the [SVN repository](https://plugins.svn.wordpress.org/wp-covid-19-data/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/wp-covid-19-data/)
by [RSS](https://plugins.trac.wordpress.org/log/wp-covid-19-data/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * First version of the plugin.

#### 1.1.0

 * Line chart added.
 * Turkish language support added.
 * A new parameter added to [display_covid_19_data]
 * Improved the code quality.
 * Improved the styylin of banner.
 * Readme file updated.

#### 1.1.1

 * css and js min file added

#### 1.1.2

 * fixed minor translation issue

#### 1.1.3

 * deprecated API endpoint updated

## Meta

 *  Version **1.1.3**
 *  Last updated **6 years ago**
 *  Active installations **20+**
 *  WordPress version ** 4.0 or higher **
 *  Tested up to **5.4.19**
 *  Languages
 * [Dutch](https://nl.wordpress.org/plugins/wp-covid-19-data/), [English (US)](https://wordpress.org/plugins/wp-covid-19-data/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/wp-covid-19-data/), [Spanish (Colombia)](https://es-co.wordpress.org/plugins/wp-covid-19-data/),
   [Spanish (Ecuador)](https://es-ec.wordpress.org/plugins/wp-covid-19-data/), [Spanish (Spain)](https://es.wordpress.org/plugins/wp-covid-19-data/),
   and [Spanish (Venezuela)](https://ve.wordpress.org/plugins/wp-covid-19-data/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/wp-covid-19-data)
 * Tag
 * [covid-19](https://wordpress.org/plugins/tags/covid-19/)
 *  [Advanced View](https://wordpress.org/plugins/wp-covid-19-data/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/wp-covid-19-data/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/wp-covid-19-data/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/wp-covid-19-data/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wp-covid-19-data/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/wp-covid-19-data/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-covid-19-data/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-covid-19-data/reviews/)

## Contributors

 *   [ Salim Serdar Koksal ](https://profiles.wordpress.org/salimserdar/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wp-covid-19-data/)