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 testing Facebook audio share functionality and having an issue with the image not showing up.

So this is what I have.

<meta name="description" content="audio_description" />
<meta property="og:image" content="http://domain.com/image.jpg" />
<meta property="og:audio" content="http://domain.com/audio.mp3" />

The audio does show up, so that part is fine.
However, the image that is supposed to go on the left of the audio doesn't.
Do I need to do something special?

I also tried

<link rel="image_src" href="http://domain.com/image.jpg" />

Same result.

I'm expecting the output to look something like this http://www.allfacebook.com/wordpress/wp-content/uploads/2010/03/share-song.jpg

Thanks,
Tee

share|improve this question
hi have you got success audio sharing on facebook.. – Amit Battan Jul 4 '12 at 17:40
What does the Debugger say when you enter the URL? If you include the URL, we can view/debug it. – Donn Lee Oct 17 '12 at 2:18

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.