Facebook Like Box magyarul
Ezt a kódot kapjuk meg eredetileg a Facebook-tól a Like Box-unkhoz. Amit kiemeltem ott a lényeg!!!
Akkor van ez, ha angol a kódod.
<script src="http://connect.facebook.net/en_EN/all.js#xfbml=1"></script><fb:like-box border_color="" header="true" href="http://www.facebook.com/pages/lindadesign/236608076356358" show_faces="true" stream="false" width="240"></fb:like-box>
Azt a részt kell átírni így:
<script src="http://connect.facebook.net/hu_HU/all.js#xfbml=1"></script><fb:like-box border_color="" header="true" href="http://www.facebook.com/pages/lindadesign/236608076356358" show_faces="true" stream="false" width="240"></fb:like-box>
És máris magyar lesz a dobozod
|