Google Translate in your blog
Step by step installing Google Translate in your blog.
- Go to Your "Dashboard"
- Click "Design"
- Make sure, you are in "Page Elements"
- Click on Add a Gadget.
- Window "Add a Gadget" will be shown.
- Look for "HTML/Javascript" and Click it
- You will be redirect to page "Configure HTML/Javascrip"
- Type this on title "Translate this blog".
- Copy code below and then paste in the content
<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>
Your configuration should be like this:
- And then "Save".
- Google Translate has been installed on your blog. just look at your blogger
No comments:
Post a Comment