=== WP Moon Phase Widget ===
Contributors: moonorganizer
Tags: moonphase, moon, astronomy, astrology
Donate link: https://moonorganizer.com/en/
Requires at least: 4.7
Tested up to: 5.3
Requires PHP: 5.6
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Moon phase widget for Wordpress

== Description ==
WP Moon Phase Widget plugin allows you to add an awesome moon phase widget to sidebar or post.

## Key features

* Auto Geo detection
* Moon phase name and image
* Moonset and moonrise time
* Moon zodiac sign
* Ability to change the background color
* Ability to add the widget to a sidebar or a post (via shortcode)

You can learn more about moon phase [here](https://moonorganizer.com/en/moon-phase-for-today/)

## Usage

### In sidebar

You can add a widget as a standard WordPress widget.

1. Go to *Appearance > Widgets*
1. Find *WP Moon Phase Widget*
1. Add to a sidebar
1. Add a title (optional)
1. Configure desired background color (default is white)

### In a post or a page

You can add the widget to post or page via shortcode:

    [mph-widget]

With specified background color:

    [mph-widget color="#ffffff"]

**You can use only one widget at a time. So if you want to add it to post, delete it from the sidebar.**

## Credits

Based on [moon-phase-widget javascript library](https://github.com/g00dv1n/moon-phase-widget).

== Installation ==
1. Go to *Plugins* / *Add New*.
2. Search for **WP Moon Phase Widget** in the search box.
3. The "WP Moon Phase Widget" plugin should appear. Click on Install.

== Frequently Asked Questions ==
= How I can customize the border, width, height?  =

You can use the main widget CSS class .mph-widget and write your custom styles.
Feel free to contact me (or create a new topic in [support forum](https://wordpress.org/support/plugin/wp-moon-phase-widget/))  if you need help with customization.

== Screenshots ==
1. Widget in sidebar
2. Widget in post
3. Adding widget in Appearance > Widgets

== Changelog ==
= 1.0.0 =
* Initial release.