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.

Why does a youtube icon show up on facebook after users on my site make a comment?

For example: http://freeskateboardsticker.com/news/articles.php?articleId=54

If you make a comment on any of the pages on my site, the comments are fine and do what they are supposed to do, but after the user makes a comment and they go to their facebook account to see that comment, there is a YouTube icon next to it.

How to change this?

I have searched and cannot find anyone else with this issue.

Thank You. James

share|improve this question
How do I get my website icon/thumbnail to show in the comments on the users' facebook? – James Andrews Feb 3 '12 at 19:54

closed as off topic by Brad Larson, Book Of Zeus, casperOne Feb 5 '12 at 3:56

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 0 down vote accepted

I see you don't have any og:image specified for http://freeskateboardsticker.com/news/articles.php?articleId=54

See: http://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Ffreeskateboardsticker.com%2Fnews%2Farticles.php%3FarticleId%3D54

For issues you should fix.

share|improve this answer
Thanks DMCS. There were 8 Inferred Property Warnings. I really don't understand them. I will try to work them out, but do all the og:properties go into meta tags or in the fb: calls on the page? – James Andrews Feb 3 '12 at 20:09
they go in the head section. See ogp.me for lots of examples. – DMCS Feb 3 '12 at 20:20
1  
That was exactly what I was lookng for! Thanks again DMCS for your help. – James Andrews Feb 3 '12 at 20:24
Thanks, please mark my answer as accepted. See meta.stackoverflow.com/questions/5234/… thanks! :) – DMCS Feb 3 '12 at 20:27

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