How can something be compatible only up to wordpress 2.9 since it was last updated Last Updated: 2015-4-12?
]]>Hi,
i’m a web Developer for individual Web projects. I’m using your Antispam Plugin for comments and i think that it is a correct implentation of a Honeypot. but i have two little improvements:
1. from my experience it is better if the textareas are moved to an non visible area instead of set them only to “display: none”
the best way is in a css-class, for example:
.comment_message {
position: absolute;
left: -1000px;
top: -1000px;
width: 1px;
height: 1px;
overflow: hidden;
display: inline;
z-index: 1;
}
2. To fool the bots that they were successful, a success message should display after a spam request.
I hope you read my post and you could include it in the next version.
best regards
Falko
]]>Problem: Only a textarea is added without a label. So when blind people with a screenreader use it, the screenreader will show them the textfield even though it’s “display:none”. Maybe the fill it out, because they don’t know what it is used for.
Suggestion: Add a label like “If you are a human, do not fill in this field.”
]]>Extremely simple plugin, yet effective – exactly how I like it, thank you!
One question: Is it possible to completely delete spam comments even before they are added to the spam list? Maybe you could add this as an option?
Regards,
Jan
No readme.txt in ZIP.
]]>