Hikari Email & URL Obfuscator
Email and normal links are obfuscated, hiding them from spambots. It automatically encodes each link, then uses JavaScript to decode and show them.
0.08
- Fixed styling incompatibility with Sociable plugin
- Fixed
wp_enqueue_style() not providing media parameter
- Fixed adding JS code to wp_footer, now properly using
wp_print_scripts
- addes support for PHP Code Widget plugin's filter
0.07
- New: Finally an options page!
- Options page made the plugin incompatible with WordPress 2.7, now it requires 2.8 to work.
- New: Whitelist and Blacklist, to list URLs and emails to not be obfuscated (Whitelist) and to be forced to (Blacklist).
- New: Also added options related to the position of JavaScript calls for de-obfuscation , and how these calls should be marked up.
- New: Options page also has a proper uninstall feature, which deletes all data the plugin had added to database and also can be used to reset options to default.
- New: If you want a whole block of content (a post, a comment, a text widget, etc) to be skipped from having its links obfuscated, just add to it a comment
<!-- HkMuob NO OBFUSCATE -->.
- Further tests for XHTML valid code, now I hope I can assure it :)
0.06
- Fix: plugin CSS is no longer being added to Admin Pages.
- JavaScript decoding code is back to header, instead of footer.
- Added option for JavaScript call be done just after the link it decodes, I belive having those calls spreaded across the page is harder for spam bots to crack than having all of them inside a unique
<script></script> at the footer... but WordPress breaks XHTML validation, gg.
- Increased filter's priority to surpass raw-html plugin filter.
0.05
- Fix: now plugin's js is added only when there are links to be obfuscated.
- Fix: now plugin folder name is not hardcoded anymore, we can use any folder name we want.
0.04
Requires: 2.8.0 or higher
Compatible up to: 3.0.5
Last Updated: 2010-10-14
Downloads: 5,277
Average Rating
(8 ratings)
Support
Got something to say? Need help?