Title: AstroAstro Daily Horoscope
Author: astroastr
Published: <strong>June 20, 2026</strong>
Last modified: June 20, 2026

---

Search plugins

![](https://ps.w.org/astroastro-daily-horoscope/assets/banner-772x250.png?rev=3579389)

![](https://ps.w.org/astroastro-daily-horoscope/assets/icon-256x256.png?rev=3579389)

# AstroAstro Daily Horoscope

 By [astroastr](https://profiles.wordpress.org/astroastr/)

[Download](https://downloads.wordpress.org/plugin/astroastro-daily-horoscope.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/astroastro-daily-horoscope/#description)
 * [Reviews](https://wordpress.org/plugins/astroastro-daily-horoscope/#reviews)
 *  [Installation](https://wordpress.org/plugins/astroastro-daily-horoscope/#installation)
 * [Development](https://wordpress.org/plugins/astroastro-daily-horoscope/#developers)

 [Support](https://wordpress.org/support/plugin/astroastro-daily-horoscope/)

## Description

AstroAstro Daily Horoscope adds a WordPress widget that displays daily horoscope
summaries for the twelve zodiac signs. A dynamic Gutenberg block is also included
for sites that use the block editor.

The plugin uses the official AstroAstro API. If no API key is stored yet, the plugin
registers the current site domain with AstroAstro and stores the returned key locally.
It then uses that key to fetch daily horoscope summaries. If the API is temporarily
unavailable, local demonstration texts are displayed so site owners can still test
the widget layout.

Main features:

 * Configurable WordPress widget.
 * Dynamic Gutenberg block.
 * Column, row, and sidebar layouts.
 * Compact display by default, with a standard density option.
 * Display all zodiac signs or a single selected sign.
 * Included WebP icons for the twelve zodiac signs.
 * The sign name is always displayed as text.
 * Daily API response caching.
 * Daily cache purge at 00:01 using WP-Cron.
 * Attribution link to the full AstroAstro horoscope page below the widget.
 * Strict sanitization, validation, and escaping for API data and rendered output.

### External services

This plugin connects to the AstroAstro API to register the current site and retrieve
daily horoscope summaries. This service is required for the plugin to display current
daily horoscope content from AstroAstro.

Service provider: AstroAstro, https://astroastro.fr/

Terms of use: https://astroastro.fr/conditions-generales-dutilisation/

Privacy policy: https://astroastro.fr/politique-de-confidentialite/

Data sent during site registration:

 * The site’s domain name in the `site` request parameter.
 * The site URL in the technical `User-Agent` header generated for the API request.

Data sent when fetching horoscopes:

 * The site’s domain name in the `site` request parameter.
 * The locally stored API key in the `key` request parameter.
 * The site URL in the technical `User-Agent` header generated for the API request.

API endpoints used by this plugin:

 * `https://astroastro.fr/wp-json/astroastro/v1/horoscope-plugin/register`
 * `https://astroastro.fr/wp-json/astroastro/v1/horoscope-plugin`

The plugin does not send visitor names, email addresses, IP addresses, birth dates,
or individual visitor horoscope selections to AstroAstro.

### API

If no API key is stored yet, the plugin calls:

    ```
    POST https://astroastro.fr/wp-json/astroastro/v1/horoscope-plugin/register?site=example.com
    ```

If the POST request is not accepted, the plugin tries the same endpoint with GET.

Then, the plugin fetches horoscopes with:

    ```
    GET https://astroastro.fr/wp-json/astroastro/v1/horoscope-plugin?key=xxx&site=example.com
    ```

Expected JSON format:

    ```
    {
      "date": "2026-06-16",
      "servedDate": "2026-06-16",
      "fallback": false,
      "source": "AstroAstro",
      "source_url": "https://astroastro.fr/horoscope-du-jour/",
      "items": [
        {
          "sign": "belier",
          "name": "Bélier",
          "text": "Prenez du recul face aux malentendus pour mieux avancer."
        }
      ]
    }
    ```

### Security

The plugin uses WordPress APIs to:

 * sanitize and validate widget, block, and API data;
 * escape rendered output;
 * restrict API endpoints to allowed HTTPS AstroAstro hosts by default;
 * use the WordPress HTTP API for outbound requests;
 * clean plugin options, transients, and scheduled cron events during uninstall.

## Installation

 1. Upload the `astroastro-daily-horoscope` folder to `/wp-content/plugins/`.
 2. Activate the plugin from the WordPress Plugins screen.
 3. Go to Appearance > Widgets and add the “AstroAstro Daily Horoscope” widget to the
    desired widget area.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“AstroAstro Daily Horoscope” is open source software. The following people have 
contributed to this plugin.

Contributors

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

[Translate “AstroAstro Daily Horoscope” into your language.](https://translate.wordpress.org/projects/wp-plugins/astroastro-daily-horoscope)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/astroastro-daily-horoscope/),
check out the [SVN repository](https://plugins.svn.wordpress.org/astroastro-daily-horoscope/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/astroastro-daily-horoscope/)
by [RSS](https://plugins.trac.wordpress.org/log/astroastro-daily-horoscope/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.0.0**
 *  Last updated **3 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.2 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [astrology](https://wordpress.org/plugins/tags/astrology/)[daily horoscope](https://wordpress.org/plugins/tags/daily-horoscope/)
   [horoscope](https://wordpress.org/plugins/tags/horoscope/)[zodiac](https://wordpress.org/plugins/tags/zodiac/)
 *  [Advanced View](https://wordpress.org/plugins/astroastro-daily-horoscope/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/astroastro-daily-horoscope/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/astroastro-daily-horoscope/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/astroastro-daily-horoscope/)