Viewing Embedding Facebook Social Plugins

Embedding Facebook Social Plugins



User: Nadia M. 10 years ago
I'd like to embed some facebook social plugins into my site. I've tried using the html snippet to paste in the iframe code, and also the html5 code but the snippet isn't creating anything. Can you advise which code I use... and if I have to include the java script code somewhere on the page, how do I do this?

Thank you!
User: Paul-RAGESW 10 years ago
You can use the Facebook Widget under the Widgets menu for this.

However, as for your code, it is likely that it will work when you preview or publish our site.

If it doesn't, and you don't want to use the widget, please post the code you are using here so we can take a look.

-------------------------------
Paul
EverWeb Developer
User: Nadia M. 10 years ago
I wanted to add a 'facepile' plug-in which isn't found in the widget... but I'll try to preview when I publish it and see if that works. Can you answer which code to use out of the choices given?? Thank you for responding so quickly!!
User: Roddy 10 years ago
Usually, these widgets won't show up until you publish to the server.

Choose HTML5

Enter the first part of the code with the java script SDK into the Footer Code box in the page inspector.

If you add the "http:" to this URL…

js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=334732009938228";

to get…

js.src = "http://connect.facebook.net/en_US/all.js#xfbml=1&appId=334732009938228";

It may work locally.

Paste the second block of code into an HTML Snippet and drag it to where ever you want it on the page.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.


Post Reply
You must login or signup to post.