Linux 软件免费装
Banner图

Email Obfuscate Shortcode

开发者 khromov
更新时间 2016年7月29日 06:41
PHP版本: 3.0 及以上
WordPress版本: 4.6
版权: GPL2

标签

email obfuscator email obfuscator spam stopper

下载

1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0

详情介绍:

Obfuscate your email address or other sensitive information with a shortcode to prevent harvesting of your data. Version 2.0 includes an improved way of displaying the email without relying on JavaScript document.write(); Usage Basic usage [email-obfuscate email="bob@example.com"] Setting custom link text [email-obfuscate email="bob@example.com" link_title="Email Bob!"] *Setting custom link title attribute" [email-obfuscate email="bob@example.com" tag_title="Email Bob!"] Using every available setting (this example shows their default values) [email-obfuscate email="bob@example.com" linkable="1" link_title="" use_htmlentities="1" use_noscript_fallback="1" noscript_message="Please enable JavaScript to see this field."] Usage from a template or plugin Below is a snippet that you can use in any template or plugin to apply the same obfuscation to an email as using the shortcode: if(function_exists('eos_obfuscate')) { echo eos_obfuscate(array('email' => $email, 'link_title' => 'Email Bob!')); } else { echo $email; } If the plugin is not enabled, the email address will just pass through and output in cleartext.

安装:

  1. Upload the email-obfuscate-shortcode folder to /wp-content/plugins/
  2. Activate the plugin (Email Obfuscate Shortcode) through the 'Plugins' menu in WordPress
  3. Use the shortcode in any post, page or custom post type.

屏幕截图:

  • Shortcode example in editor
  • Obfuscated JavaScript code as rendered to page

升级注意事项:

1.0 Initial release

更新日志:

2.0 1.3.3 1.3.2 1.3.1 1.3 1.2 1.1 1.0