I'm managing a page for a client that has a like button on his page. The strange thing is that it doesn't show up in IE, while it does in other browsers. I use the iframe code of facebook:
<iframe src="http://www.facebook.com/plugins/like.php?href=URLOFPAGE&send=false&layout=button_count&width=150&show_faces=true&action=like&colorscheme=light&font&height=21&" scrolling="no" frameborder="0" style="border:none; overflow:auto; width:150px; height:21px;" allowTransparency="true"></iframe>
When I use the url of my own facebook page the like button works (even in IE), but when I use the url of my client it doesn't. What could be wrong?
Thanks in advance!