MODELO 1 :
$urlpagina = «www.tiggres.com/index.php?option=com_sobi2&Itemid=91&sobi2Id=$identrada&sobi2Task=sobi2Details»;
$urlpagina = urlencode($urlpagina);
<iframe src=»http://www.facebook.com/plugins/like.php?href=http:<?php echo $urlpagina; ?>&layout=standard&show_faces=true&width=595&action=like&colorscheme=light» scrolling=»no» frameborder=»0″ allowTransparency=»true» style=»border:none; overflow:hidden; width:595px; height:70px»></iframe>
MODELO 2:
<?php
$add = «http://».$_SERVER[‘SERVER_NAME’].$_SERVER[«REQUEST_URI»];
?>
<iframe src=»http://www.facebook.com/plugins/like.php?href=<?php echo urlencode($add); ?>&layout=standard&show-faces=false&width=500&action=like&colorscheme=light» scrolling=»no» frameborder=»0″ allowTransparency=»true» style=»border:none; overflow:hidden; width:500px; height:60px»></iframe>