After installed “Wordpress Global Translator Plugin” by Nothing2hide and decided to widgetized this plug-in. Now I can save time embedding this widget into all my WordPress blog.
By default if you want to use this machine translation tools after activating the plug-in you have to edit your template files (sidebar.php) and add the codes below …
<?php
if(function_exists("gltr_build_flags_bar")) { gltr_build_flags_bar(); }
?>
I preferred not to edit the template files, in case I want to preview a new site template I have to edit all templates I want to test. I don’t want to dirty my hand touching those same codes again.
Besides, I know a few have asked for the widget for this plug-in. So, I release this widget for public right now.
Widget Features
Remember that the heading and the text in the widget are editable from the widget menu.
Widget Status
Testing mode - Beta 0.1 (1st public testing release). Keep in mind it’s still in testing mode.
How to install?
- Make sure you have downloaded and activated “WordPress Global Translator Plugin” by N2H.
- Download WordPress Global Translator Plugin Widget file.
- Upload the zip file contents into plugin or widget folder
- Activate the widget from the Plugins Control Panel.
- Include this widget from Widget Menu into your sidebar.
- Set the heading and message for this widget. Done.














Just what I was looking for - thanks a bunch! It works like a charm.