How to paste a facebook Embed Code in my website

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
petejos
 
 
Posts: 155
Joined: Wed Aug 22, 2012 11:43 am

How to paste a facebook Embed Code in my website

Post by petejos »

Hi Pablo,

I need to know how to paste the embed code into my website. Thanks.
petejos
 
 
Posts: 155
Joined: Wed Aug 22, 2012 11:43 am

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

Post 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>
User avatar
Pablo
 
Posts: 21712
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

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

Post by Pablo »

You can add custom code via the HTML object.

https://www.wysiwygwebbuilder.com/add_html.html
petejos
 
 
Posts: 155
Joined: Wed Aug 22, 2012 11:43 am

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

Post 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.
User avatar
Pablo
 
Posts: 21712
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

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

Post by Pablo »

Did you publish the page? Facebook code only works when the page is online.
petejos
 
 
Posts: 155
Joined: Wed Aug 22, 2012 11:43 am

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

Post by petejos »

User avatar
ColinM
 
 
Posts: 962
Joined: Wed Feb 09, 2011 3:40 am
Location: Western Australia

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

Post 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.
Yours truly
Colin M
Western Australia
User avatar
Pablo
 
Posts: 21712
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

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

Post 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"
petejos
 
 
Posts: 155
Joined: Wed Aug 22, 2012 11:43 am

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

Post by petejos »

The embedded coded is not responsive. What should I do?
User avatar
Pablo
 
Posts: 21712
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

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

Post by Pablo »

Did you make the code responsive?
petejos
 
 
Posts: 155
Joined: Wed Aug 22, 2012 11:43 am

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

Post by petejos »

HI Pablo,

How to make the code responsive? Thanks.
User avatar
Pablo
 
Posts: 21712
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

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

Post 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.
Post Reply