AB Simple Weather
AB Simple Weather
Description
Want to display a beautiful weather snippet in your website? Here is the solution. AB Simple Weather helps you to add the weather info to your website in a beautiful way!
Here is the more details:
- Ability to set the preferred location either by entering city name or GPS coordinates for the weather to be displayed
- Get your GPS coordinates in one click
- Ability to add the weather info to page or post using the shortcode
[abs-weather] - Add the weather info to the source code using the PHP code:
<?php if(function_exists('absWeather')) { echo absWeather(); } ?> - Change the display container element (HTML) for flexibility in styling the weather in your template
- Display a dynamic weather icon based on the current weather
- Display city and region
- Display country name
- Display current weather condition
- Display humidity information
- Display wind information
Disclaimer: This plugin uses the simpleWeather API and the weather information are subject to vary from different providers.
Installation
- Upload
"ab-simple-weather"to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Navigate to the settings menu in the WordPress backend called
"Simple Weather"
Faq
Installation Instructions
- Upload
"ab-simple-weather"to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Navigate to the settings menu in the WordPress backend called
"Simple Weather"
How to add weather info to page or post
You can use the shortcode [abs-weather] in page or post
How to add weather info in a template
You can use the template code <?php if(function_exists('absWeather')) { echo absWeather(); } ?>in page or post
Reviews
It doesnt do anything
By brian2322 on January 7, 2019
installed but it doesnt show anything
Works great on WordPress site
By Aboobacker. (abooze) on January 24, 2018
This is really a lifesaver plugin.
Changelog
1.0
- Initial release.
1.1
- Fixed a minor bug
1.2
- Fixed older PHP version compatibility

