Base64 Encoder Decoder is WordPress Plugin that enables you to encode parts of your post in base64.
It uses and tags for opening and closing the parts of post you need to encode.
The tags are browser invisible, this is, if you decide to deactivate the plugin, the content enclosed by this tags will be shown like in the post..
You can add the tags typing them or using HTML editing mode.
Thanks to aNieto2k's AntiTroll Plugin for part of the code, because that was my first source when I knew nothing about creating WordPress Plugin..
Thanks to Random Snippets for Javascript replacement script.
Thanks to Lorelle's Blog for the info on how to search and replace inside WordPress database..
Thanks to MyDigitalLife for the info on how to identify postID, helping me to solve the bug related to multiple base64 blocks showing on different posts at same time..
Thanks to Daniel Lorch for the info on how to use AJAX inside the plugin, it was clarificating example..
Thanks to Famfamfam for the key icon used for Admin page...
Read more