I tried my possible best to make it work but I couldn't.
This is what I did.
- follow the instructions on https://developers.facebook.com/docs/plugins/like-button
- copy and paste my iframe tag to my test.html file inside the
<body>
. horiyang is the name of the facebook.
<!DOCTYPE HTML> <html> <body> <iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Ffacebook.com%2Fhoriyahng%2F&width=200x200&layout=standard&action=like&show_faces=true&share=true&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200x200px; height:80px;" allowTransparency="true"></iframe> </body> </html>