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.

This question already has an answer here:

Can I autoplay embed facebook video? Tried adding <param name=\"autoplay\" value=\"true\" /> but it's not do not helped.

<object width=\"{0}\" height=\"{1}\" >
<param name=\"allowfullscreen\" value=\"true\" />
<param name=\"movie\" value=\"http://www.facebook.com/v/{2}\" />
<param name=\"autoplay\" value=\"true\" />
<embed src=\"http://www.facebook.com/v/{2}\" type=\"application/x-shockwave-flash\" allowfullscreen=\"true\" width=\"{0}\" height=\"{1}\"></embed>
</object>
share|improve this question

marked as duplicate by Clive, Bill the Lizard Mar 21 at 12:57

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

Add this after the src of the video... &autoplay=1

share|improve this answer

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