Kuvaus
Creates an email link from the shortcode [emailme] that spam bots don’t find.
By default it uses your wp admin email but you can specify as parameters either:
– ’name’ (for the first portion of the email before the @ symbo)
– ’addr’ for the full email
– ’display’ for what the link should actually display in between the tags.
If your wp-admin panel email (check your General Setting panel)
is: [email protected] then
Examples: [emailme] => [email protected]
[emailme name=’dave’] => [email protected]
[emailme addr=’[email protected]’] => [email protected]
[emailme display=”info at freedomonlineservices dot net”] => info at freedomonlineservices dot net (but linked to the actual email!)
Note you can also set the ’display’ option to an image tag if you use single quotes.
More docs at http://freedomonlineservices.net/resources/homegrown/emailme-wp-plugin/
Live examples at http://www.freedomonlineservices.net/pluginshowroom/emailme-plugin/
Asennus
- Upload
emailme.php
to the/wp-content/plugins/
directory - Activate the plugin through the ’Plugins’ menu in WordPress
- Put [emailme] in your posts
UKK
- Can I use my shortcode in a widget?
-
Yes, just add this to your functions.php: 🙂
add_filter(’widget_text’, ’do_shortcode’);
Arvostelut
There are no reviews for this plugin.
Avustajat & Kehittäjät
“Email Me” perustuu avoimeen lähdekoodiin. Seuraavat henkilöt ovat osallistuneet tämän lisäosan kehittämiseen.
AvustajatKäännä “Email Me” omalle kielellesi.
Oletko kiinnostunut kehitystyöstä?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Muutosloki
1.0
First release