Skip to content

arunkumartdr/Customized-Google-Translate-for-Websites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Custom Google Translate For Websites Hits

  • GOOGLE TRANSLATE FOR WEBSITES WITHOUT POWERED BY TEXT AND GOOGLE LOGO AND SELECT TAG CSS CUSTOMIZED

See Demo Here

image

Features:

  • Powered By Google Logo Removed
  • Responsive
  • Minified CSS
  • Select tag Design Customized

HOW TO USE

Want to use this? Great!

First step: Add this script tag to you webpage

<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>

Second step: Initialize Translate with this code

<script type="text/javascript">
function googleTranslateElementInit() {
  new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
}
</script>

Third step: Add this style tag to you webpage

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/arunkumartdr/[email protected]/gtranslate.css">

Fourth step: Add Html tag and Some Content to your site

<div id="google_translate_element"></div>

Fifth step: Run the site in browser and test it

License

MIT

Free Software

About

GOOGLE TRANSLATE FOR WEBSITES WITHOUT POWERED BY TEXT AND GOOGLE LOGO AND SELECT TAG CSS CUSTOMIZED

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages