=== Extended Antispambot ===
Contributors: amit5204
Tags: antispam, antispambot, spam
Requires at least: 3.0.1
Tested up to: 6.1.1
Stable tag: 1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Obfuscation of email via the <code>[antispambot]...[/antispambot]</code> shortcode syntax using built-in <a href="http://codex.wordpress.org/Function_Reference/antispambot#Examples" target="_blank">Wordpress Codex</a> functionality.

== Description ==

Obfuscation of email via the <code>[antispambot]...[/antispambot]</code> shortcode syntax using built-in <a href="http://codex.wordpress.org/Function_Reference/antispambot#Examples" target="_blank">Wordpress Codex</a> functionality. It works within widgets as well.

Alternative variations:

 * <code>[antispambot]user@example.com?subject=foo+bar&body=baz[/antispambot]</code> creates a mailto: link with subject and body pre-populated
 * <code>[antispambot nolink=1]user@example.com[/antispambot]</code> just displays the email without a link wrapping it
 * <code>[antispambot linktext="click here"]user@example.com[/antispambot]</code> displays the text "click here" with a link to the email address

Note :- This plugin is inspired from "Anti-Spambot" plugin.

== Installation ==

Install via "Add Plugin".

== Frequently Asked Questions ==

= How does this work? =

This plugin converts email addresses within the <code>[antispambot]...[/antispambot]</code> shortcodes using the built-in Wordpress Codex <a href="http://codex.wordpress.org/Function_Reference/antispambot">antispambot()</a> function. The function converts email address characters to HTML entities. It converts a random selection of characters each time, making it more difficult for spam-bots to "harvest" the email address programmatically.

= Is it foolproof? =

The only foolproof way to ensure email addresses do not get harvested from a web page is to not include them on the page in any form. However, the method created by the Wordpress developers that we employ here should provide reasonable protection against all but the most concerted automatic-harvesting efforts.


== Changelog ==

= 1.0 =

* Initial release