mirror of
https://github.com/fergalmoran/dss.git
synced 2026-03-29 17:05:04 +00:00
19 lines
675 B
HTML
19 lines
675 B
HTML
<script>
|
|
window.fbAsyncInit = function() {
|
|
FB.init({
|
|
appId : '154504534677009',
|
|
channelUrl : 'http://www.deepsouthsounds.com/channel.html',
|
|
status : true,
|
|
cookie : true,
|
|
xfbml : true
|
|
});
|
|
};
|
|
(function(d){
|
|
var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];
|
|
if (d.getElementById(id)) {return;}
|
|
js = d.createElement('script'); js.id = id; js.async = true;
|
|
js.src = "//connect.facebook.net/en_US/all.js";
|
|
ref.parentNode.insertBefore(js, ref);
|
|
}(document));
|
|
</script>
|
|
<div id="fb-root" class="fb-root"></div> |