The Nice Translator Web Widget is a simple but powerful tool that you can place any where on your own site. Its small package contains all of what makes the full NT so great: it auto-detects the source language immediately and allows your users to translate into multiple languages as they type. Play around with the widget at the bottom of this post to get a feel for how smoothly it works.
All you need to do in order to get the NT Web Widget on your site is copy and paste the following code where you want it to appear.
<script src="http://ntww.nicetranslator.com/" text="text/javascript"></script>
<noscript>Please enable Javascript to use <a href="http://nicetranslator.com">Nice Translator - The fast, easy to use online translator</a>.</noscript>
By default, the widget will fill 100% of its containing element. You can alter its width by pasting the following code before the code above. The value can be set in px or %.
<script type="text/javascript">
ntww_width="50%";
</script>
And that’s all there is to it! Remember if you have a WordPress Blog, you can make the process even easier with the Nice Translator WordPress Plugin.