Email Address Obfuscation

Email Address Obfuscation Install Statistics

12
100%
Today: 12 Yesterday: 0 All-time: 2,516 downloads
Email Address Obfuscation Icon

Try plugin: Email Address Obfuscation

We'll create fresh WordPress site with Email Address Obfuscation installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Email Address Obfuscation

Email Address Obfuscation prevents email harvesting by hiding email address appearing in your pages, while remaining visible to your site visitors.

1


0


0


0


0

updated: 7 months ago
since: 2 years ago
author: Neotrendy

Description

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

  • Obfuscate plain email address
  • Obfuscate href mailto link in HTML anchor element
  • Support for custom CSS class

Usage

Obfuscate plain email address

[obfuscate_email email="[email protected]"]

Create clickable email address

[obfuscate_email email="[email protected]" link=true]

Add CSS class to the HTML anchor element

[obfuscate_email email="[email protected]" link=true class="my-class another-class"]

Shortcode parameter

  • email required – Email address.
  • link optional – Set true if you want to create clickable email address.
  • class optional – Add space separated list of classes.