>
Download This Plugin | |
Download Elegant Themes | |
Name | Zero Conf Mail |
Version | 0.6.1.1 |
Author | Nicolas Kuttler |
Rating | 0 |
Last updated | 2010-12-14 06:19:00 |
Downloads |
14812
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Zero Conf Mail plugin added 3 bytes of resources to the Home page and 7 bytes of resources to the sample Post page.
Zero Conf Mail plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Zero Conf Mail plugin ads no tables to your Wordpress blog database.It took me quite some time to check a few existing contact forms and I didn't like any of them. No, I don't want you to load jquery on every page of my blog. I want it localized, pretty please. Oh, and I want this JavaScript onfocus/onblur effect I wrote about. And why do I have to do any configuration at all anyway?
Since 0.6.0 the plugin has a built-in spam protection that won't bother your human visitors but will most likely catch all spambots.
The easiest way to use this plugin is to use the shortcode [zcmail]. There's also a widget that you can drag into one of your sidebars.
You can call the function zcmail_shortcode()
from your theme to get the same output as from the shortcode. Example:
if ( function_exists( 'zcmail_shortcode' ) ) {
echo zcmail_shortcode()
}
Visit the plugin's home page to leave comments, ask questions, etc.