Description
Astro Zodiac Widget adds a beautiful, interactive astrology tool to any WordPress page or post using a simple shortcode.
Visitors enter their birthday and immediately see:
- 🔮 Their Western zodiac sign with glyph symbol and date range
- 🌿 Their sign’s element (Fire, Earth, Air, Water) and ruling planet
- ✨ Key personality traits as visual tags
- 📖 A short character description
- 🌟 A daily horoscope reading that refreshes each day
Everything runs in the visitor’s browser — no personal data is collected or stored.
Usage
Place the following shortcode anywhere in a post or page:
[astro_zodiac]
You can also customize the widget title:
[astro_zodiac title="What's Your Sign?"]
Why Use This Plugin?
- Perfect for astrology blogs, horoscope websites, and spiritual content creators
- Zero configuration — paste the shortcode and it works
- Fully client-side: no server requests, no database writes, no privacy concerns
- Responsive design — looks great on all screen sizes
- Lightweight: no jQuery dependency, no external API calls
- Daily horoscope rotates automatically each day
Privacy
This plugin does not collect, store, share, or transmit any user data whatsoever. All calculations are performed locally in the visitor’s browser. It is fully compliant with GDPR, CCPA, and similar privacy regulations.
Installation
- Upload the
astro-zodiac-widgetfolder to/wp-content/plugins/, or install directly from the WordPress Plugin Directory. - Activate the plugin through the Plugins menu in WordPress.
- Add
[astro_zodiac]to any post, page, or widget area that supports shortcodes.
FAQ
-
Which zodiac system does this plugin use?
-
The plugin uses the Western tropical zodiac — the twelve-sign system based on the position of the Sun at birth, widely used in Western astrology.
-
How is the daily horoscope generated?
-
Each sign has a curated set of daily readings. The plugin selects one reading per day based on the current date, so the reading remains consistent throughout the day for all visitors.
-
Does the plugin use any external APIs?
-
No. Everything runs locally in the visitor’s browser. There are no external API calls, no third-party services, and no data transmission of any kind.
-
Can I change the widget title?
-
Yes. Use the
titleattribute:[astro_zodiac title="Discover Your Sign"] -
Does the plugin work with the Block Editor (Gutenberg)?
-
Yes. You can use the Shortcode block to insert
[astro_zodiac]anywhere on a page. -
Will this slow down my website?
-
No. The plugin only loads its CSS and JavaScript on pages that contain the shortcode. It has zero impact on all other pages.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Astro Zodiac Widget” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Astro Zodiac Widget” 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.0
- Initial release