Skip to content

Documentation

Installation

  • Go to WordPress Dashboard panel >> Plugins >> Add New Plugin, Upload the plugin file
  • Activate the plugin.
  • Go to WordPress Dashboard Settings >> Live COVID19 >> License Key, Enter the key which you got in plugin purchase receipt mail.

Elementor Widgets

  1. COVID 19 : World
  2. COVID 19 : ALL Countries Table
  3. COVID19 : Single Country

WordPress Widgets

  1. COVID19 Global Data
  2. COVID19 Single Country Data

WordPress Shortcodes

To easily create wordpress shortcodes for live covid19 data, please use recommended “Shortcode Generator” tool in Settings >> Live COVID19 >> Shortcode Generator

1. [ lcovid-table ] : Show all country’s data in table

Attributes :

  • flag (yes/no) : Enable/disable table sorting [default : 'no']
  • sorting (yes/no) : Enable/disable table sorting [default : 'no']
  • print_button (yes/no) : show/hide print button of all country’s data table [default : 'no']
  • pdf_button (yes/no) : show/hide PDF export button of all country’s data table [default : 'no']
  • excel_button (yes/no) : show/hide excel export of all country’s data table [default : 'no']
  • separator(” , “,” . ” , ” ” ) : Add thousand separator in data table’s numeric data, the signs are available for separator are comma(,), dot(.), space( ) [default : ',']
  • confirms (yes/no) : show/hide confirm cases in table [default : 'no']
  • todayconfirms (yes/no) : show/hide today confirm cases in table [default : 'no']
  • deaths (yes/no) : show/hide death cases in table [default : 'no']
  • todaydeaths (yes/no) : show/hide today death cases in table [default : 'no']
  • recovered (yes/no) : show/hide recovered cases in table [default : 'no']
  • title_confirms : Title of Confirm Cases [default : 'Confirms']
  • title_todayconfirms : Title of Today Confirmed Cases [default : 'Today Confirms']
  • title_deaths : Title of Death Cases [default : 'Deaths']
  • title_todaydeaths : Title of Today Death Cases [default : 'Today Deaths']
  • title_recovered : Title of Recovered Cases [default : 'Recovered']

2. [ lcovid-global ] : Show global Data

Attributes :

  • show_title(yes/no) : show/hide case titles under total data of relative cases
  • counter (yes/no) : enable/disable for apply data to counter when page load
  • duration (in ms) : add milliseconds for counter
  • separator (yes/no) : enable/disable thousand separator in data table’s numeric values. [default : 'no']
  • delimeter(” , “,” . ” , ” ” ) : Add thousand separator in data table’s numeric data, the signs are available for separator are comma(,), dot(.), space( ) [default : ',']
  • confirms (yes/no) : show/hide confirm cases in table [default : 'no']
  • todayconfirms (yes/no) : show/hide today confirm cases in table [default : 'no']
  • deaths (yes/no) : show/hide death cases in table [default : 'no']
  • todaydeaths (yes/no) : show/hide today death cases in table [default : 'no']
  • recovered (yes/no) : show/hide recovered cases in table [default : 'no']
  • title_confirms : Title of Confirm Cases [default : 'Confirms']
  • title_todayconfirms : Title of Today Confirmed Cases [default : 'Today Confirms']
  • title_deaths : Title of Death Cases [default : 'Deaths']
  • title_todaydeaths : Title of Today Death Cases [default : 'Today Deaths']
  • title_recovered : Title of Recovered Cases [default : 'Recovered']

3. [ lcovid-country ] Attributes : Show specific single country data

Attributes :

  • country( ISO3 code of the country ) : show/hide case titles under total data of relative cases
  • show_title(yes/no) : show/hide case titles under total data of relative cases [default : 'yes']
  • counter (yes/no) : enable/disable for apply data to counter when page load [default : 'no']
  • duration (in ms) : add milliseconds for counter [default : '300']
  • separator (yes/no) : enable/disable thousand separator in data table’s numeric values. [default : 'no']
  • delimiter (” , “,” . ” , ” ” ) : Add thousand separator in data table’s numeric data, the signs are available for separator are comma(,), dot(.), space( ) [default : ',']
  • confirms (yes/no) : show/hide confirm cases in table [default : 'yes']
  • todayconfirms (yes/no) : show/hide today confirm cases in table [default : 'no']
  • deaths (yes/no) : show/hide death cases in table [default : 'yes']
  • todaydeaths (yes/no) : show/hide today death cases in table [default : 'no']
  • recovered (yes/no) : show/hide recovered cases in table [default : 'yes']
  • title_confirms : Title of Confirm Cases [default : 'Confirms']
  • title_todayconfirms : Title of Today Confirmed Cases [default : 'Today Confirms']
  • title_deaths : Title of Death Cases [default : 'Deaths']
  • title_todaydeaths : Title of Today Death Cases [default : 'Today Deaths']
  • title_recovered : Title of Recovered Cases [default : 'Recovered']