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'm having a problem since this past week. When I try to share a video from my website (blogger), the youtube thumbnail doesn't appear.

See this example:

https://www.facebook.com/sharer/sharer.php?app_id=309437425817038&sdk=joey&u=http%3A%2F%2Fwww.antesfossefacil.com%2F2013%2F02%2Fque-puto-de-golaco-dos-melhores-de.html&display=popup

share|improve this question
Isn't this an exact duplicate of your other question (facebook.stackoverflow.com/q/15231287/1721527)? – Joshua Dwire Mar 7 at 14:41
but they closed the question – user2136986 Mar 7 at 19:34
There was a reason your other question was closed, and this one is likely to get closed too. Instead of reposting your question, edit your old one and make it better. – Joshua Dwire Mar 7 at 19:48

marked as duplicate by George Stocker Mar 8 at 15:11

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

If you run the URL through the debugger, it will show you these warnings for your URL.

Small og:image: All the images referenced by og:image should be at least 200px in both dimensions, with 1500x1500 preferred. (Maximum image size is 5MB.) Please check all the images with tag og:image in the given url and ensure that it meets the recommended specification.

og:image should be larger: Provided og:image is not big enough. Please use an image that's at least 200x200 and preferably 1500x1500. (Maximum image size is 5MB.) Image 'http://2.bp.blogspot.com/-Cq-6EzxeQ7A/T57exlijroI/AAAAAAAAAqo/X_opAw26xxU/s1600/antesfoss+NOVO+1.png' will be used instead.

Fix these warnings to generate that thumbnail.

share|improve this answer
yes, that exactly my problem, but I don't know how to do that – user2136986 Mar 7 at 17:39
What you mean? You use a bigger image. You need to use an image with a height and width of >= 200 pixels. – Tommy Crush Mar 7 at 19:03
but the image is from the youtube video, the debugger is getting a default --> img.youtube.com/vi/moHR8tzNeyA/default.jpg and that image dont have the 200px – user2136986 Mar 7 at 19:35
Use the maxresdefault.jpg endpoint instead of default. So in your example: img.youtube.com/vi/moHR8tzNeyA/maxresdefault.jpg – Tommy Crush Mar 7 at 19:38
and how do I make blogger to do that? – user2136986 Mar 7 at 19:39
show 1 more comment

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