Friday, 1 February 2013

LIKE BOTTON FOR FACEBOOK IN HTML

Like Botton In Html For FACEBOOK

COPY THIS PASTE IN NOTEPADE AND SAVE AS LIKE.HTML




<html>
    <head>
      <title>My Great Web page</title>
    </head>
    <body>
       <iframe src="https://www.facebook.com/plugins/like.php?href=https://www.facebook.com/sunilkumardheendhwal/"
        scrolling="no" frameborder="0"
        style="border:none; width:450px; height:80px"></iframe>
    </body>
 </html>