Google translate tool
-
– 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: (visible only to logged in users)
-
The script above is not allowed. But here’s another way to utilize translation in your blog: http://onecoolsitebloggingtips.com/2011/02/14/translation-widget-for-wordpress-com-blogs/
-
I have tried this solution but I think it is not a good solution.
I’ll find another way to do it.Regards.
-
I have a translation widget on the footer of my blog (here) that has a t a HTML table a and links to google translate.
it was made after this forum conversation
https://en.forums.wordpress.com/topic/how-to-add-google-translator-gadget-to-my-wp-blog?replies=32This takes a little work. You can use images of flags instead the text of the languages names, etc. and you may not need the 21 language links that i use.
This will give you a rough guide though on making your own.
.
- The topic ‘Google translate tool’ is closed to new replies.