Описание
Obfuscate your email address by using a simple shortcode. Because the obfuscation is purely done in CSS, the email address remains readable for screen reader software.
Usage
Email address only:
[css-email-obfuscator]you@example.com[/css-email-obfuscator]
Clickable email address:
[css-email-obfuscator mailto="yes"]you@example.com[/css-email-obfuscator]
Clickable email address with custom link text:
[css-email-obfuscator mailto="yes" email="you@example.com"]Contact me[/css-email-obfuscator]
Установка
- Upload the
css-email-obfuscatorfolder to/wp-content/plugins/ - Activate the plugin (CSS Email Obfuscator) through the
Pluginsmenu in WordPress - Use the shortcode in any post, page or custom post type.
Часто задаваемые вопросы
- Is JavaScript required to obfuscate the email address?
-
No. This solution is purely based on CSS and won’t use JavaScript at all.
- Are screen readers able to read the obfuscated email address?
-
Yes, because obfuscation is made using pure CSS.
- Is the clickable email address still obfuscated?
-
Yes, but due to the limitations of CSS, the contents of the
hrefattribute will be encoded as ASCII entities. - Does the plugin work with punnycode (umlaut) domains in email addresses?
-
Yes, as long as your blog’s charset is set to UTF-8 (wich is default).
Отзывы
Участники и разработчики
«CSS Email Obfuscator» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «CSS Email Obfuscator» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.0.0
- Первый релиз


