I've tried adding a Facebook Like button to my blogger site using the JavaScript SDK/XFBML and the iFrame methods.
The button will show up and it will work, but the notification never shows up in the Facebook News Feed -- only in the individual profile.
It doesn't seem to matter which method I use, so I've been fiddling with the iFrame. I tried this, but still, same problem -- notification doesn't show up in news feed:
<iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&layout=standard&show_faces=false&width=100&action=like&font=arial&colorscheme=light"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:40px;'/>
Anyone out there have suggestions?