Skip to content

Instantly share code, notes, and snippets.

@kythuatwebso
Created June 16, 2021 07:45
Show Gist options
  • Save kythuatwebso/acf4074f894a49e730d71e8dec0c99fd to your computer and use it in GitHub Desktop.
Save kythuatwebso/acf4074f894a49e730d71e8dec0c99fd to your computer and use it in GitHub Desktop.
Nhúng Google dịch vào Website
<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>
@kythuatwebso
Copy link
Author

kythuatwebso commented Apr 14, 2022

CSS:

#google_translate_desktop, #google_translate_mobile {
    padding-top: 3px;
    height: 28px;
    overflow: hidden;
}

@kythuatwebso
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment