Title: WeatherBot Weather Widget
Author: RoxxiStudios
Published: <strong>17. 9. 2025</strong>
Last modified: 21. 10. 2025

---

Prohledat pluginy

![](https://ps.w.org/weatherbot/assets/banner-772x250.png?rev=3365428)

![](https://ps.w.org/weatherbot/assets/icon-256x256.png?rev=3365428)

# WeatherBot Weather Widget

 Autor: [RoxxiStudios](https://profiles.wordpress.org/roxxistudios/)

[Stáhnout](https://downloads.wordpress.org/plugin/weatherbot.1.2.0.zip)

 * [Podrobnosti](https://cs.wordpress.org/plugins/weatherbot/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/weatherbot/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/weatherbot/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/weatherbot/#developers)

 [Podpora](https://wordpress.org/support/plugin/weatherbot/)

## Popis

[**WeatherBot**](https://roxxistudios.com/weatherbot) displays **live weather** 
for any location in the world using **Google’s Weather API**, with city/place resolution
via **Google Maps Geocoding/Places**. Use with a **Classic Widget**, a **Gutenberg
block** (with live preview), or with a **shortcode** anywhere shortcodes are supported.
Outputs a clean, accessible UI that works in any theme or builder.

### Features

 * **Automatic WeatherForecast Schema.org (JSON-LD) structured data** generation
   for SEO and Google rich results.
 * **Live local current weather** via **Google Weather API**
 * **Google Maps Geocoding/Places** for accurate city/place lookups
 * **WordPress weather block** with **live server preview** and full controls
 * **WordPress weather shortcode** that **works anywhere shortcodes are supported**
 * **Control the title’s HTML tag** (H2-H6, P) for SEO hierarchy
 * **Three display layouts** — badge (card), compact (mini), inline (text-flow)
 * **Optional title with on/off toggle** via show_pre_text (shortcode & block)
 * **Intuitive Theme Selection** (Light Theme / Dark Theme) for readability on any
   background
 * **Units** — Fahrenheit (°F) or Celsius (°C); can inherit from Settings
 * **Classic Widget** support (with **Align** and **Heading Tag** options)
 * **Semantic and Accessible HTML5 Markup** (aside, headings) for improved SEO and
   screen reader support.
 * **Builder-friendly output** — guards against unwanted p wrappers and extra spacing
 * **Caching tuned for freshness** — weather (~2 minutes per location/unit); geocoding(
   long-lived)
 * **Manual cache purge** from Settings
 * **Optional uninstall cleanup** — delete plugin data on uninstall if enabled
 * **CSS variables** for easy theming (–wb-primary, –wb-secondary, –wb-neutral, 
   etc.)
 * **No jQuery on the front end** — built with modern WordPress packages and vanilla
   JS
 * **COMING SOON:** Our **Pro version** with **weather forecast** and other powerful
   features like **detailed style controls**.

### Who Should Use WeatherBot?

The WeatherBot plugin is a versatile tool that adds real-time weather insights to
your WordPress site. Any site that relies on **location-based services**, **visitor
engagement**, or **timely environmental data** can gain measurable benefits by engaging
visitors longer and improving conversions.

 * **Real Estate Websites** – Showcase current conditions for specific cities or
   neighborhoods to highlight lifestyle and property appeal.
 * **Travel & Tourism Agencies** – Display live weather for destinations like ski
   resorts, beach hotels, and outdoor adventure guides to help travelers plan trips
   and activities.
 * **Hospitality & Lodging** – Hotels, resorts, and vacation rentals can reassure
   guests and improve conversion rates with up-to-date forecasts directly on booking
   pages.
 * **Outdoor Recreation & Services** – Ski resorts, hiking trails, marinas, golf
   courses, and contractors can highlight ideal activity conditions or set expectations
   for weather-dependent services.
 * **Event Venues & Organizers** – Provide attendees with accurate, live weather
   at the event location.
 * **Local News & Community Sites** – Add relevant, constantly updating content 
   that keeps visitors returning.
 * **E-commerce Stores** – Influence buying decisions for seasonal goods—like clothing
   or outdoor gear—by tying products to live weather data in key markets.
 * **Education & Nonprofits** – Enhance engagement on school or community sites 
   with practical information for families and visitors.

Whether you’re running a **real estate agency site in Lake Arrowhead**, a **tourism
portal for Big Bear**, or a **global e-commerce store selling outdoor gear**, WeatherBot
helps you deliver **accurate, branded weather displays** that align perfectly with
your content and audience.

For search visibility, WeatherBot is one of the **best weather plugins for real 
estate, tourism, hospitality, outdoor recreation, local businesses, and e-commerce
sites**.

### How to Use

### Gutenberg Block + Classic Widget

Insert the **WeatherBot** block from the add widget panel (search “WeatherBot”).
The block renders a **live server preview** and includes these controls:

 * **Title** (`pre_text`) — optional heading above the widget
 * **Show Title** (`show_pre_text`) — `1` (show) or `0` (hide)
 * **Position** (`align`) — `left`, `center`, `right`
 * **Theme** (`font_color`) — `light`, `dark` contrast
 * **Unit** (`unit`) — `IMPERIAL` (°F), `METRIC` (°C), or inherit from Settings
 * **Type** (`type`) — `badge`, `compact`, `inline`
 * **City** (`city`) — type a city and press **Enter** to preview

The block supports **Dimensions  Margin** for per-instance spacing. Theme alignment(
e.g., wide/full) is supported where available.

### Shortcode

Use [weatherbot]. Examples below are code-formatted so they render correctly.

**Basic:**
 [weatherbot city=“Lake Arrowhead, CA“]

**Badge type with °F:**
 [weatherbot city=“Lake Arrowhead, CA“ unit=“IMPERIAL“ type
=“badge“]

**Title + right aligned:**
 [weatherbot city=“Lake Arrowhead, CA“ type=“badge“ pre_text
=“Current Weather“ align=“right“]

**Hide the title (show_pre_text=0):**
 [weatherbot city=“Lake Arrowhead, CA“ pre_text
=“Current Weather“ show_pre_text=“0″]

**High-contrast for dark backgrounds:**
 [weatherbot city=“Lake Arrowhead, CA“ type
=“badge“ font_color=“light“]

**Compact layout (°C):**
 [weatherbot city=“Lake Arrowhead, CA“ type=“compact“ unit
=“METRIC“]

**Inline layout (flows with text; omit align):**
 [weatherbot city=“Lake Arrowhead,
CA“ type=“inline“ pre_text=“Now:“]

**All options:**
 [weatherbot city=“Lake Arrowhead, CA“ unit=“IMPERIAL“ type=“badge“
pre_text=“Current Weather“ show_pre_text=“1″ align=“center“ font_color=“dark“]

### Attributes

 * city — string (e.g., `"Lake Arrowhead, CA"`)
 * unit — `IMPERIAL` | `METRIC` | empty to inherit from Settings
 * type — `badge` | `compact` | `inline` | empty to inherit
 * pre_text — string (optional title above the widget)
 * show_pre_text — `1` | `0` (default `1`) — show/hide the title above the widget
 * align — left | center | right
 * font_color — light | dark

### Styling & Customization

WeatherBot is designed to **inherit your theme’s fonts and typography** by default,
so it blends seamlessly into your site. But if you want more control, you can fully
customize the display with **CSS variables** and **custom CSS rules**.

#### CSS Variables for Quick Theming

You can override the built-in design system using global CSS variables. Add them
to **Appearance  Customize  Additional CSS** or your child theme stylesheet:

    ```
    :root {
        --wb-primary: #0055aa;      /* link and highlight color */
        --wb-secondary: #3399ff;    /* hover color */
        --wb-neutral: #666666;      /* neutral text */
        --wb-light: #e0e0e0;        /* light gray */
        --wb-dark: #111111;         /* dark text */
    }
    ```

#### Common Customizations

 * **Change the temperature color:**
        .roxxi-weather span.wb-temp {         
   color: #cc0000;         font-weight: 700;     }
 * **Make the unit lighter:**
        .roxxi-weather span.wb-unit {         color: #
   555555;         font-weight: 300;     }
 * **Style the description (conditions):**
        .roxxi-weather span.wb-desc {   
   font-style: italic;         color: #444444;     }
 * **Adjust the powered-by line:**
        .roxxi-weather span.wb-powered {        
   font-size: 11px;         color: #999999;     }

#### Layout Variants

WeatherBot supports three display layouts that can be styled independently:

 * **Badge** – `.wb-type-badge`  Card-style block with border and padding
 * **Compact** – `.wb-type-compact`  Slimmed-down block for sidebars or tight spaces
 * **Inline** – `.wb-type-inline`  Flows naturally with surrounding text

#### Alignment Utilities

You can also control horizontal positioning:

 * `.wb-left`  Align left
 * `.wb-center`  Centered
 * `.wb-right`  Align right

#### Contrast Themes

For accessibility and readability, WeatherBot supports **dark text on light backgrounds**(`
font_color="dark"`) or **light text on dark backgrounds** (`font_color="light"`).
This ensures your widget maintains strong contrast in any design.

With these options, WeatherBot can be styled to match **any WordPress theme**—from
minimal blogs to complex builder-driven layouts.

### Advanced Information

### Performance & Caching

WeatherBot is engineered to be **fast, lightweight, and API-efficient**, so it won’t
slow down your WordPress site. All requests to Google’s Weather and Geocoding APIs
are cached in your database to reduce load times and minimize API usage.

#### How Caching Works

 * **Weather Data** — Cached for about **2 minutes** per location/unit combination.
   This ensures users see nearly live conditions without hammering the API unnecessarily.
 * **Geocoding Data** — Cached long-term. Once a city or place name has been resolved
   into coordinates, it is stored and re-used to speed up future lookups.
 * **Automatic Expiration** — Old or stale cache entries are purged automatically
   so your database stays clean.

#### Manual Cache Control

From the **Settings  WeatherBot** page you can manually clear caches at any time:

 * **Purge Weather Cache** — Forces a fresh request to the Google Weather API on
   next load.
 * **Purge Geocoding Cache** — Clears stored location lookups, useful if you change
   how you want places to be resolved.

#### Performance Advantages

 * **No jQuery** on the front end — WeatherBot uses **vanilla JavaScript** and modern
   WordPress packages for faster rendering.
 * **Minimal Database Calls** — Cached data is indexed, and each widget instance
   reuses cached responses where possible.
 * **Smart Asset Loading** — Styles and scripts are only enqueued on pages where
   the widget or block is actually used.
 * **Builder & Theme Friendly** — CSS variables and scoped class names reduce conflicts
   and keep styling isolated.
 * **Optimized for PHP 8+** — Fully compatible and tested for modern hosting environments.

#### API Usage & Quotas

Because WeatherBot caches aggressively, each site can serve thousands of widget 
views while making only a handful of API calls. This keeps your **Google Maps Platform
quota usage low**, even on high-traffic sites.

In short, WeatherBot is tuned to balance **real-time accuracy** with **performance
efficiency**, ensuring your site stays fast while your visitors always see up-to-
date weather conditions.

### SEO & Local Search Benefits

WeatherBot isn’t just a utility widget—it can also help strengthen your site’s **
SEO and local search visibility**. By embedding **live weather conditions** tied
to a city, town, or region, you’re providing **fresh, location-based content** that
search engines value.

#### How WeatherBot Helps SEO

 * **Fresh Content Signals** — Weather data updates every few minutes, giving search
   engines a reason to crawl your pages more often.
 * **Local Relevance** — Embedding city-specific weather reinforces **geo-targeted
   keywords** (e.g., “Lake Arrowhead weather”) and strengthens your topical authority
   for that area.
 * **Semantic Richness** — Shortcodes and blocks can be paired with surrounding 
   text, FAQs, or schema markup to enhance your page relevance.
 * **Lower Bounce Rates** — Visitors often engage longer with pages that show timely,
   useful information like weather, which can indirectly boost rankings.

#### Ideal Use Cases for SEO

 * **Real Estate Websites** — Add the current weather to property listings or community
   pages to increase local keyword density and improve engagement.
 * **Tourism & Travel Blogs** — Show live conditions for destinations, resorts, 
   or attractions to strengthen relevance for location-based queries.
 * **Hospitality Websites** — Hotels, B&Bs, and vacation rentals can enhance booking
   pages with local conditions for guest reassurance.
 * **Outdoor Services** — Contractors, landscapers, guides, or event venues can 
   add live weather data to improve trust and capture long-tail queries.
 * **Community Portals** — Local organizations and nonprofits can feature weather
   alongside news and events to serve their audience better.

#### Best Practices

1.  **Pair WeatherBot with Content** — Don’t just drop in the widget. Surround it
with **location-rich text** like community info, property highlights, or travel 
guides.
 2.  **Use Internal Links** — Link weather-enhanced pages to related content(
e.g., “See all Lake Arrowhead homes for sale”) to strengthen site architecture. 
3.  **Combine with Schema** — Add FAQ or LocalBusiness schema to the same page to
maximize structured data signals. 4.  **Target Seasonal Keywords** — Weather pages
can support seasonal searches like “ski conditions” or “summer vacation weather”
when paired with relevant content.

By strategically placing WeatherBot on **city landing pages, property spotlights,
tourism blogs, or service areas**, you create **ever-fresh, locally relevant content**
that boosts both **SEO performance** and **user engagement**.

### Compatibility

WeatherBot integrates seamlessly with the WordPress **Block Editor (Gutenberg)**
with full support for the **Classic Widget system** and **shortcodes**, making it
highly flexible across different site setups.

#### WordPress Block Editor (Gutenberg)

Insert the **WeatherBot block** from the editor sidebar (search for “WeatherBot”).
The block includes a **live preview** that updates instantly as you configure options
like city, unit, layout, and alignment. Works with both standard content blocks 
and **full-site editing** (FSE) templates.

#### Classic Widgets

WeatherBot registers as a **Classic Widget**, so it can be placed into traditional
sidebars or widget areas. All shortcode attributes (city, unit, type, align, etc.)
are supported inside the widget interface.

#### Shortcodes in Page Builders

WeatherBot’s shortcode works in all major page builders:

 * **Elementor** – add via Shortcode widget.
 * **Beaver Builder** – add via HTML or Text module.
 * **Divi** – paste shortcode into a Code block.
 * **WPBakery** – insert with Text Block or Raw HTML.

Shortcodes also render correctly in headers, footers, popups, and theme hooks.

#### Theme-Agnostic Styling

The plugin’s design system uses **CSS variables** (e.g., `--wb-primary`, `--wb-dark`,`--
wb-light`), so it inherits your theme’s fonts and colors while remaining **customizable**.
This makes WeatherBot compatible with nearly all modern themes without manual overrides.

#### Browser & Device Support

WeatherBot is fully responsive and works across desktop, tablet, and mobile devices.
The UI automatically adjusts layouts for smaller screens (badge, compact, and inline
types).

WeatherBot is built with **vanilla JavaScript** (no jQuery) and standard WordPress
packages, ensuring long-term compatibility with WordPress core updates.

### Pro Version (Coming Soon)

We are actively developing **WeatherBot Pro**, an upgraded version of the plugin
designed for websites that need more advanced weather features, deeper integrations,
and expanded customization. Pro will include powerful enhancements that go beyond
the current free version:

#### Multi-Day Weather Forecasts (Pro Version)

Display not only current conditions but also **hourly and multi-day forecasts**.
Perfect for tourism sites, hotels, resorts, outdoor recreation, and real estate 
listings where future weather is a deciding factor.

#### Extended Layout & Style Controls (Pro Version)

Gain full control over **fonts, colors, and card designs** with a point-and-click
style editor. Choose from additional layouts (carousel, grid, stacked) and apply
them per widget, block, or shortcode instance.

#### Builder & Theme Integrations (Pro Version)

Pro will offer deeper compatibility with **Elementor**, **Beaver Builder**, **Divi**,
and **WPBakery**, allowing you to configure weather blocks visually inside your 
page builder without relying only on shortcodes.

#### Advanced Caching & Performance Tools (Pro Version)

Control caching intervals, purge rules, and fallback states for **high-traffic environments**.
Optimize for SEO and speed without sacrificing live data accuracy.

#### Business & Location Features (Pro Version)

Associate multiple cities or service areas and display them in **maps, lists, or
comparison tables**. Ideal for businesses with multiple offices, retail stores, 
or event venues.

#### More API Options (Pro Version)

Expanded support for alternative weather APIs will be explored, providing flexibility
in data sources and resilience if usage quotas are reached.

**WeatherBot Pro** will ensure you stay ahead with **forecast-ready features, enterprise-
level styling options, and robust performance tools**. Stay tuned for updates, and
watch for announcements in the plugin dashboard and on the [WeatherBot project page](https://roxxistudios.com/weatherbot).

### External services

This plugin connects to third-party services to fetch weather and/or geocoding data.

#### Google Weather / Google Maps Platform

 * **Usage:** retrieves current conditions and converts place names to coordinates.
 * **Data sent:** the query you provide (e.g., “Lake Arrowhead, CA”) or latitude/
   longitude.
 * **Provider terms:** https://cloud.google.com/maps-platform/terms  
 * **Google APIs Terms:** https://developers.google.com/terms
 * **Privacy policy:** https://policies.google.com/privacy
 * **Notes:** Site owners provide their own API keys. No data is sent to RoxxiStudios
   servers. Geolocation is not used.

#### Caching

The plugin may cache API responses (weather lookups and reverse-geocoded place names)
in your WordPress database to reduce network calls and improve performance. Cache
lifetimes are limited and can be cleared by site admins at any time.

## Snímky obrazovky

 * [[
 * [[
 * [[
 * [[
 * [[
 * [[

## Bloky

Tento plugin poskytuje 1 blok.

 *   WeatherBot Insert a WeatherBot widget using your plugin defaults or a city.

## Instalace

#### From your WordPress dashboard

1.  Go to **Plugins  Add New**.
 2.  Search for **WeatherBot**. 3.  Click **Install
Now**, then **Activate**. 4.  Go to **Settings  WeatherBot**, add your **Google 
Maps API key** (enable **Weather** and **Geocoding/Places** APIs), and save. 5. 
Add the **WeatherBot Block**, **Widget**, or **Shortcode** to your site and configure
the options.

#### Manual installation

1.  Upload the weatherbot folder to /wp-content/plugins/.
 2.  Activate the plugin
in **Plugins**. 3.  Go to **Settings  WeatherBot**, add your **Google Maps API key**(
enable **Weather** and **Geocoding/Places** APIs), and save. 4. Add the **WeatherBot
Block**, **Widget**, or **Shortcode** to your site and configure the options.

## Nejčastější dotazy

### 1. Does this show live location weather using Google Weather?

Yes. WeatherBot retrieves **current weather** from **Google’s Weather API** and 
resolves your `city` input with **Google Maps Geocoding/Places**.

### 2. Where do I get a Google API key and what do I enable?

Create a key in the [**Google Maps/Weather API Platform**](https://developers.google.com/maps/documentation/weather/get-api-key)
and enable **Weather** and **Geocoding/Places** APIs. Restrict your key per Google’s
guidance.

### 3. Can I use the shortcode in Widgets, Headers/Footers, or builder modules?

Yes—anywhere WordPress **parses shortcodes**: posts, pages, widgets, the Core/HTML
block, and most page builders. In a PHP template you can use:

### 4. How often is the weather updated? Can I clear the cache?

Weather results are cached briefly (about **2 minutes** per location/unit) to keep
results fresh while saving API calls. Geocoding results can be cached long-term.
You can **manually purge** caches from **Settings  WeatherBot**.

### 5. Does the widget support dark backgrounds?

Yes. Choose **Theme  Light/Dark** (or `font_color` shortcode attribute) to ensure
readable contrast.

### 6. Does this plugin track visitors or send data to third-party servers?

No. API calls go directly from **your site** to **Google** using **your** key. The
plugin does not phone home.

### 7. Is jQuery Required?

**No jQuery on the front end.** WeatherBot runs on vanilla JS and WordPress packages.(
The WP admin may load standard WordPress scripts.)

### 8. Can I change the font styles of the weather display?

Yes. While WeatherBot inherits your theme’s fonts, you can easily override them 
with custom CSS. For example, to make the temperature bold and red, add this to 
your theme’s Additional CSS panel:

    .roxxi-weather span.wb-temp {
         font-weight: 700;         color: #cc0000;}

See the Styling & Customization section for more options.

## Recenze

![](https://secure.gravatar.com/avatar/ebca105c374e5ecc6355e4629de2561791e876d6fb829909c37cbe5fe1368356?
s=60&d=retro&r=g)

### 󠀁[Very solid weather widget – it’s simple but powerful.](https://wordpress.org/support/topic/very-solid-weather-widget-its-simple-but-powerful/)󠁿

 [bombswag](https://profiles.wordpress.org/bombswag/) 24. 9. 2025

We’ve been using WeatherBot on our site, bombswag.com, and it does exactly what 
we wanted. The widget makes it simple to display the weather for each city where
we sell gifts and souvenirs, and it works flawlessly. It’s very easy to set up and
powerful enough to just interpret whatever city name we put in. So far, it delivers
accurate, real-time weather – we check it against google all the time. Perfect plugin—
highly recommended!

 [ Přečtěte si všech 0 recenzí ](https://wordpress.org/support/plugin/weatherbot/reviews/)

## Autoři

WeatherBot Weather Widget je otevřený software. Následující lidé přispěli k vývoji
tohoto pluginu.

Spolupracovníci

 *   [ RoxxiStudios ](https://profiles.wordpress.org/roxxistudios/)

[Přeložte “WeatherBot Weather Widget” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/weatherbot)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/weatherbot/), podívejte
se do [SVN repozitáře](https://plugins.svn.wordpress.org/weatherbot/), nebo se přihlaste
k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/weatherbot/) 
pomocí [RSS](https://plugins.trac.wordpress.org/log/weatherbot/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

#### 1.2.0

 * **Maintenance:** Regular maintenance and code refinement.

#### 1.1.9

 * **Improved:** Updated styles sheet to improve layouts for all variables.

#### 1.1.8

 * **Fixed:** Rare PHP TypeError that could occur in certain live-render or preview
   environments when $data returned null before JSON-LD hydration.
 * **Improved:** Added lightweight pre-call validation in Shortcode handler to ensure
   $data is a valid array before JSON-LD collection.
 * **Maintained:** All frontend rendering, caching, and structured-data behavior
   remain unchanged in production.
 * **Version Sync:** Internal Shortcode class updated to v3.1.6 JSON-LD Enhanced
   build with defensive validation for preview compatibility.

#### 1.1.7

 * **Enhancement:** Refined codebase for consistency and maintainability.
 * **Improvement:** Minor optimizations to markup and styles for cleaner output.
 * **Dev:** General housekeeping to align with WordPress.org plugin standards.

#### 1.1.6

 * **Fix:** Resolved PHP 8.x notice: Undefined array key „heading_tag“ in src/Widgets/
   Weather_Widget.php.
 * **Improvement:** Backfilled legacy widget instances with safe defaults via wp_parse_args()
   in widget() and form().
 * **Improvement:** Whitelisted/sanitized heading_tag and removed direct array access
   to prevent future notices.
 * **Dev:** Centralized DEFAULTS constant and added defensive guards; no front-end
   output changes.

#### 1.1.5

 * **Accessibility:** Added role=“region“ to all widget types to improve accessibility
   and boost CSS specificity.

#### 1.1.4

 * **Fix:** Increased CSS specificity to preserve base styles.

#### 1.1.3

 * **Security:** API key is masked in the admin with toggle for last 4 digits.
 * **Settings:** Existing keys preserved unless cleared manually.
 * **Accessibility:** Toggle button labeled with aria-pressed state.
 * **Dev:** Updated sanitize() to support masked states.

#### 1.1.2

 * **Docs:** Clarified sections in readme.txt file.

#### 1.1.1

 * **New Feature (SEO):** Added WeatherForecast schema.org (JSON-LD) for Google 
   rich results.
 * **New Feature:** Added heading_tag control for title HTML tag (H2–H6).
 * **Enhancement:** Refactored HTML output with semantic markup for accessibility
   and SEO.
 * **Enhancement:** Improved widget Theme Color setting for clarity and readability.
 * **Tweak:** Renamed „Inherit“ to „Default“ in widget dropdowns.

#### 1.1.0

 * **Fix:** Adjusted CSS specificity to maintain weather widget consistency.
 * **Dev:** Added data-widget attribute to support CSS specificity.

#### 1.0.9

 * **Enhancement:** Improved CSS with layering and theme style inheritance.
 * **Accessibility:** Added additional CSS refinements for ADA compliance.
 * **Styling:** Updated widget theme styles for consistency.

#### 1.0.8

 * **Docs:** Updated readme.txt content.
 * **Dev:** Refactored codebase for maintainability.
 * **Styling:** Improved style rules to allow theme priority.
 * **Fix:** Resolved PHP 8.x error in front-end rendering.

#### 1.0.7

 * **Fix:** Corrected alignment for inline widget inside paragraphs.
 * **Docs:** Updated readme.txt content.

#### 1.0.6

 * **Fix:** Prevented duplicate stylesheet load on front end when block is present.
 * **Docs:** Documented show_pre_text option in readme.txt.
 * **Enhancement:** Improved styles for better layout control.
 * **UI:** Reordered widget setting fields for clarity.

#### 1.0.5

 * **Enhancement:** Improved responsive styles and refined uninstall cleanup procedure.

#### 1.0.4

 * **New Feature:** Added „Align“ option to WeatherBot Widget (left, center, right,
   inherit).

#### 1.0.3

 * **Styling:** CSS refinements for responsive layouts.

#### 1.0.2

 * **Styling:** Updated badge layout styles for improved consistency.

#### 1.0.1

 * **New Feature:** Added uninstall.php for cleanup on plugin deletion.
 * **Settings:** Added option to control data deletion on uninstall.
 * **Assets:** Updated icons, screenshots, and logos.
 * **UI:** Updated settings page layout.

#### 1.0.0

 * **Initial Release:** Launch of WeatherBot plugin with shortcode, widget, and 
   block support.

## Meta

 *  Verze **1.2.0**
 *  Poslední aktualizace **před 5 měsíců**
 *  Aktivních instalací **30+**
 *  Verze WordPressu ** 6.0 nebo novější **
 *  Testováno až do WordPressu **6.8.5**
 *  Verze PHP ** 7.4 nebo novější **
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/weatherbot/)
 * Štítků
 * [Google weather](https://cs.wordpress.org/plugins/tags/google-weather/)[Live Weather](https://cs.wordpress.org/plugins/tags/live-weather/)
   [local weather](https://cs.wordpress.org/plugins/tags/local-weather/)[weather](https://cs.wordpress.org/plugins/tags/weather/)
   [weather widget](https://cs.wordpress.org/plugins/tags/weather-widget/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/weatherbot/advanced/)

## Hodnocení

 5 z 5 hvězdiček.

 *  [  1 5hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/weatherbot/reviews/?filter=5)
 *  [  0 4hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/weatherbot/reviews/?filter=4)
 *  [  0 3hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/weatherbot/reviews/?filter=3)
 *  [  0 2hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/weatherbot/reviews/?filter=2)
 *  [  0 1hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/weatherbot/reviews/?filter=1)

[Přidat moje hodnocení](https://wordpress.org/support/plugin/weatherbot/reviews/#new-post)

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/weatherbot/reviews/)

## Spolupracovníci

 *   [ RoxxiStudios ](https://profiles.wordpress.org/roxxistudios/)

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/weatherbot/)