alex sysoef
Get weekly Blogging eZine plus Free, INSTANT access to "Profitable Blogging For Newbies" ($17 Value)

15834Blog Subscribers
20015Twitter Followers
expert wordpress

Free Translate Widget For Your Blog

Web 2.0 is all about interaction about people without boundaries. Unfortunately not everyone speaks English and I think giving an option to people to read your pages in their native language is a definite fit for any web 2.0 blog. Should you add an option to have your pages automatically translated or not is up to you but here is what I have found:

  • After just 2 weeks my logs show that an option to translate my pages have been used over 300 times. Not much you might think but I look at it as I managed to reach a market that I would have never got a word to before.

Obviously results will vary depending on the theme and general topic of your site but since its free – why not provide an extra service to your visitors? There is a downfall to this [tag-tec]plugin[/tag-tec]. Google automated [tag-tec]translation[/tag-tec] is way too far from perfect. As a bi-lingual person I have personally tested translation of my pages and while I wasn’t too impressed – I was able to get the idea of what it was about :) .

Now if you decide to actually integrate into your [tag-tec]WordPress[/tag-tec] blog this widget I have to give credit to its original creator at http://www.googletranslategadget.blogspot.com/. All I have done is simply provide an option to have all the flag images hosted on your blog (in theme folder) and used some php code for automated detection and display of the widget. All details on integration included into README.txt file.

Download your widget here.

Please use comments on this post with any support questions.

IMPORTANT: I have found that in some themes people have problems to get the widget to display.  Code for the widget inclusion HAS TO BE placed before Widgets loop begins. Here is an example of what it might look like:

<?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(2) ) : else : ?>

Please place translate.php inclusion BEFORE that loop begins on your theme.

Tags: , ,

62 Responses to “Free Translate Widget For Your Blog”

  1. Torsten (4 comments.) says:

    I also considered using such a plugin as my website is in german language and cause of this the possible amount of readers is limited.
    But after I saw the quality of translation, I think, when I write the posts in english myself it can’t get worse and people at least will understand what it is about.

  2. TheSpot-er (961 comments.) says:

    Torsten,

    I almost agree. Problem is I can write only in 2 languages :) Plugins like this offer a functionality to auto-translate into several, however imperfect it is. One can only hope that it will improve.

  3. alamster (1 comments.) says:

    Thanks, I often see in my stats, people translate to Korea and Japan. By providing the tools it’s better than nothing. Might be they get general idea of the post. About quality I think became worst since my English isn’t good either :-)

    Which one is good between google and babelfish?

    • Sarah O. (5 comments.) says:

      Long time ago babelfish used to be way better, but now I’ve tried google with transaltions between languages like hebrew, italian, german and spanish, it was unexpected, but it did great, maybe some languages like the one they talk in slovenia, and similar languages are not being well translated to english, but I can say google is better from far.
      Sarah O.´s last blog ..Chica Grafitti Vistela My ComLuv Profile

  4. TheSpot-er (961 comments.) says:

    alamster,

    I’m bi-lingual and I used to use babelfish but since Google came out with their translate service – I use it exclusively. From perspective of 2 languages I know – they were equal last I checked.

    I do know one thing. I use for one of my projects Typo3 CMS and have been using it for last 4-5 years. Since lots of documentation for it is in German – I always use Google Translate to get the info I need. So as you can see I’m using this service quite often myself and that is why I believe in providing same benefits to my visitors.

  5. Dave Wong (5 comments.) says:

    I installed the flags folder in my theme root and place the translate.php into the root as well but the flags are not appearing on my sidebars?

  6. Dave Wong (5 comments.) says:

    /public_html/wp-content/themes/atomicblogging/

    i place flags folder and translate.php into the above path root . Yes, i did put these on my sidebar widgets but it just arent showing

  7. Dave Wong (5 comments.) says:

    this is the code i copied from the readme.txt from the zip file and i includeded in the sidebar widget text box for it still arent displaying,

    i tried yours and and but it still dont work too.

  8. Dave Wong (5 comments.) says:

    sorry for the duplicate comment as i want to show u the codes i inputed but it doesnt seem to show here.

    this is the code i copied from the readme.txt from the zip file and i includeded in the sidebar widget text box for it still arent displaying,

    i tried yours and and but it still dont work too.

    • TheSpot-er (961 comments.) says:

      Dave,

      Please use contact me page and email me. Allow me access to your admin interface (change a password for me temporarily).

      I can have a look help you figure out what is wrong …

      Alex

  9. mervandi (4 comments.) says:

    hi, thank you for the info and the software (plugin) either.
    i’ve downloaded the plugin, and activated it successfully. but still i could not get translation immediately, since google block by saying that it is somekind like a malware or virus request. is it normal to have google block like this at the beginning ?
    thank you

  10. Dave Wong (5 comments.) says:

    apparently no one can solve my problem

    • TheSpot-er (961 comments.) says:

      Dave ….

      Your theme seem to have some issues in properly recognizing it. I would recommend temporarily switching to default Kubric theme and see if it works on it. If does – that points to the source of the problem …

      Alex

  11. Jason Frovich (3 comments.) says:

    Hey I just found this translator and unlike the one your presently using this will also build up your site content by creating a new folder for each language .
    So /it/ for Italian and so forth

    http://www.nothing2hide.net/wp.....or-plugin/

    cheers

    Jason

    • TheSpot-er (961 comments.) says:

      Yep, seen that one but something within that specific plugin code that instead of translation creates error:

      “We’re sorry…

      … but your query looks similar to automated requests from a computer virus or spyware application.”

      So far that error was consistent and I personally choose not to implement it … but thnx for heads-up.

      Alex

  12. Jason Frovich (3 comments.) says:

    Alex
    not sure when that was, but they use google & Altavista Babel Fish now. You can choose one of the other.
    I did read the comments and he was having some issue with that, seems to work fine on my blog..
    all the best.

  13. Greanty (2 comments.) says:

    hehe~good! May I ask that do you like to share your blog with Chinese? I think not because there’s no chinese flag in your translator lists….?!

  14. Greanty (2 comments.) says:

    Well I think users can modify the code page to add any language themself!

  15. TheSpot-er (961 comments.) says:

    Gleanty,

    I have simply taken what was offered – Chinese wasn’t one of them – sorry.

    Alex

  16. Lyn (4 comments.) says:

    Hi Alex,

    I can’t get it to work either. I have tried putting the line of code in a text widget. Then I went into the sidebar file and put it above the search box. Still nothing. Checked, flags folder and translate.php both at root level.

    Any ideas? The theme is brand new, from JP Schoeffel.

    Lyn’s last blog post..bloglog

    • TheSpot-er (961 comments.) says:

      Lyn,

      Please provide me with location on where I can see it, perhaps I can help you figure it out. Also, if you like to – use Contact page and email me your blog admin access (change a pass to temp). I might be able to help you solve the issue.

      Alex

  17. TheSpot-er (961 comments.) says:

    Guys, I have placed a solution to possible problem in the post. Please make sure that you check it.

  18. Lyn (4 comments.) says:

    Alex, Thank you very much for your help. Firstly, you have solved the problem for me – by doing it, not just by telling me how – and secondly, (much more important for the future, and my learning curve) I have learned a bit more about php as used in wordpress. Brilliant.

    What wonderful service.

    Lyn
    UK

    Lyn’s last blog post..bloglog

  19. hs says:

    Hi,

    I am unable to download the plugin from divshare. Is it possible for you to send the files to my plugin? Thanks!

  20. hs says:

    It wasn’t a glitch. For some reasons, the file is not available to free users in China and Southeast Asia.

    “Sorry, this file is unavailable in your region.
    This file is not available to free users in China and Southeast Asia. To download it, you must sign up for a DivShare account. “

  21. hs says:

    Thanks for the help Alex. Works great! Are these all the languages Google support? I am thinking of adding more to the list.

  22. Atticus (1 comments.) says:

    Thanks for the widget! I have made some modifications which I hope you wouldn’t mind. This is what I did for my Cloudbook blog:

    1) Added title text for each language (so you will know which language it is when you hover your mouse pointer over the flag)
    2) Corrected Google-Translate link for Taiwan flag (Taiwan uses traditional Chinese and not simplified Chinese)
    3) Added Simplified Chinese, Dutch and Greek
    4) Reordered the flags in alphabetical order

  23. Zen (1 comments.) says:

    Great stuff Alex. Just found your blog again after I started making my normal rounds. When might we expect a course update for Web 2.0 Profits?

    Zens last blog post..80 Things That Make Me Happy

  24. anirban roy (6 comments.) says:

    english is suffice for me! hahah

  25. Navjot Singh (2 comments.) says:

    There are two problems in your method:

    1. Sidebar Widget Not working – First check whether you are using PHP widget plugin for Wordpres or not. If you are, then instead of code provided in Readme.txt, use the code shown at http://paste.bradleygill.com/i.....te_id=2817

    THe above fix should help in installing code in Sidebar widgets too. I have tested it.

    2. Once you translate to one language….to view in other language you will have to hit back and come to main page and then select a new language since once inside a language….the links to other languages appears broken. – No fix found till now.

    Navjot Singhs last blog post..Add Custom Smileys to WordPress without plugin

  26. Isn’t it better to have translated pages indexed in your database, as it will speed up the process of loading pages and remove the stress of being dependent of some translation service?
    Plus, saved translations can be altered and have their errors fixed, as well as customized for different content (for different language speaking visitors).

    • TheSpot-er (961 comments.) says:

      Gigi, when it works properly – yes. I have tried couple plugins that supposedly do it well and didn’t like the results. Could be due to the unique set of plugins my blog has but either way this solution curently works best for me

  27. MOin (15 comments.) says:

    Very useful widget and the other manual install one with the flags is the best one i am using it on my blog any one is welcome to see. thanks Alex for such great and free resource and Translating a page this way is far better than using any plugin.

    MOins last blog post..Track Your Backlinks And Search Engine Index With iTracker

  28. CildithBitjat (1 comments.) says:

    hey!
    I made on photoshop glitter myspace pictures.
    take a look at them:
    http://tinyurl.com/5wmgpn
    Thanks a lot for your website ;) xxoxo

Trackbacks/Pingbacks

  1. [...] Free Translate Widget : Ce plugins vous traduit votre page grâce a Google Translate, des petits drapeaux sont disponibles, ce qui est quand même mieux. Toute fois le drapeau EN n’est pas disponible il faudra remplacé celui du FR et changé de liens. Tout les fichiers sont à placé dans le dossier de votre thèmes. [...]

Leave a Reply

Comment Guidelines: After 3 approved comments - all your links become DoFollow links (controlled by LuciaLinkyLove). No Keywords In Name. No inappropriate or offensive comments. No links to inappropriate or offensive sites. Comments must contribute to the discussion. ALL SPAM DELETED!

Comments Manually Approved prior to appearing!

CommentLuv Enabled

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word