Hi
I set up google translate for my site at https://translate.google.com/manager/
I need to :
Place this meta tag before the closing </head>
<meta name="google-translate-customization" content="2a4a78dbe76c87fd-cb88959f999c1aee-g5b86fa9db5bddb33-13"></meta>
and
Place this snippet where you'd like to display the Website Translator plugin on your page
<div id="google_translate_element"></div><script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
}
</script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
The first bit ive put into common/html_header.php
The second bit ive put into the Blank sidebox contribtion in the relavent place (included div tag)
Unfortunately i end up with blank page
Any ideas? Thanks


Reply With Quote
