Pages

Monday, November 15, 2010

Google Translate in your blog

Step by step installing Google Translate in your blog.

  1. Go to Your "Dashboard"
  2. Click "Design"
  3. Make sure, you are in "Page Elements"
  4. Click on Add a Gadget.
  5. Window "Add a Gadget" will be shown.
  6. Look for "HTML/Javascript" and Click it
  7. You will be redirect to page "Configure HTML/Javascrip"
  8. Type this on title "Translate this blog".
  9. 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:
  10. And then "Save".
  11. Google Translate has been installed on your blog. just look at your blogger

0 comments:

Post a Comment