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"
- Upload
- 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
Contributors & Developers
“AB Simple Weather” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “AB Simple Weather” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial release.
1.1
- Fixed a minor bug
1.2
- Fixed older PHP version compatibility