Facebook like button disappeared

trozma

Newbie
Joined
Jan 17, 2010
Messages
47
Reaction score
0
Hi,

Please help.

I want to add a facebook like button for my facebook page on my website, but I cannot do it because the fb like button does not show up.

When I go to the like button configurator https://developers.facebook.com/docs/plugins/like-button#configurator , and enter the url of my fb page in the 'URL to like', the like button does not show up. Even if I copy & paste the code generated from the like button configurator to my website, the like button does not show up on my website.

But if I enter a different facebook page in the 'URL to like', the like button shows up and everything works as expected.

I noticed this issue about 10 days ago.

Before that, there were no issues and the like button for my fb page was visible on my website and also in the like button configurator https://developers.facebook.com/docs/plugins/like-button#configurator.

I contacted facebook about this issue many time but they don't answer.

Why is my like button not visible anymore?
screencapture.jpg
 
Code:
<iframe src="https://www.facebook.com/plugins/like.php?href=URL_HERE&width=450&layout=standard&action=like&size=small&show_faces=true&share=true&height=80&appId" width="450" height="80" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>

change url_here with your page
 
Code:
<iframe src="https://www.facebook.com/plugins/like.php?href=URL_HERE&width=450&layout=standard&action=like&size=small&show_faces=true&share=true&height=80&appId" width="450" height="80" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>

change url_here with your page

I did it. The like button still doesn't want to show.
 
Back
Top