Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have followed the official steps from Facebook to create my Like button, pointing to my Facebook page. But when clicking on the Like button to post to my Facebook wall, there is not photo being shown.

I have used the suggested meta tags, still no hope. Any advice is appreciated!

Edited: The facebook popup is: enter image description here

And have used the following meta tags:

<meta property="og:title" content="sample title" />
<meta property="og:type" content="product" />
<meta property="og:url" content="https://www.facebook.com/mypagename" />
<meta property="og:image" content="http://www.mydomain.com/images/productimage.jpg" />
<meta property="og:site_name" content="sitename" />
<meta property="fb:admins" content="123456789" />

Another example of this issue, when I use this: https://developers.facebook.com/docs/reference/plugins/like/ to generate the Like button, for 1. https://www.facebook.com/google - I will see the all the information like title, URL, description, and the image. 2. https://www.facebook.com/KFC - There isn't any information being displayed. This is exactly the same issue as I am facing.

Please advice.

regards

share|improve this question
1  
you need to post screenshots or something to start with. at this point, you haven't given us enough to help you. – Michael Pryor Feb 21 '12 at 3:37
updated the question.. Thanks for your comment. – joe kirk Feb 21 '12 at 3:48
it might be cache related? see stackoverflow.com/questions/7507387/… – Michael Pryor Feb 21 '12 at 3:53
My facebook page is just a page, I have not created an app for it, would this be an issue? :) – joe kirk Feb 21 '12 at 3:57
updated the question again, the same thing happen to facebook.com/kfc, but facebook.com/google works. – joe kirk Feb 21 '12 at 5:48

1 Answer

For Facebook pages, you should use the Like Box plugin (as opposed to the Like plugin) as it is designed specifically for liking pages. It has more features aimed specifically for pages. See: https://developers.facebook.com/docs/reference/plugins/like-box/

share|improve this answer
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers accepted. Thank you! – DMCS Apr 17 '12 at 21:13
not really, found out that it could be a little bug from FB. Explanation: 1. facebook.com/abcdefg - doesnt' work, 2. facebook.com/abcdefg - works, 3. facebook.com/abcdefgdummystring - works. It seems like the page name is too short or something. Well, it works for all now. – joe kirk Apr 26 '12 at 1:43
Odd, using the Like Box I don't seem to have the same issue you're having. BTW, none of your links are real pages or they are hidden/private. This is probably why the like box plugin is not working for you. Can you create a jsfiddle for us to look at and might help us understand what your issue is. – DMCS Apr 27 '12 at 21:44
Here's a sample fiddle with a short name and a long name working correctly. jsfiddle.net/dmcs/3D2GD/14 – DMCS Apr 27 '12 at 21:49

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.