How to autoplay embedded Facebook videos?

前端 未结 8 944
北海茫月
北海茫月 2020-12-17 19:53

This page shows how to create the embed code for any Facebook video to embed them in external websites.

Is there a way to start the playback automatically on page lo

相关标签:
8条回答
  • 2020-12-17 20:52

    it shouldn't matter which videos you are embedding. adding the code

    &autoplay=1

    to the end of the URL of the video you are embedding should resolve the issu and allow the video to play automatically.

    0 讨论(0)
  • 2020-12-17 20:54

    waitforclick

    Indicates whether to autoplay the Flash object (false) when allowed. false does not work in profiles for security and aesthetic reasons, except after an AJAX call. Default value is true

    https://developers.facebook.com/docs/reference/fbml/swf/

    U have to change the the example code from the bottom to the the facebook video, like in your provided link explained.

    Didnt tried it, but maybe it helps

    regards

    0 讨论(0)
提交回复
热议问题