Quote:
Originally Posted by BirdOPrey5
Assuming you have an older version of vBulletin 4.x because on newer versions the language is set by vBulletin itself- that is your "Like" button should already have been in Spanish before this was installed.
Edit the template more_share_options
find the line:
Code:
e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
And change "en_US" to whatever the code is for spanish, I don't know what it is off-hand. You can find it probably from Facebook itself: http://developers.facebook.com/docs/.../plugins/like/
|
Hi BOP5
i?ve changed
___________
<vb:if condition="$vboptions['bop5more_fbtype'] == 99">
<td>
<div align="center" width="280" style="float:left;">
<iframe id="fb_likeframe" src="http://www.facebook.com/plugins/like.php&href={vb:raw bophrefen}&layout=standard&show_faces=fals e&width=260&action=like&font=tahoma&am p;colorscheme={vb:raw boplord}&height=27" scrolling="no" frameborder="0"
locale=es_ES allowTransparency="true"></iframe>
</td>
</vb:if>
__________
and:
Code:
e.src = document.location.protocol + '//connect.facebook.net/es_ES/all.js';
but is still in English
what would be the error?
thanks!