WP-Base64 Encoder/Decoder

Enables you to encode parts of your post in base64.

Author:Edison Montes M. (profile at wordpress.org)
WordPress version required:2.0.5
WordPress version tested:4.3
Plugin version:0.9.2
Added to WordPress repository:05-02-2009
Last updated:06-09-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:2
Plugin URI:http://www.mrandersonmd.cl/wordpress-plugins/...
Total downloads:4 366
Active installs:10+
plugin download
Click to start download

Base64 Encoder/Decoder is a WordPress Plugin that enables you to encode parts of your post in base64. The encoded text looks like unreadable text, but when you press the "Decode" button it gets readable with inline replacement using AJAX, so it's invisible to search robots.

It uses '[base64]' and '[/base64]' 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 normal text in the post.

You can add the tags typing them or using the quicktag button in HTML editing mode. For now I don't provide a quicktag button in Visual editing mode, but I expect to add that in next version.

Previous versions of this plugin used '<!--base64-->', '<!--/base64-->', '<base64>' and '</base64>' tags. You don't have to modify that posts, the new tag format has retro-compatibility. But if you wish you can update the database replacing the old tag format to the new tag format with just one click.