Most bloggers do complain of loss of international visitors on their blog. I reason that what could be the source and deduce it that it is the language. A person that understand only French will back out of a site with only English language and no other means of translating it to their own Lingua Franca, am dropping this translation button so that your visitors from another country will continue surfing on your site easily when they are able to translate the language to theirs.
How to set google translate button for bloggers
- Login into your blogspot admin mode
- Select Layout from the drop down options
- Select Add new gadget from any position you want it to be
- Click on HTML/Javascript
- Leave the title area empty and paste the below code inside the big box
(function() {
var mylang = "id", // Your website language
anchor = document.getElementById('translate-me');
anchor.onclick = function() {
window.open('http://translate.google.com/translate?u=' + encodeURIComponent(location.href) + '&langpair=' + mylang + '%7C' + document.getElementById('translate-language').value + '&hl=en');
return false;
};
})();
Now save arrangement and view it on your blog.
No comments:
Post a Comment