Created
September 11, 2015 21:07
-
-
Save MatthewRDodds/6d478abd4282173415b6 to your computer and use it in GitHub Desktop.
Uncaught Error: invalid version specified
This file contains hidden or 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
<html> | |
<head> | |
<title>Your Website Title</title> | |
<!-- You can use open graph tags to customize link previews. | |
Learn more: https://developers.facebook.com/docs/sharing/webmasters --> | |
<meta property="og:url" content="http://www.your-domain.com/your-page.html" /> | |
<meta property="og:type" content="website" /> | |
<meta property="og:title" content="Your Website Title" /> | |
<meta property="og:description" content="Your description" /> | |
<meta property="og:image" content="http://www.your-domain.com/path/image.jpg" /> | |
</head> | |
<body> | |
<!-- Load Facebook SDK for JavaScript --> | |
<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 = "http://connect.facebook.net/en_US/sdk.js#xfbml=1"; | |
fjs.parentNode.insertBefore(js, fjs); | |
}(document, 'script', 'facebook-jssdk'));</script> | |
<!-- Your share button code --> | |
<div class="fb-share-button" | |
data-href="http://www.your-domain.com/your-page.html" | |
data-layout="button_count"> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment