Using ZC 1.5.6c and recently I engaged in adding video content to my store. I chose not to use youtube video as I didn't want unsolicited ads to post after the video was viewed. So I chose Facebook video content.

There are currently 2 options from the facebook developer page ( https://developers.facebook.com/docs...-video-player/ ).
Of the 2 options, while adding video to my defined main page.

First I chose the iframe code.

Inserts easily, no ads, however, I haven't been able to get the video to autoplay once the page loads. Any thoughts?

I next tried the SDK code snippet - I had to add a variable to the "get code" as facebook doesn't embed the autoplay option. I added the code data-autoplay="true" after the data-show-text="false" statement and it worked great. I also left the data width empty so it auto fills the allocated placement.