- How can I add Google's website translator to my blog?
http://translate.google.com/translate_tools?hl=en
- The text widget allows me to add HTML but I think, the code that I have to add is javascripts.
<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_translate_element');
}
</script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
- Is there any way to do that?¨
The blog I need help with is batikbat.wordpress.com.