Title: HumansNotBots &#8212; Easy, Accessible Email Cloaker
Author: zingming
Published: <strong>10.08.2010</strong>
Last modified: 28.12.2013

---

Поиск плагинов

Этот плагин **не тестировался с последними 3 основными выпусками WordPress**. Скорее
всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

![](https://s.w.org/plugins/geopattern-icon/humansnotbots.svg)

# HumansNotBots — Easy, Accessible Email Cloaker

 Автор: [zingming](https://profiles.wordpress.org/zingming/)

[Скачать](https://downloads.wordpress.org/plugin/humansnotbots.3.2.zip)

 * [Детали](https://ru.wordpress.org/plugins/humansnotbots/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/humansnotbots/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/humansnotbots/#installation)
 * [Разработка](https://ru.wordpress.org/plugins/humansnotbots/#developers)

 [Поддержка](https://wordpress.org/support/plugin/humansnotbots/)

## Описание

This email cloaking method:

 * is accessible for people browsing with screen readers (e.g., blind people);
 * degrades gracefully for browsers without JavaScript;
 * works just like a normal, clickable email address for browsers with JavaScript
   enabled; and
 * requires no shortcodes.

Email addresses in the form `email AT address DOT com` are converted to a clickable
version, [email@address.com](https://ru.wordpress.org/plugins/humansnotbots/email@address.com?output_format=md),
if JavaScript is enabled. If JavaScript is not enabled (such as for screen readers),
then the email address in the form `email AT address DOT com` is still readable 
to humans.

## Скриншоты

 * [[
 * Compose posts with email addresses in the form `email AT address DOT com`.
 * [[
 * The post should show a clickable email address.
 * [[
 * If you view the HTML source, the email scraping bots can only see `email AT address
   DOT com`.

## Установка

Unzip the zip file into the `/wp-content/plugins/` directory. Activate the plugin
through the ‘Plugins’ menu in WordPress.

## Часто задаваемые вопросы

  Won’t email scrapers figure out email addresses in the form `email AT address 
DOT com`?

In a test comparing the [effectiveness of different obfuscation methods](http://techblog.tilllate.com/2008/07/20/ten-methods-to-obfuscate-e-mail-addresses-compared/)
in 2008, the obfuscation method «Using ATs and DOTs» received much less spam than«
Replacing @ and . with Entities». Assuming that the 2008 test is an accurate model,
this plugin should reduce over 99% of spam without compromising accessibility.

«CSS display: none» should _not_ be used, because screen readers cannot read content
styled with `display: none` either. Reversing email addresses and using ROT-13 encryption
are obviously not accessible, either.

  Do email addresses that end with «.ca» or «.info» work?

Yes. Any email address with a TLD (top-level domain) of two, three, or four characters
would work.

  Do email addresses that end with «co.uk» work?

Yes. Email address that end in «co.uk» always worked, but as of version 3.2, you
can use the intuitive form: email AT address DOT co.uk.

  Something is broken.

Remember that the `AT` and `DOT` must be all uppercase (capital letters). You can
also try going to Settings and change the replacement method to «Walk the DOM», 
which is the new default for version 3.0+.

If you still have problems, you can post your question in the [forum](https://wordpress.org/tags/humansnotbots?forum_id=10#postform)
and make sure your post has the tag `humansnotbots`. Another option is to post your
question [here](http://zingming.wordpress.com/wordpress-plugins/).

## Отзывы

![](https://secure.gravatar.com/avatar/50334797c73c2414bdf26f25ea731eefabb916a2bf700595f8fe1253d1eeb442?
s=60&d=retro&r=g)

### 󠀁[The best email cloaking solution](https://wordpress.org/support/topic/the-best-email-cloaking-solution/)󠁿

 [web_mistress00](https://profiles.wordpress.org/web_mistress00/) 19.04.2018

Why this doesn’t have more reviews, I have no idea. I use this plugin religiously
and it’s perfect — easy for clients to use, protects them from spamming. A must-
have.

![](https://secure.gravatar.com/avatar/aa662724626eb1fe69d8efbc8da138816a7c75938cc77ecbed5dd7c067b31e9b?
s=60&d=retro&r=g)

### 󠀁[still works](https://wordpress.org/support/topic/still-works-89/)󠁿

 [kOoLiNuS](https://profiles.wordpress.org/koolinus/) 03.09.2016

After all those years the plugin still works and serves me well under a number of
installations.

 [ Посмотреть все 2 отзыва ](https://wordpress.org/support/plugin/humansnotbots/reviews/)

## Участники и разработчики

«HumansNotBots — Easy, Accessible Email Cloaker» — проект с открытым исходным кодом.
В развитие плагина внесли свой вклад следующие участники:

Участники

 *   [ zingming ](https://profiles.wordpress.org/zingming/)

[Перевести «HumansNotBots — Easy, Accessible Email Cloaker» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/humansnotbots)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/humansnotbots/), проверьте
[SVN репозиторий](https://plugins.svn.wordpress.org/humansnotbots/), или подпишитесь
на [журнал разработки](https://plugins.trac.wordpress.org/log/humansnotbots/) по
[RSS](https://plugins.trac.wordpress.org/log/humansnotbots/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

#### 3.2

 * Updated to allow intuitive form of .co.uk email addresses, i.e., email AT address
   DOT co.uk.

#### 3.1

 * Fixed bug in node replacement logic for Walk the DOM method

#### 3.0

 * Added support for internationalization.
 * Changed default replacement method to «Walk the DOM», because «innerHTML» had
   problems with IE.

#### 2.1

 * DOM replacement method should be faster.
 * Improved JavaScript code for efficiency and readability.

#### 2.0

 * Added option to use another method if the HumansNotBots plugin is incompatible
   with the WP-Cumulus plugin

#### 1.3

 * Moved script from body onload to wp_footer
 * Improved humansnotbots.js

#### 1.2

 * Fixed error that emptied body class values
 * Supports Hybrid theme
 * Used wp_enqueue_script to add JS instead of printing to wp_head

#### 1.1

 * Fixed error that caused PHP to throw a function.join warning

## Мета

 *  Версия **3.2**
 *  Обновление: **12 лет назад**
 *  Активных установок: **200+**
 *  Версия WordPress ** 3.0.1 или выше **
 *  Совместим вплоть до: **3.7.41**
 *  Язык
 * [English (US)](https://wordpress.org/plugins/humansnotbots/)
 * Метки:
 * [email](https://ru.wordpress.org/plugins/tags/email/)[email obfuscation](https://ru.wordpress.org/plugins/tags/email-obfuscation/)
   [email obfuscator](https://ru.wordpress.org/plugins/tags/email-obfuscator/)[spam](https://ru.wordpress.org/plugins/tags/spam/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/humansnotbots/advanced/)

## Оценки

 5 из 5 звёзд.

 *  [  2 5-звездный отзыв     ](https://wordpress.org/support/plugin/humansnotbots/reviews/?filter=5)
 *  [  0 4-звездный отзыв     ](https://wordpress.org/support/plugin/humansnotbots/reviews/?filter=4)
 *  [  0 3-звездный отзыв     ](https://wordpress.org/support/plugin/humansnotbots/reviews/?filter=3)
 *  [  0 2-звездный отзыв     ](https://wordpress.org/support/plugin/humansnotbots/reviews/?filter=2)
 *  [  0 1-звездный отзыв     ](https://wordpress.org/support/plugin/humansnotbots/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/humansnotbots/reviews/#new-post)

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/humansnotbots/reviews/)

## Участники

 *   [ zingming ](https://profiles.wordpress.org/zingming/)

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/humansnotbots/)