Reputation: 156
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!
Upvotes: 0
Views: 470
Reputation: 156
I found the solution. The problem why the like button didn't show was because of the 'country restrictions'. Go to your page -> manage permissions and delete all country restrictions.
Now the like button will show on all computers, mobile phones, tablets, etc.
Upvotes: 0
Reputation: 11
Try checking the length of your client's URL. I've found previously that the URL was simply too long. If they haven't claimed a unique URL (e.g. facebook.com/TheClientsName) then do that first and it should solve the problem.
Upvotes: 1