I tried my possible best to make it work but I couldn't.
This is what I did.
<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>
please add https: before // in your iframe
tag
like this
<iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Ffacebook.com%2Fhoriyahng%2F&width=200&layout=standard&action=like&show_faces=true&share=true&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:80px;" allowTransparency="true"></iframe>
This is fiddle link where your box is working check it. http://jsfiddle.net/u5Lgeg5e/