Linux 软件免费装
Banner图

Email Address Obfuscation

开发者 neotrendy
更新时间 2024年11月1日 04:04
捐献地址: 去捐款
PHP版本: 5.6 及以上
WordPress版本: 6.7
版权: GPLv2 or later
版权网址: 版权信息

标签

email protect anti-spam obfuscate obfuscation

下载

1.0.0 1.0.1 0.9.1 0.9.2

详情介绍:

A lightweight plugin that protects email addresses from email-harvesting bots, by converting email addresses characters to HTML entities. Hide email from Spam Bots using a shortcode [obfuscate_email] and built-in WordPress function antispambot(). Features Usage Obfuscate plain email address [obfuscate_email email="your@email.com"] Create clickable email address [obfuscate_email email="your@email.com" link=true] Add CSS class to the HTML anchor element [obfuscate_email email="your@email.com" link=true class="my-class another-class"] Shortcode parameter

屏幕截图:

  • Displaying email on frontend.
  • Obfuscated email address in source code.

升级注意事项:

1.0.0 Tested compatibility with WordPress 6.1.1. Added translation folder and POT file. 0.9.2 Tested compatibility with WordPress 6.0.3. 0.9.1 Upload to plugin hosting. 0.9.0 Initial release.

常见问题:

How does it work?

The plugin converts email addresses characters from email parameter of [obfuscate_email] shortcode to HTML entities. Email addresses on your web page will be obfuscated (hidden) from bots, while keeping them visible to humans. In fact, there are no visible changes to your website for visitors.

How can check if the plugin works?

View source code of your page (press Ctrl + U in web browser) and look for the place, where an email address is placed. You should see decimal entities instead of email address. ** Please note ** Inspector in developer tools automatically decode decimal and hexadecimal entities. You need to use View source code.

更新日志:

1.0.1 1.0.0 0.9.2 0.9.1 0.9.0