: How to translate facebook like button on my forum? I have facecook like button plugin on my vanilla forum. Although I added <script src="http://connect.facebook.net/tr_TR/all.js#xfbml=1"> into
I have facecook like button plugin on my vanilla forum.
Although I added
<script src="http://connect.facebook.net/tr_TR/all.js#xfbml=1">
into my button code, it does not show the button in Turkish.
here is an example topic that you can see facebook button on my forum : www.herkesuzman.com/discussion/17/projeksiyona-baglaninca-ekran-coezuenuerlueguenuen-bozulmasis
More posts by @Berumen354
3 Comments
Sorted by latest first Latest Oldest Best
I solved the problem in the end by adding following code into my default.master.php file ;
<META http-equiv=content-type content=text/html;charset=iso-8859-9>
<META http-equiv=content-type content=text/html;charset=windows-1254>
<META http-equiv=content-type content=text/html;charset=x-mac-turkish>
The facebook plugin is automatically located based on the user location. I'm from Spain, and I see the button in Spanish. I guess the same applies for the Turkish user base.
Did you edit the script to account for Turkish from this:
<script src="http://connect.facebook.net/en_us/all.js#xfbml=1">
the en_us part basically says English and then the form, which in this case is US English
For Turkish, however, you don't have to put the region/form, just the language.
Try this and let me know what you get:
<script src="http://connect.facebook.net/tr/all.js#xfbml=1">
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.