Add-on Bing Translator

Janissary

Member
Bing gives this code for translation.You will paste this code to your page html and you will have translate buton.

how can i use this with xenforo?

bing wigdet adress

code for page html

<div id='MicrosoftTranslatorWidget' class='Dark' style='color:white;background-color:#555555'></div><script type='text/javascript'>setTimeout(function(){{var s=document.createElement('script');s.type='text/javascript';s.charset='UTF-8';s.src=((location && location.href && location.href.indexOf('https') == 0)?'https://ssl.microsofttranslator.com...ctf=True&ui=true&settings=Manual&from=tr';var p=document.getElementsByTagName('head')[0]||document.documentElement;p.insertBefore(s,p.firstChild); }},0);</script>
 
Top Bottom