Tuesday 22 June 2010 6:38:16 am
The "like button" is easily done: (of course you have to change the settings so suit your needs)
<iframe src={concat( 'http://www.facebook.com/plugins/like.php?href=', $node.url|ezurl('no', 'full'), '&layout=standard&show_faces=false&width=450&action=like&colorscheme=light&height=35')} scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>
|