Honeypot Anti-Spam

描述

Honeypot Anti-Spam stops comment spam in WordPress using the honeypot technique – with no captcha, no puzzles and nothing for your visitors to solve.

Spam bots automatically fill in a hidden field that real visitors never see. The moment they do, the comment is flagged as spam. The result: cleaner comments, zero friction for genuine users and no annoying CAPTCHA.

Why Honeypot Anti-Spam?

  • No captcha – completely invisible to visitors, nothing to type or click.
  • Zero configuration – install, activate, done. There are no settings to touch.
  • Lightweight and fast – a tiny script with no bloat and no impact on page speed.
  • Privacy friendly – no external services, no tracking, no data leaves your site.
  • Native WordPress comments – works out of the box with the standard comment form.

How the honeypot technique works

The honeypot antispam technique adds a hidden field to your comment form via JavaScript. A legitimate visitor never sees this field and therefore never fills it in. Spam bots, however, detect it and fill it in, so the comment or submission is immediately classified as spam.

Honeypot Anti-Spam has NO options and NO configuration. To get it working you only have to install and activate it. Nothing else.

Bundled by default with

Raiola Networks WordPress hosting service.

安装

  1. Install and activate the plugin from your WordPress dashboard.
  2. That’s it! There is nothing else to do.

常见问题

Is the honeypot technique effective against comment spam?

Yes, it is very effective against spam bots, although it does NOT work against manual spam. In any case, in 99.99% of cases spam is sent automatically by bots.

Does it really work without a captcha?

Yes. There is no CAPTCHA, no math question and nothing for your visitors to solve. The protection is a hidden field that only spam bots interact with, so the experience for real users is completely transparent.

Will it slow down or affect my WordPress site?

No. The system is completely automatic and does not affect the normal operation of WordPress: it is transparent and extremely lightweight. In very rare cases a plugin may conflict with the JavaScript used to insert the honeypot field, but this happens very rarely.

Does it work with caching plugins?

Yes. The honeypot field is handled with client-side JavaScript, so it works fine alongside full-page caching plugins.

Does it collect or send any data?

No. Honeypot Anti-Spam does not track visitors and does not send any data to external services. Everything happens on your own site.

Can I use Honeypot Anti-Spam with Disqus or wpDiscuz?

No, Honeypot Anti-Spam is not compatible with comment systems other than the native WordPress one.

评价

2026 年 2 月 20 日
Tenía un problema con la cantidad de correos que me llegaban diariamente a causa del spam en comentarios de todas las instalaciones de WordPress que gestiono. Fue instalar este plugin y solucionado. Sin tener que configurar nada. Arreglado
2025 年 7 月 23 日
Una herramienta muy útil para tener en tu instalación para prevenir el span. Además con la garantía de Raiola, como todo lo que hacen. Hosting estupendos, rapidos, un soporte técnico genial, artículos súper útilies y un equipo humano muy top.
2024 年 9 月 17 日
Forget about all the other antispam plugins out there. They are all unnecessarily big. This is just what you need, a simple tool to block the spam for comments.
2021 年 12 月 17 日
Pues lo dicho, añade un honeypot en el formulario de comentarios de WordPress haciendo que el bot de spam se detale y enviando el comentario directamente al SPAM. Muy útil si quieres abrir los comentarios sin moderación. Sin configuraciones ni nada, solo activar y listo.
阅读所有12条评价

贡献者及开发者

「Honeypot Anti-Spam」是开源软件。 以下人员对此插件做出了贡献。

贡献者

「Honeypot Anti-Spam」插件已被翻译至 9 种本地化语言。 感谢所有译者为本插件所做的贡献。

帮助将「Honeypot Anti-Spam」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.1.1 – 2026-05-28

  • Fixed and completed the Spanish translation (notices, messages and settings that were shown in English).
  • Unified the statistics text into a single translatable string with placeholders.
  • Fixed a typo in the translation (“Guadar” -> “Guardar”).
  • Fixed the support page URL (.es -> .com).

1.1.0 – 2026-05-28

  • Compatibility with WordPress 7.0 and PHP 7.4-8.x.
  • Security: escaping of all output, nonce and capability checks on the screen options, and input sanitization ($_POST/$_SERVER with wp_unslash).
  • Settings API: register_setting with sanitize_callback and removal of the unnecessary option write on every admin load.
  • Admin notices migrated to wp_admin_notice() (replaces the deprecated update-nag class).
  • Fixed an undefined variable and replaced date() with gmdate().
  • Updated plugin headers: Requires at least, Requires PHP, License/License URI.

1.0.5 – 2024-08-01

  • JS code linting.
  • PHP JS code linting.
  • Prepare plugin for new major version.

1.0.4 – 2022-10-20

  • Added a conditional for webmention comment types.
  • Refactored conditional with strict operators.
  • Fixed a wrong URL on the settings page.
  • Thanks: @danidub (https://wordpress.org/support/topic/algunos-errores-encontrados/)

1.0.3 – 2021-12-14

  • Fixed minor issues.

1.0.2 – 2020-05-01

  • Improved the spam detection logic.

1.0.1 – 2020-04-30

  • Fixed a JS issue.

1.0 – 2020-04-24

  • First version.