USA Gas Prices
WP Plugin that shows USA Gas Prices History
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/jethrolanda/usa-gas-prices/archive/refs/heads/master.zipReadme
DOCUMENTATION
Use the following shortcodes:
[usa_padd_prices]
This shortcode displays USA Map with gas price when you click a state.
Screenshot:
[display_current_average_price]
This shortcode displays the average gasoline price for the current week.
[display_current_average_price type='diesel']
This shortcode displays the average diesel price for the current week.
Screenshot (Gas vs Disel current week average price):
[usa_gas_prices_table type="gasoline"]
This shortcode displays a table of gasoline prices.
Screenshot:
[usa_gas_prices_table type="diesel"]
This shortcode displays a table of diesel prices.
Screenshot:
[usa_gas_prices_chart type="gasoline"]
This shortcode displays a line chart of gasoline prices.
Screenshot:
[usa_gas_prices_chart type="diesel"]
This shortcode displays a line chart of diesel prices.
Screenshot:
Zip File
To create a .zip file of this plugin. First clone this repository and create a zip using this code:
git archive -o usa-gas-prices.zip HEAD