I’ve been trying to use the iframe code provided by Facebook to Livestream videos on a website at the same time it is streaming on Facebook. Unfortunately, I have not been successful with it. Can someone please clarify what am I missing here? Please see an example of how I’m doing it at the moment.
- When scheduling a live video and before clicking on the “Schedule Live Video” button, I copy the iframe code available on Facebook. See image below:
- I usually paste this iframe code on the website but no video is streamed when the Livestream is happening on Facebook. The screen always stays blank. I tested it in JS fiddle as well. For testing purposes, I used the iframe code for the post and the iframe code for the video.
If I use the iframe code for the post, it works fine - the post image display on the screen. See below.
However, if I use the iframe for the video it shows me a blank screen – before and during the Livestream. Image below.
My question: Is there a way to use the iframe code to Livestream the video on a website at the same time as it is streaming on Facebook? What am I doing wrong?