Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ OpenBotAuth provides plugins for popular content management systems, allowing pu

| Plugin | Platform | Status |
|--------|----------|--------|
| [WordPress](wordpress.md) | WordPress 6.0+ | Available (manual install) |
| [WordPress](wordpress.md) | WordPress 6.0+ | [Available on WordPress.org](https://wordpress.org/plugins/openbotauth/) |

## Why Use Plugins?

Expand Down
29 changes: 11 additions & 18 deletions plugins/wordpress.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,18 @@ The OpenBotAuth WordPress plugin enables content owners to control how AI agents

## Installation

> **Note:** The plugin is currently under review at WordPress.org. For now, use manual installation.
### Install from WordPress.org (Recommended)

### Manual Installation
1. Go to **WordPress Admin → Plugins → Add New**
2. Search for **"OpenBotAuth"**
3. Click **Install Now**
4. Click **Activate**

**Option 1: Download and Upload**
Or install directly: [wordpress.org/plugins/openbotauth](https://wordpress.org/plugins/openbotauth/)

1. Download the plugin from GitHub:
```bash
git clone https://github.com/OpenBotAuth/openbotauth.git
cd openbotauth/plugins
zip -r wordpress-openbotauth.zip wordpress-openbotauth
```
### Manual Installation (Development)

2. Upload via WordPress Admin:
- Go to **Plugins → Add New → Upload Plugin**
- Choose the `wordpress-openbotauth.zip` file
- Click **Install Now**
- Click **Activate**

**Option 2: Copy to Plugins Directory**
For development or testing the latest changes:

```bash
# Clone the repository
Expand Down Expand Up @@ -192,9 +184,10 @@ add_action('openbotauth_payment_required', function($agent, $post, $price) {
2. Log out of WordPress
3. Check PHP error logs for verifier connection issues

## Source Code
## Links

GitHub: [OpenBotAuth/openbotauth](https://github.com/OpenBotAuth/openbotauth/tree/main/plugins/wordpress-openbotauth)
- **WordPress.org:** [wordpress.org/plugins/openbotauth](https://wordpress.org/plugins/openbotauth/)
- **GitHub:** [OpenBotAuth/openbotauth](https://github.com/OpenBotAuth/openbotauth/tree/main/plugins/wordpress-openbotauth)

## License

Expand Down