Created
January 18, 2014 22:10
-
-
Save modmedia/8497442 to your computer and use it in GitHub Desktop.
Add social icons to Mura pages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--- Add to the top of your page body in the template ---> | |
<!--- Facebook Share Script ---> | |
<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/all.js##xfbml=1&appId=xxxxxxxxxxxxx"; | |
fjs.parentNode.insertBefore(js, fjs); | |
}(document, 'script', 'facebook-jssdk'));</script><!--- End Facebook Share Script ---> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment