Google Translate Widget with Flags For Blogger
The Google Translate Widget allows your visitors to translate your site or blog in their own languages.
This widget auto detect your blog language and translate it to the readers chosen language.
It supports 12 different languages: English, French, German, Spanish, Italian, Dutch, Brazilian, Russian, Japanese, Korean, Arabic And Chinese.
Go to your Blogger Dashboard >> Design >> Page Elements >> Click on “Add A Gadget” link, choose HTML/JavaScript and paste the following code in the empty box:
function showHide(shID) {
if (document.getElementById(shID)) {
if (document.getElementById(shID+'-show').style.display != 'none') {
document.getElementById(shID+'-show').style.display = 'none';
document.getElementById(shID).style.display = 'block';
}
else {
document.getElementById(shID+'-show').style.display = 'inline';
document.getElementById(shID).style.display = 'none';
}
}
}
Then click on Save
Enjoy (:
Widgets, Plugins And Customization
Popular Posts
Copyright 2015 is a registered trademark