scottkinwa Posted March 10, 2020 Share Posted March 10, 2020 Site URL: http://www.iamrc.org Can anyone share with me the code to embed a Facebook Live feed onto our page? All the articles I have found here are at least 4 years old and I know FB stuff has changed a lot since then. Thanks! Link to comment
tuanphan Posted March 10, 2020 Share Posted March 10, 2020 Which plan do you use? Personal or Business..? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
rfowler Posted March 27, 2020 Share Posted March 27, 2020 Here's what I did… Add code block where you want feed to display Add following code, replace your Facebook Live iFrame feed URL <div style="display:flex; justify-content: center"> <!-- START REPLACE FB LINK --> <iframe src="https://your.facebook.com/iframeURL-here" width="500" height="499" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allow="encrypted-media"></iframe> <!-- END REPLACE FB LINK --> </div> Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.