Skip to content

Commit acc78cd

Browse files
authored
Merge pull request #329 from librecaptcha/add-wordpress-plugin-7710305599071125477
Add WordPress plugin for LibreCaptcha integration
2 parents 19952dc + 0bf18ae commit acc78cd

4 files changed

Lines changed: 516 additions & 10 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,16 @@ Things to do in the future:
216216
* Sandboxed plugin architecture
217217
* Audio CAPTCHA samples
218218
* Interactive CAPTCHA samples
219+
220+
## WordPress Plugin
221+
222+
A WordPress plugin is included to protect forms on your WordPress site (such as Comments, Login, and Registration).
223+
224+
### Installation
225+
1. Copy the `plugins/wordpress/librecaptcha.php` file (or the `plugins/wordpress` directory) to your WordPress `wp-content/plugins/` directory.
226+
2. Log into your WordPress admin dashboard and go to **Plugins**.
227+
3. Activate the **LibreCaptcha** plugin.
228+
4. Navigate to **Settings > LibreCaptcha**.
229+
5. Enter the **LibreCaptcha Server URL** (e.g., `http://localhost:8888`).
230+
6. Adjust the JSON configuration and select the forms you wish to protect.
231+
7. You can also use the `[librecaptcha]` shortcode to embed the CAPTCHA in custom pages.

0 commit comments

Comments
 (0)