This shortcode allows you to obfuscate email addresses in your WordPress project. The obfuscation prevents spam bots (at least most of them) to scan your site for email addresses.
- Download the ZIP
- Install the plugin in WordPress by either uploading the unzipped plugin folder via (S)FTP or uploading the ZIP directly via the Plugins page in the WordPress back-end
- Activate the plugin
[email address="[email protected]"]
becomes
<span class="obfuscated">hi AT example.com DOT com</span>
[email address="[email protected]" text="Drop me an email"]
becomes
<span class="obfuscated" data-text="Drop me an email">hi AT example.com DOT com</span>
Sure.
[email address="[email protected]" text="Drop me an email" at="ÄT" dot="PUNKT"]
- 0.0.1
- Initial version
Copyright (c) 2014 websperts
Licensed under the MIT license.
See LICENSE for more info.