Facebook "Like" button to any site
March 20, 2011
[Warning: This post is a backup recovery from my previous Wordpress blog. All content was automatically converted accessing a MySQL database using a Python script (details). Mostly are in Portuguese but if you are interest I can translate to English. If you found any problem dont’t hesitate to contact me in comments.]
My dirty code to quickly add functionality of Facebook button to websites that I visit.
javascript:void(location.href=’http://www.facebook.com/plugins/like.php?href=’+encodeURIComponent(location.href))
To use just move the link below to your bookmarks bar.
I dont know if its the correct way just opted for that because I want share some content that arent integrated with Facebook API.