Main » 2012 » July » 30 » Facebook Like and Send Button In 108 Languages
10:57 AM
Facebook Like and Send Button In 108 Languages

Facebook-InternationalAn International Facebook Like and Send Button Plugins can not directly be created at Facebook Developer page however we can tweak the code to change the language of the buttons to any country we choose. I previously shared a tutorial on how to add Facebook Like and Send buttonsin blogger but those buttons were by default in English USA. Now suppose you live in England but run a Spanish blog. When you go to the Facebook developer page, you will be given a code that will let your users to share your posts in English but your users are from Spain and they will be much more satisfied with your work. In order to make things smoother for your visitors follow the simple steps below:

Facebook Like and Send Button in Different Languages

The Default button style and code  for the XFBML version looks like this,

FACEBOOK-LIKE-AND-SEND-BUTT[3]

<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="" send="true" layout="button_count" width="450"show_faces="false" font=""></fb:like>

The only part of the code that you will need to change is the language code en_US . Replace it with your local language code may that be Spanish, Urdu, Hindi, Turkish, French, Japanese, Chinese, Korean, Arabic or Romanian.

If you are using the Iframe version then you need to include a locale parameter with the proper country code in the src URL. For Example,

src="http://www.facebook.com/plugins/like.php?locale=en_US&..."

Again you need to replace en_US with the local code. 

PS: To accommodate different languages you will also need to change the width of the button.

Local language codes For Facebook:

  1. Catalan 
    ca_ES 
  2. Czech 
    cs_CZ 
  3. Welsh 
    cy_GB 
  4. Danish 
    da_DK 
  5. German 
    de_DE 
  6. Basque 
    eu_ES 
  7. English (Pirate) 
    en_PI 
  8. English (Upside Down) 
    en_UD 
  9. Cherokee 
    ck_US 
  10. English (US) 
    en_US 
  11. Spanish 
    es_LA 
  12. Spanish (Chile) 
    es_CL 
  13. Spanish (Colombia) 
    es_CO 
  14. Spanish (Spain) 
    es_ES 
  15. Spanish (Mexico) 
    es_MX 
  16. Spanish (Venezuela) 
    es_VE 
  17. Finnish (test) 
    fb_FI 
  18. Finnish 
    fi_FI 
  19. French (France) 
    fr_FR 
  20. Galician 
    gl_ES 
  21. Hungarian 
    hu_HU 
  22. Italian 
    it_IT 
  23. Japanese 
    ja_JP 
  24. Korean 
    ko_KR 
  25. Norwegian (bokmal) 
    nb_NO 
  26. Norwegian (nynorsk) 
    nn_NO 
  27. Dutch 
    nl_NL 
  28. Polish 
    pl_PL 
  29. Portuguese (Brazil) 
    pt_BR 
  30. Portuguese (Portugal) 
    pt_PT 
  31. Romanian 
    ro_RO 
  32. Russian 
    ru_RU 
  33. Slovak 
    sk_SK 
  34. Slovenian 
    sl_SI 
  35. Swedish 
    sv_SE 
  36. Thai 
    th_TH 
  37. Turkish 
    tr_TR 
  38. Kurdish 
    ku_TR 
  39. Simplified Chinese (China) 
    zh_CN 
  40. Traditional Chinese (Hong Kong) 
    zh_HK 
  41. Traditional Chinese (Taiwan) 
    zh_TW 
  42. Leet Speak 
    fb_LT 
  43. Afrikaans 
    af_ZA 
  44. Albanian 
    sq_AL 
  45. Armenian 
    hy_AM 
  46. Azeri 
    az_AZ 
  47. Belarusian 
    be_BY 
  48. Bengali 
    bn_IN 
  49. Bosnian 
    bs_BA 
  50. Bulgarian 
    bg_BG 
  51. Croatian 
    hr_HR 
  52. Dutch (België) 
    nl_BE 
  53. English (UK) 
    en_GB 
  54. Esperanto 
    eo_EO 
  55. Estonian 
    et_EE 
  56. Faroese 
    fo_FO 
  57. French (Canada) 
    fr_CA 
  58. Georgian 
    ka_GE 
  59. Greek 
    el_GR 
  60. Gujarati 
    gu_IN 
  61. Hindi 
    hi_IN 
  62. Icelandic 
    is_IS 
  63. Indonesian 
    id_ID 
  64. Irish 
    ga_IE 
  65. Javanese 
    jv_ID 
  66. Kannada 
    kn_IN 
  67. Kazakh 
    kk_KZ 
  68. Latin 
    la_VA 
  69. Latvian 
    lv_LV 
  70. Limburgish 
    li_NL 
  71. Lithuanian 
    lt_LT 
  72. Macedonian 
    mk_MK 
  73. Malagasy 
    mg_MG 
  74. Malay 
    ms_MY 
  75. Maltese 
    mt_MT 
  76. Marathi 
    mr_IN 
  77. Mongolian 
    mn_MN 
  78. Nepali 
    ne_NP 
  79. Punjabi 
    pa_IN 
  80. Romansh 
    rm_CH 
  81. Sanskrit 
    sa_IN 
  82. Serbian 
    sr_RS 
  83. Somali 
    so_SO 
  84. Swahili 
    sw_KE 
  85. Filipino 
    tl_PH 
  86. Tamil 
    ta_IN 
  87. Tatar 
    tt_RU 
  88. Telugu 
    te_IN 
  89. Malayalam 
    ml_IN 
  90. Ukrainian 
    uk_UA 
  91. Uzbek 
    uz_UZ 
  92. Vietnamese 
    vi_VN 
  93. Xhosa 
    xh_ZA 
  94. Zulu 
    zu_ZA 
  95. Khmer 
    km_KH 
  96. Tajik 
    tg_TJ 
  97. Arabic 
    ar_AR 
  98. Hebrew 
    he_IL 
  99. Urdu 
    ur_PK 
  100. Persian 
    fa_IR 
  101. Syriac 
    sy_SY 
  102. Yiddish 
    yi_DE 
  103. Guaraní 
    gn_PY 
  104. Quechua 
    qu_PE 
  105. Aymara 
    ay_BO 
  106. Northern Sámi 
    se_NO 
  107. Pashto 
    ps_AF 
  108. Klingon 
    tl_ST
Views: 751 | Added by: Roshan | Rating: 0.0/0
Total comments: 0
Name *:
Email *:
Code *: