2012-06-24, 08:30 PM
hi guys,
google banned the use of api, so only free way to add google translate in website is "Google translate javascript snippet" from
https://translate.google.com/manager/
but i am not able to resize and customize it, it break the theme...so any way to resize the output element (one small image + select language text)
if possible like this site ==>> http://www.iobit.com/ (Check top right corner), it don't have "Powered by" word, may be they use css....?
google banned the use of api, so only free way to add google translate in website is "Google translate javascript snippet" from
https://translate.google.com/manager/
<div id="google_translate_element"></div><script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL}, 'google_translate_element');
}
</script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
but i am not able to resize and customize it, it break the theme...so any way to resize the output element (one small image + select language text)
if possible like this site ==>> http://www.iobit.com/ (Check top right corner), it don't have "Powered by" word, may be they use css....?