Look as though FB is phasing out their Share button and replacing it with a Like/Recommend alternative: http://www.insidefacebook.com/2011/02/27/like-button-full-story/

Any thoughts on that any one, or may be an alternative.

Thanks in advance

Comments

rosko’s picture

I like it. I made block with this code and put it in the footer area. Now I can easily have a like button where ever I want.

<?
$path = isset($_GET['q']) ? $_GET['q'] : '<front>';
$link = url($path, array('absolute' => TRUE));
// echo $link;
?>
<br>
<iframe src="http://www.facebook.com/plugins/like.php?href=<? echo $link; ?>&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font&amp;colorscheme=dark&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>

You can customize the like button and get an updated iframe for it here:
http://developers.facebook.com/docs/reference/plugins/like/