Say Goodbye to comment spam on your WordPress blog or website. Antispam Bee blocks spam comments and trackbacks effectively, without captchas and without sending personal information to third party services. It is free of charge, ad-free and 100% GDPR compliant.
Feature/Settings Overview
Trust approved commenters.
Trust commenters with a Gravatar.
Consider the comment time.
Allow comments only in a certain language.
Block or allow commenters from certain countries.
Treat BBCode links as spam.
Use regular expressions.
Search local spam database for commenters previously marked as spammers.
Notify admins by e-mail about incoming spam.
Delete existing spam after n days.
Limit approval to comments/pings (will delete other comment types).
Select spam indicators to send comments to deletion directly.
Optionally exclude trackbacks and pingbacks from spam detection.
Optionally spam-check comment forms on archive pages.
Display spam statistics on the dashboard, including daily updates of spam detection rate and a total of blocked spam comments.
If you don’t know how to install a plugin for WordPress, here’s how.
Requirements
PHP 5.2.4 or greater
WordPress 4.5 or greater
Settings
After you have activated Antispam Bee the plugin will block spam comments out of the box. However, you may want to visit Settings → Antispam Bee to configure your custom set of anti-spam options that works best for your site.
سوالات متداول
Does Antispam Bee prevents spam registrations or protects form plugins?
Antispam Bee works best with default WordPress comments. It does not help to protect form plugins and does not prevent spam registrations. Hopefully we can provide better hooks for third party plugins to use Antispam Bee to fill this gap in the forthcoming new major version.
Does Antispam Bee work with Jetpack, wpDiscuz, Disqus Comments and similar comment plugins?
Antispam Bee works best with default WordPress comments. It is not compatible with Jetpack, wpDiscuz or Disqus Comments as those plugins load a new comment form within an iframe. Thus Antispam Bee can not access the comment form directly.
Does Antispam Bee work with AJAX comment plugins or similar theme features?
Whether Antispam Bee works with a comment form submitted via AJAX depends on how the AJAX request is made. If the request goes to the file that usually also receives the comments, Antispam Bee could work with it out of the box (the WP Ajaxify Comments plugin does this, for example).
If the comments are sent to the admin-ajax.php, the antispam_bee_disallow_ajax_calls filter must be used to run ASB for requests to that file as well. If the script does not send all form data to the file, but only some selected ones, further customization is probably necessary, as exemplified in this post by Torsten Landsiedel (in German).
Does Antispam Bee store any private user data, and is it compliant with GDPR?
Antispam Bee is developed in Europe. You might have heard we can be a bit nitpicky over here when it comes to privacy. The plugin does not save private user data and is 100% compliant with GDPR.
Will I have to edit any theme templates to get Antispam Bee to work?
No, the plugin works as is. You may want to configure your favorite settings, though.
Does Antispam Bee work with shortened IPs?
Generally yes. However, commissioning the Antispam Bee plugin for canceled or shortened IP addresses in comment metadata is not recommended. Because the name and the e-mail address of the comments are not unique, an IP address is the only reliable measure. The more complete the stored IP addresses, the more reliable the assignment or detection of spam.
How can I submit undetected spam?
If the antispam plugin has passed some spam comments, these comments can be reported for analysis. A Google table was created for this purpose.
Antispam Bee with Varnish?
If WordPress is operated with Apache + Varnish, the actual IP address of the visitors does not appear in WordPress. Accordingly the Antispam-Plugin lacks the base for the correct functionality. An adaptation in the Varnish configuration file /etc/varnish/default.vcl provides a remedy and forwards the original (not from Apache) IP address in the HTTP header X-Forwarded-For:
if (req.restarts == 0) {
set req.http.X-Forwarded-For = client.ip;
}
Are there some paid services or limitations?
No, Antispam Bee is free forever, for both private and commercial projects. You can use it on as many sites as you want. There is no limitation to the number of sites you use the plugin on.
You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team helps validate, triage and handle any security vulnerabilities. Report a security vulnerability.
Simple to set up and use. Catches all the spam and deletes it before I get a chance to see it. Might miss one or two pieces a week, but that's still better than JetPack and it preserves my users' privacy.
The plugin does exactly what you are expecting it to do: it stops comment spam. It is non-intrusive and extremely efficient. I haven't seen a single spam comment on my blog for many years now. Kudos.
On one of my sites, I was having a real tough time with crap like, slot machines and by bitcoin and just all this junk I had to go and delete. Today I found "1" after months of not going into the back end of this site, ONE spam and I hit spam and it went away... Later today, I'm going to go load antispam bee on all my clients sites.... I've had clients with thousands of spams and I don't have time for this... Oh and I tried jetpack, it caused issues and I deleted it won't bother with it again.
I tried so many, even the most famous ones, but they all still passed spam, and I was forced to delete them at least every 3 days. With this plugin spam zero, you read it right zero!
Works quite well without calling out to a remote service, and doesn't require your visitors to be using JavaScript. (Seriously, I posted a test comment using Dillo and it showed up in the moderation queue!) No need to deal with API keys or licensing.
There are some optional tactics that will call a remote service for things like language identification, but so far it's doing the job fine without them!
The only problem I've had with it is that it only acts on comments, not on other features like contact forms.
Antispam Bee
توسط pluginkollektiv
گزارش خرابی
اگر با مشکلی مواجه شدهاید،
لطفاً آن را با جزئیات برای ما ارسال کنید.
🔒 برای ثبت گزارش خرابی باید وارد سایت شوید.
ورود / ثبت نام به سایت
Say Goodbye to comment spam on your WordPress blog or website. Antispam Bee blocks spam comments and trackbacks effectively, without captchas and without sending personal information to third party services. It is free of charge, ad-free and 100% GDPR compliant.
Feature/Settings Overview
Support
Contribute
Credits
Requirements
Settings
After you have activated Antispam Bee the plugin will block spam comments out of the box. However, you may want to visit Settings → Antispam Bee to configure your custom set of anti-spam options that works best for your site.
سوالات متداول
Antispam Bee works best with default WordPress comments. It does not help to protect form plugins and does not prevent spam registrations. Hopefully we can provide better hooks for third party plugins to use Antispam Bee to fill this gap in the forthcoming new major version.
Antispam Bee works best with default WordPress comments. It is not compatible with Jetpack, wpDiscuz or Disqus Comments as those plugins load a new comment form within an iframe. Thus Antispam Bee can not access the comment form directly.
Whether Antispam Bee works with a comment form submitted via AJAX depends on how the AJAX request is made. If the request goes to the file that usually also receives the comments, Antispam Bee could work with it out of the box (the WP Ajaxify Comments plugin does this, for example).
If the comments are sent to the
admin-ajax.php, theantispam_bee_disallow_ajax_callsfilter must be used to run ASB for requests to that file as well. If the script does not send all form data to the file, but only some selected ones, further customization is probably necessary, as exemplified in this post by Torsten Landsiedel (in German).Antispam Bee is developed in Europe. You might have heard we can be a bit nitpicky over here when it comes to privacy. The plugin does not save private user data and is 100% compliant with GDPR.
No, the plugin works as is. You may want to configure your favorite settings, though.
Generally yes. However, commissioning the Antispam Bee plugin for canceled or shortened IP addresses in comment metadata is not recommended. Because the name and the e-mail address of the comments are not unique, an IP address is the only reliable measure. The more complete the stored IP addresses, the more reliable the assignment or detection of spam.
If the antispam plugin has passed some spam comments, these comments can be reported for analysis. A Google table was created for this purpose.
If WordPress is operated with Apache + Varnish, the actual IP address of the visitors does not appear in WordPress. Accordingly the Antispam-Plugin lacks the base for the correct functionality. An adaptation in the Varnish configuration file /etc/varnish/default.vcl provides a remedy and forwards the original (not from Apache) IP address in the HTTP header X-Forwarded-For:
No, Antispam Bee is free forever, for both private and commercial projects. You can use it on as many sites as you want. There is no limitation to the number of sites you use the plugin on.
A complete documentation is available on pluginkollektiv.org.
You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team helps validate, triage and handle any security vulnerabilities. Report a security vulnerability.
نظرات کاربران
Works better than JetPack
By
Terence Eden (edent) on March 14, 2026
Simple to set up and use. Catches all the spam and deletes it before I get a chance to see it. Might miss one or two pieces a week, but that's still better than JetPack and it preserves my users' privacy.
Nice!
By
mark ball (mballew) on October 18, 2025
Very Well Done, easy to get started, clear nav, easy easy easy, thank you.
Just Works ™
By
xpil on July 7, 2025
The plugin does exactly what you are expecting it to do: it stops comment spam. It is non-intrusive and extremely efficient. I haven't seen a single spam comment on my blog for many years now. Kudos.
Exceptional plugin
By
justinw1970 on May 25, 2025
Have used this for years. Should have left a review before now. This is a real gem of a plugin. Have it on all my sites. Long may it continue!
Easy and Clean
By
Jason Ball (jasonfintips) on May 5, 2025
Easy and clean to use.
I had to find where to review... impressed!
By
hmibarrylsalter on March 10, 2025
On one of my sites, I was having a real tough time with crap like, slot machines and by bitcoin and just all this junk I had to go and delete. Today I found "1" after months of not going into the back end of this site, ONE spam and I hit spam and it went away... Later today, I'm going to go load antispam bee on all my clients sites.... I've had clients with thousands of spams and I don't have time for this... Oh and I tried jetpack, it caused issues and I deleted it won't bother with it again.
Incredible!
By
dolceremy (centoasa) on March 7, 2025
I tried so many, even the most famous ones, but they all still passed spam, and I was forced to delete them at least every 3 days. With this plugin spam zero, you read it right zero!
Sehr zuverlässig
By
hmgt (hugomarianogimeneztoledo) on February 12, 2025
Ich verwende das Plugin seit Jahren und bin sehr zufrieden.
Easy to use and works well.
By
Web Design Cheshire (coderra) on January 20, 2025
Easy to setup and use and is highly effective.
Privacy-friendly spam filter
By
kelson (Kelson) on December 15, 2024
Works quite well without calling out to a remote service, and doesn't require your visitors to be using JavaScript. (Seriously, I posted a test comment using Dillo and it showed up in the moderation queue!) No need to deal with API keys or licensing.
There are some optional tactics that will call a remote service for things like language identification, but so far it's doing the job fine without them!
The only problem I've had with it is that it only acts on comments, not on other features like contact forms.
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
ورود / ثبت نام
عنوان
×قیمت:
رایگان
نگارش
2.6.0
آخرین انتشار
6 اردیبهشت 1405
آخرین بروزرسانی
2 ماه پیش
نصب های فعال
700,000+
نگارش وردپرس
وردپرس 4.6+
تست شده از نسخه
وردپرس 7.0
نگارش PHP
PHP 5.2+
تگ ها
anti-spam antispam comments spam-filter spam-protection
نسخه ها
58 نسخه
نیاز به پشتیبانی دارید ؟
کارشناسان ما آماده پاسخگویی هستند
افزونه های مرتبط
Cache by Folium
★★★★☆ 84.0/۱۰۰
(10 امتیاز)
Fast, easy to use cache for WordPress with option for up-to 3 separate CDN’s – for js, css & images from 3 providers. Added
Dienstplan
Dienstplan is a self-hosted shift and duty roster planner for WordPress. It is built for organisations that run on volunteers — fire departments, emergency
Cashu For WooCommerce
A secure Cashu payment gateway for your WooCommerce store. This plugin adds a checkout that accepts Lightning or Cashu ecash, paying out to your
Quote & Cut
Quote & Cut connects WooCommerce to the Quote & Cut cloud service for laser-cutting and sheet-optimization workflows. With this plugin you can: Accept DXF
Simple Stopwatch Easy to Use
Simple Stopwatch Easy to Use lets you embed a fully functional stopwatch anywhere on your WordPress site using a simple shortcode. Features: Start, Stop,
RoidNet URL Shortener and Link Tracker
A lightweight, secure, and self-hosted solution to shorten URLs, track link clicks, and generate WhatsApp chat links. RoidNet URL Shortener and Link Tracker is