=== Postcodewise Widget ===
Contributors: digitsflow
Tags: postcode, widget, location intelligence, property, local data
Requires at least: 5.0
Tested up to: 7.1
Stable tag: 1.0.0
Requires PHP: 7.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Embed the Postcodewise Location Intelligence scorecard on your WordPress site.

== Description ==

The Postcodewise Widget plugin allows you to easily embed the Location Intelligence scorecard for any UK postcode on your WordPress site using a simple shortcode. 

You must register an account at [Postcodewise](https://postcodewise.co.uk) and generate a public API key for your domain to use this widget.

== Installation ==

1. Upload the `postcodewise-widget` directory to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Navigate to **Settings &gt; Postcodewise** to enter your API key and default preferences.
4. Use the shortcode `[postcodewise_widget postcode="SW1A 1AA"]` in any post or page.

== Frequently Asked Questions ==

= Where do I get an API Key? =

You can get an API key by signing up for an account at [Postcodewise.co.uk](https://postcodewise.co.uk) and creating a public API key restricted to your website's domain name under your Workspace settings.

= Can I customize the widget design? =

Yes! You can set the default theme, layout, accent color, border radius, and visible sections in the settings, or override them on a per-widget basis using the shortcode attributes, e.g. `[postcodewise_widget postcode="SW1A 1AA" theme="dark" layout="compact" accent="#ff0000" radius="8" show="safety,transport"]`.

== Screenshots ==

1. The settings page.
2. Example of the widget embedded on a post.

== Changelog ==

= 1.0.0 =
* Initial release of the Postcodewise widget plugin.
