billybatz9
Active member
I would like to add a facebook feed to my sidebar. I am using...
https://developers.facebook.com/docs/plugins/page-plugin
to do it.
However, I am not sure where to place the code that says to:
This is the code:
https://developers.facebook.com/docs/plugins/page-plugin
to do it.
However, I am not sure where to place the code that says to:
Can someone help please.1. Include the JavaScript SDK on your page once, ideally right after the opening <body> tag.
This is the code:
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5&appId=581373728571580";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>