This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

CSS Email Obfuscator

توضیحات

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]

عکس‌های صفحه

  • Email address only
  • Clickable email address
  • Clickable email address with custom link text

نصب

  1. Upload the css-email-obfuscator folder to /wp-content/plugins/
  2. Activate the plugin (CSS Email Obfuscator) through the Plugins menu in WordPress
  3. 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 href attribute 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).

نقد و بررسی‌ها

5 آوریل 2020
I was in need of hiding email addresses, and installed CSS Email Obfuscator. It has worked great so far. It opens my email client properly.
خواندن تمامی 2 نقد و بررسی‌

توسعه دهندگان و همکاران

“CSS Email Obfuscator” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “CSS Email Obfuscator” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

1.0.0

  • Initial release