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.

When sharing a link on Facebook, the major video providers like Youtube and Vimeo are automatically embedded when the link appears in someone's news feed or timeline.

Are there any ways, either APIs or meta tags on a resources URL, for this auto-embedding to happen from a custom video provider?

share|improve this question

closed as off topic by Igy, casperOne Jun 19 '12 at 17:40

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

In future please research your question. Second result on Google I found that solves your answer.

You can use the following:

<embed src="http://www.tizag.com/files/html/htmlexample.mpeg" autostart="false" />

Please see: http://www.tizag.com/htmlT/htmlvideocodes.php

share|improve this answer
That does not answer my question. It does however reveal that my question needed clarification. By tagging it with "facebook-sharer", I was trying to address sharing a video on on Facebook. When you provide a link like youtube.com/watch?v=video_id, Facebook does some auto-embedding on a user's timeline based off of that link. I'm asking if there are any ways to do that for a custom provider. I'm not talking about trivially using an embed tag on a domain you control. – danott Jul 16 '12 at 22:34
Edited original question for clarification. Also, found this related question, so this can stay closed as a duplicate. stackoverflow.com/questions/4038936/… – danott Jul 16 '12 at 22:42

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