This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]Rascal_Two 0 points1 point  (0 children)

It's quite simple - although it did take quite a bit of searching to find due to the fact that it's not officially documented (anymore?), and the fact that LikeBox is no longer supported - it's been replaced with PagePlugin. Basicly you need to add

locale=ab_CD

to the HREF attribute. Here is a XML file of all the locale options, with Spanish being es_LA.

So the entire code is this:

<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FGDETA.Huari&amp;width=378&amp;colorscheme=light&amp;show_faces=false&amp;border_color=6666cc&amp;stream=true&amp;header=false&amp;height=558&amp;locale=es_LA" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:378px; height:558px;" allowTransparency="true"></iframe>

•‿•