Page 1 of 1

How to paste a facebook Embed Code in my website

Posted: Thu Mar 19, 2020 7:26 am
by petejos
Hi Pablo,

I need to know how to paste the embed code into my website. Thanks.

Re: How to paste a facebook Embed Code in my website

Posted: Thu Mar 19, 2020 7:27 am
by petejos
<iframe src="https://www.facebook.com/plugins/video. ... 2F&width=0" width="0" height="0" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allowFullScreen="true"></iframe>

Re: How to paste a facebook Embed Code in my website

Posted: Thu Mar 19, 2020 7:28 am
by Pablo
You can add custom code via the HTML object.

https://www.wysiwygwebbuilder.com/add_html.html

Re: How to paste a facebook Embed Code in my website

Posted: Thu Mar 19, 2020 7:36 am
by petejos
Hi Pablo,

I tired, but nothing show

www.goec.com.au/live.wbs

can you help me to check what ahve i done wrong? Thanks.

Re: How to paste a facebook Embed Code in my website

Posted: Thu Mar 19, 2020 7:51 am
by Pablo
Did you publish the page? Facebook code only works when the page is online.

Re: How to paste a facebook Embed Code in my website

Posted: Thu Mar 19, 2020 8:08 am
by petejos

Re: How to paste a facebook Embed Code in my website

Posted: Thu Mar 19, 2020 8:15 am
by ColinM
Hi Petejos,

Not saying this IS the cause, but something I learned with one of my website clients - make sure that FB PAGE > Page Settings > Age Restrictions - is set to everyone.

Re: How to paste a facebook Embed Code in my website

Posted: Thu Mar 19, 2020 8:54 am
by Pablo
You did not specify a width and height in the code so the size is zero...

Code: Select all

width="0" height="0"

Re: How to paste a facebook Embed Code in my website

Posted: Sat Jul 04, 2020 11:58 am
by petejos
The embedded coded is not responsive. What should I do?

Re: How to paste a facebook Embed Code in my website

Posted: Sat Jul 04, 2020 1:11 pm
by Pablo
Did you make the code responsive?

Re: How to paste a facebook Embed Code in my website

Posted: Sat Nov 28, 2020 9:10 pm
by petejos
HI Pablo,

How to make the code responsive? Thanks.

Re: How to paste a facebook Embed Code in my website

Posted: Sat Nov 28, 2020 9:19 pm
by Pablo
You can make code responsive by making sure it uses 100% of its container (div).
For example:

Code: Select all

width="100%" height="100%"
Note that I cannot teach you how to modify code. Every script is different and for me it may also take a long time to figure out how the code works.
However, the code will be inserted "AS IS", so if it does not work the either the coder is invalid, or it conflicts with other code on the page.