2017 © Pedro Peláez
 

wordpress-plugin email-encoder

A lightweight plugin to protect email addresses from email-harvesting robots by encoding them into decimal and hexadecimal entities.

image

tillkruss/email-encoder

A lightweight plugin to protect email addresses from email-harvesting robots by encoding them into decimal and hexadecimal entities.

  • Sunday, April 15, 2018
  • by tillkruss
  • Repository
  • 3 Watchers
  • 12 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Email Address Encoder for WordPress

A lightweight plugin that protects plain email addresses and mailto links from email-harvesting robots by encoding them into decimal and hexadecimal entities. Has effect on the posts, pages, comments, excerpts, text widgets and other filtered content. Works without JavaScript — just simple spam protection., (*1)

To see whether all your email addresses are properly protected, use the free page scanner tool., (*2)

Other content (like phone numbers) can be protected using [encode] shortcode:, (*3)

[encode]+1 (555) 123-4567[/encode]
[encode link="tel:+15551234567"]+1 (555) 123-4567[/encode]

Premium Features, (*4)

  • Full-page protection that catches all email addresses
  • Hardened protection using JavaScript and CSS techniques
  • Built-in plugin support for ACF, WooCommerce and many others

Check out the Premium version of Email Address Encoder., (*5)

Installation

For detailed installation instructions, please read the standard installation procedure for WordPress plugins., (*6)

  1. Upload the /email-address-encoder/ directory and its contents to /wp-content/plugins/.
  2. Login to your WordPress installation and activate the plugin through the Plugins menu.
  3. Use the "Page Scanner" under Settings -> Email Encoder to test if your email addresses are protected.

Installing via Composer

Instead of downloading ZIP files, you may also install this plugin using Composer., (*7)

composer require tillkruss/email-encoder

The Versions

15/04 2018

dev-master

9999999-dev https://github.com/tillkruss/email-encoder

A lightweight plugin to protect email addresses from email-harvesting robots by encoding them into decimal and hexadecimal entities.

  Sources   Download

GPL-3.0+

The Requires