Skip to content

Instantly share code, notes, and snippets.

View fabiowitt's full-sized avatar

Fábio Witt Jagnow fabiowitt

View GitHub Profile
@fabiowitt
fabiowitt / social-sharing-alignment.html
Last active April 9, 2016 13:32 — forked from thebigreason/social-sharing-alignment.html
Align Facebook Like, Twitter Tweet and Google +1 buttons (Working for newer versions)
<div class="social">
<span class="twitter">
<a href="http://twitter.com/share" class="twitter-share-button" data-url="[your-url-here]">Tweet</a>
</span>
<span class="google">
<g:plusone size="medium" href="[your-url-here]"></g:plusone>
</span>
<span class="Facebook">
<iframe src="https://www.facebook.com/plugins/like.php?href=[your-url-here]&amp;show_faces=false&amp;layout=button_count" scrolling="no" frameborder="0" style="height: 21px; width: 100px" allowTransparency="true"></iframe>
</span>