Code:
<div
class="facebook_button">
{php}
function fetch_url() {
$curURL="http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
return
$curURL;
}
{/php}
<iframe src="http://www.facebook.com/plugins/like.php?href={php}
echo urlencode(fetch_url()); {/php}&layout=button_count&show_faces=true&width=110&action=like&colorscheme=light&height=20&locale=de_DE"
scrolling="no" frameborder="0"
style="border:none; overflow:hidden; width:110px; height:20px;" allowTransparency="true"></iframe>
Rajat Arora