Version 2.0
The name? obfuscate = obscurate = obnubilate < obliterate
What does the option glyphs do?
When glyphs is checked, visible representations of the email address will have graphical elements in place of @ and .; when false, copyright symbol and comma will appear.
What does the option clickpop do?
When clickpop is checked, hovering over "Name" changes the link to "Click to email Name".
What does the option bare has link do?
When bare has link is checked, a bare email (A@B.C) will appear as a link; unchecked, it will appear as a glyphed address, but will not be an active link.
What does the option legacy (default: unchecked) do?
If 'legacyis true, the old "simple" form[Name] A@B.Cwill be converted to an email link. This can be turned off to avoid problems with WordPress shortcuts, in which case the email will be treated as bare, preceded by [Name].
Regardless of the setting oflegacy, the new form[EMAIL Name | A@B.C]` will be converted.
I don't like the copyright symbol and centered dot you use in the textified emails!
These can be set to whatever text you want. You may use any characters including html entities.
What about styling and appearance?
The css file is emoba_style.css. You can add appearance styling to the various classes. However, the display: attribute values shown below must be unchanged in order that the hover popups work, and the emoba-glyph attributes are necessary for workable appearance (the height may be adjusted).
.emoba-pop span.emoba-hover {
display: none;
}
.emoba-pop:hover span.emoba-hover {
display: inline;
}
img.emoba-glyph {
border-width:0;
image-rendering:optimizeQuality;
-ms-interpolation-mode:bicubic;
height: 0.75em;
margin:0 0.15em -0.1em 0.15em;
}
How can I deal with emails in static files (header, footer, sidebar, etc)?
Here is the simplest way:
Put the email in a page (with emoba active). Open the page in a browser, and copy the html source of that email (<span id=emoba-nnnn">...</span>, and also the <script>...</script> below it) to the template. (Note: emObA works in text widgets directly.)
Requires: 2.8 or higher
Compatible up to: 3.1.4
Last Updated: 2010-12-5
Downloads: 4,591
Got something to say? Need help?