czyli wystarczy:
Kod
<script src="http://connect.facebook.net/pl_PL/all.js#xfbml=1"></script>
<fb:like href="TUTAJ WSTAW ADRES" show_faces="true" width="450"></fb:like>
albo
Kod
<iframe
src="http://www.facebook.com/plugins/like.php?href=TUTAJ WSTAW ADRES
&layout=standard&show_faces=true& width=450&action=like&colorscheme=light&height=80"
scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px;
height:80px;" allowTransparency="true"></iframe>
?
Czy takie coś wystarczy:
Kod
<iframe style="margin:10px 0 0 0;"
src="http://www.facebook.com/plugins/like.php?href=http://www.<?php echo $_SERVER['SERVER_NAME'].''.$_SERVER['REQUEST_URI'];?>&layout=standard&show_faces=true& width=450&action=like&colorscheme=light&height=80"
scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px;
height:80px;" allowTransparency="true"></iframe>
?