NOTE: The service is now in private beta (though anyone is free to experiment with our plugin). If you'd like to participate, please contact us and include a link to your blog.
Installation instructions for beta users:
Code to add to your templates (It's painless, and gives your users a better experience):
To display translation links under the title of the post (where they'll be more visible to users), go to Appearence > Editor, edit your Main Index Template (index.php) and insert
<div><?php if(function_exists('translatemyblog_display_translations')) {translatemyblog_display_translations($id);} ?></div>
...before the line or after the post title.
To display links back to the original post on the translation page (along with links to translations in other languages) edit your Single Post (single.php) template and insert
<div><?php if(function_exists('translatemyblog_display_translations')) {translatemyblog_display_translations($id);} ?></div>
<div><?php if(function_exists('translatemyblog_display_parent_link')) {translatemyblog_display_parent_link($id);} ?></div>
...before the line or after the post title.
Uninstalling TranslateMyBlog
You can revoke access and disable our Google Analytics by clicking "Revoke Access" in settings. This will preserve all existing translations. To deactivate and remove everything, click "Remove User" on the settings page and then delete the user, deleting all posts.
Layout and Styling
You can style what is displayed by the plugin using CSS, in your theme file. The block of translation links that appears in your sidebar is a wordpress widget, and you can change its position in Appearance -> Widgets in the Dashboard.




