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
-
-
- Posts: 152
- Joined: Wed Aug 22, 2012 11:43 am
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.
-
-
- Posts: 152
- Joined: Wed Aug 22, 2012 11:43 am
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>
- Pablo
- Posts: 23621
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
-
-
- Posts: 152
- Joined: Wed Aug 22, 2012 11:43 am
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.
- Pablo
- Posts: 23621
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
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.
-
-
- Posts: 152
- Joined: Wed Aug 22, 2012 11:43 am
- ColinM
-
- Posts: 913
- Joined: Wed Feb 09, 2011 3:40 am
- Location: Western Australia
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
- Pablo
- Posts: 23621
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
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"
-
-
- Posts: 152
- Joined: Wed Aug 22, 2012 11:43 am
Re: How to paste a facebook Embed Code in my website
The embedded coded is not responsive. What should I do?
- Pablo
- Posts: 23621
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: How to paste a facebook Embed Code in my website
Did you make the code responsive?
-
-
- Posts: 152
- Joined: Wed Aug 22, 2012 11:43 am
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.
- Pablo
- Posts: 23621
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
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.