How to autoplay embedded Facebook videos?

前端 未结 8 994
北海茫月
北海茫月 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:42

    For Youtube, add &autoplay=1 at the end of the URL used to autoplay the video. For example:

    If the URL to get to the video is:

    http://www.youtube.com/v/xxx

    The autoplay URL is:

    http://www.youtube.com/v/xxx&autoplay=1

    The above works for Youtube, but Facebook is a little different:

    In the embed portion of the code to autoplay the video on your site add the following parameter:

    
    

    This method works on other sites as well, mostly those that use a Flash-based video player.

提交回复
热议问题