Example of using the Facebook Like Plugin

This Like Button Plugin is really just an iframe. The content of the iframe is the like button.

So the Like button looks like it's on your own site, but it's really being pulled from Facebook's site.

Notice that the URL of the iframe contains a query string that passes the URL of our current page to the Facebook script

Here is the code used on this page:

    <iframe src="http://www.facebook.com/widgets/like.php?href=http%3A%2F%2Fonepotcooking.com%2Fexamples%2Fclass11%2Ffacebook%2Flike.php"
            scrolling="no" frameborder="0"
            style="border:none; width:450px; height:80px"></iframe>