Skip to content

Instantly share code, notes, and snippets.

@wilr
Created September 30, 2011 01:58
Show Gist options
  • Save wilr/1252469 to your computer and use it in GitHub Desktop.
Save wilr/1252469 to your computer and use it in GitHub Desktop.
Basic Facebook and Twitter Share Links
<div class="share-buttons">
<!-- data-via can be the twitter username, data-related is another twitterusername -->
<div class="twitter">
<a href="http://twitter.com/share" class="twitter-share-button" data-text="$Title" data-url="$AbsoluteLink" data-count="horizontal" data-via="" data-related="">Tweet</a>
</div>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<iframe src="http://www.facebook.com/plugins/like.php?href={$AbsoluteLink}&amp;layout=button_count&amp;show_faces=false&amp;width=150&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowTransparency="true"></iframe>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment