How to paste a facebook Embed Code in my website
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
How to paste a facebook Embed Code in my website
Hi Pablo,
I need to know how to paste the embed code into my website. Thanks.
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
<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
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.
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
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
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.
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.
Yours truly
Colin M
Western Australia
Colin M
Western Australia
Re: How to paste a facebook Embed Code in my website
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
The embedded coded is not responsive. What should I do?
Re: How to paste a facebook Embed Code in my website
Did you make the code responsive?
Re: How to paste a facebook Embed Code in my website
HI Pablo,
How to make the code responsive? Thanks.
How to make the code responsive? Thanks.
Re: How to paste a facebook Embed Code in my website
You can make code responsive by making sure it uses 100% of its container (div).
For example:
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.
For example:
Code: Select all
width="100%" height="100%"
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.