Skip to content

Instantly share code, notes, and snippets.

@fastdivision
Last active December 10, 2015 02:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fastdivision/4371599 to your computer and use it in GitHub Desktop.
Save fastdivision/4371599 to your computer and use it in GitHub Desktop.
FB Connect update for Avalanche
<!--
Replace Lines 21-28 in /app/design/frontend/avalanche/default/template/page/html/header.phtml
with the following code:
-->
<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/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment