Skip to content

Instantly share code, notes, and snippets.

@andershaig
Created October 23, 2012 17:31
Show Gist options
  • Select an option

  • Save andershaig/3940225 to your computer and use it in GitHub Desktop.

Select an option

Save andershaig/3940225 to your computer and use it in GitHub Desktop.
Boilerplate Sharing
#sharing {
text-align: center;
margin-top: 20px;
margin-bottom: 10px;
overflow: hidden;
}
.like_and_send {
display:inline-block;
}
<div class="row">
<div class="span12">
<div id="sharing">
{% plugin fb_like_button like_and_send %}
{% marker like_and_send %}
{{ like_and_send }}
{% endmarker %}
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment