Skip to content

Commit 13c3d24

Browse files
committed
fix: split Plugin URI from Author URI and sync README brand
1 parent 455b068 commit 13c3d24

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<p align="center">
22
<a href="https://roxyapi.com">
3-
<img src="https://raw.githubusercontent.com/RoxyAPI/sdk-wordpress/main/assets/hero.png" alt="Astrology, Horoscope, Tarot, Numerology by Roxy. Shortcodes and Gutenberg blocks for WordPress. One API key, server side rendering." width="100%">
3+
<img src="https://raw.githubusercontent.com/RoxyAPI/sdk-wordpress/main/assets/hero.png" alt="Astrology, Horoscope, Tarot, Numerology by RoxyAPI. Shortcodes and Gutenberg blocks for WordPress. One API key, server side rendering." width="100%">
44
</a>
55
</p>
66

7-
# Astrology, Horoscope, Tarot, Numerology by Roxy
7+
# Astrology, Horoscope, Tarot, Numerology by RoxyAPI
88

99
[![WordPress Plugin Version](https://img.shields.io/wordpress/plugin/v/roxyapi.svg)](https://wordpress.org/plugins/roxyapi/)
1010
[![WordPress Plugin Active Installs](https://img.shields.io/wordpress/plugin/installs/roxyapi.svg)](https://wordpress.org/plugins/roxyapi/)
@@ -19,7 +19,7 @@ The only multi domain spiritual intelligence plugin for WordPress. Drop daily ho
1919
Interactive forms for your visitors. Gutenberg blocks for your editor. Shortcodes for anywhere else. Server side rendering keeps your API key out of the browser. Transient caching keeps your quota intact.
2020

2121
- **17 hero blocks and shortcodes** covering western astrology, vedic astrology (kundli, panchang, mangal dosha, KP chart, gun milan), tarot (daily, three card, yes or no), numerology, biorhythm, angel numbers, crystals by zodiac, current moon phase, and two-chart compatibility (synastry, gun milan, Western compatibility).
22-
- **116 auto generated shortcodes** for the long tail. Every endpoint in the RoxyAPI OpenAPI spec is reachable from a shortcode.
22+
- **117 auto generated shortcodes** for the long tail. Every endpoint in the RoxyAPI OpenAPI spec is reachable from a shortcode.
2323
- **Form mode on every hero shortcode.** Let visitors submit their own sign, name, birth date, or question and render a personalized reading. No JavaScript required.
2424
- **Zero client side secrets.** All calls run in PHP. The API key never reaches the browser.
2525

@@ -85,7 +85,7 @@ Form submissions post back to the same page over HTTPS. The plugin validates the
8585

8686
## Gutenberg blocks
8787

88-
In the block editor, open the inserter and pick a block from the **Roxy** category. Ten hero blocks, each with a variation picker:
88+
In the block editor, open the inserter and pick a block from the **RoxyAPI** category. Ten hero blocks, each with a variation picker:
8989

9090
- **Horoscope** (daily, weekly, monthly, love, career, Chinese)
9191
- **Natal Chart**
@@ -102,9 +102,9 @@ Every block renders server side through the same RoxyAPI client the shortcodes u
102102

103103
## Quick start
104104

105-
1. **Install.** Plugins, Add New, search "Astrology Horoscope Tarot Numerology by Roxy", click Install Now, then Activate.
105+
1. **Install.** Plugins, Add New, search "Astrology Horoscope Tarot Numerology by RoxyAPI", click Install Now, then Activate.
106106
2. **Get an API key.** Pick a plan at [roxyapi.com/pricing](https://roxyapi.com/pricing). One key covers every reading. Pricing is shown in your local currency.
107-
3. **Paste the key.** Roxy menu in the WordPress admin, paste the key, Save key. The plugin encrypts the key at rest via AES 256 CTR.
107+
3. **Paste the key.** RoxyAPI menu in the WordPress admin, paste the key, Save key. The plugin encrypts the key at rest via AES 256 CTR.
108108
4. **Drop a shortcode.** Add `[roxy_horoscope]` to any page and publish. Visitors can now pick their sign and read their horoscope.
109109

110110
That is the whole setup. Thirty minutes from install to live page.
@@ -149,7 +149,7 @@ Every endpoint is cached with a per endpoint TTL so cached responses do not cost
149149

150150
## Settings and privacy
151151

152-
The Roxy admin page is split into five tabs:
152+
The RoxyAPI admin page is split into five tabs:
153153

154154
- **Connect.** Paste the API key, test the connection.
155155
- **Branding.** Accent color, opt in to a discreet credit line under each reading.

roxyapi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Plugin Name: Astrology, Horoscope, Tarot, Numerology by RoxyAPI
4-
* Plugin URI: https://roxyapi.com
4+
* Plugin URI: https://roxyapi.com/docs/integrations/wordpress
55
* Description: Add astrology, daily horoscopes, tarot card pulls, numerology readings, and Vedic and Western birth charts to any WordPress page. Blocks and shortcodes. Calculations cross-checked against the NASA JPL Horizons ephemeris.
66
* Version: 1.0.0
77
* Requires at least: 6.5

0 commit comments

Comments
 (0)