How to overcome politics of the net (Google translate code refuses to work from a specific region)

Posted by Jawad on Pro Webmasters See other posts from Pro Webmasters or by Jawad
Published on 2012-09-24T21:16:57Z Indexed on 2012/09/24 21:49 UTC
Read the original article Hit count: 273

Filed under:
|
|
|

According to the FAQ's I am not sure if my question is a ok to ask or will be closed or should I post it in the meta or even I would blame some one for downvoting it. However it is one that has been bugging me since the trouble strated. Let me explain.

I have this Web Site. It uses the Google Translate API (Can't post the link, does not open from this region) with the following code.

<meta name="google-translate-customization" content="9f841e7780177523-3214ceb76f765f38-gc38c6fe6f9d06436-c"></meta>

<script type="text/javascript">
function googleTranslateElementInit()
{
new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
}
</script>
<script type="text/javascript" src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>

The problem is since this, it just stopped working. On the site you can see that I had to actually remove the above from here, here, and here while left it here, here, here and here. This is so because the the web site "refuses" to load at all with the pages that have the code (i.e., from this region.)

If I use Firefox Stealthy Plugin and open the site in Firefox, It works like a charm without any problems. But with Google Chrome, Apple Safari and Opera Web browser, the site does not load/open at all because of the Google translate. (I know this because If I remove the Google Translate Code, the site works/loads fine)

It was one thing to program for "cross browser compatability" and alltogether another to program for "cross region compatability".

What can I do to make sure that the site works from anywhere? Do I completely remove the Google Translate code and just have to do without the additional functionality or Do I look for alternatives like this or according to this?

© Pro Webmasters or respective owner

Related posts about html

Related posts about css