How to Add a Simple Facebook Like Button to Your Website
Alison Rothwell
Facebook Like buttons are all the rage - here's a very simple way to add one to your website. You can add this a "Like" button with literally a single line of code. This method uses a simple iFrame which you can see the code for below. All you need to do is just copy this into your webpage and you are done... simple. <*iframe src="http://www.facebook.com/widgets/like.php?href=http://example.com" scrolling="no"
frameborder="0" style="border:none; width:450px; height:80px"> * remove the asterisks!
When You've added the code, it should look like this! >>>>
|