http://drupalbin.com
Adding a like button to a Drupal site
I couldn't find a module for that so I added the code to the tpl.php file
Gary A. Pryde
9:53 AM
Care to share the code with a non coder? Pastebin?
Benjamin Shell
9:54 AM
you can get the code from facebook, but it's just this format:
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="<?php print $absolute_url; ?>" layout="button_count" font="lucida grande"></fb:like>
Shawn DeArmond
9:54 AM