blog/source/_includes/post/sharing.html

23 lines
797 B
HTML
Raw Normal View History

2012-06-03 11:40:57 +00:00
<div class="share">
2013-09-06 22:15:18 +00:00
{% if site.flattr_user %}
{% include post/flattr_button.html %}
{% endif %}
2012-06-03 11:40:57 +00:00
<div class="addthis_toolbox addthis_default_style ">
2013-09-06 22:15:18 +00:00
{% if site.facebook_like %}
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
{% endif %}
{% if site.twitter_tweet_button %}
<a class="addthis_button_tweet"></a>
{% endif %}
{% if site.google_plus_one %}
<a class="addthis_button_google_plusone" g:plusone:size="{{ site.google_plus_one_size }}"></a>
{% endif %}
{% if site.addthis_button %}
<a class="addthis_counter addthis_pill_style"></a>
{% endif %}
2012-06-03 11:40:57 +00:00
</div>
2013-09-06 22:15:18 +00:00
{% if site.addthis_button %}
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid={{ site.addthis_profile_id }}"></script>
{% endif %}
2012-06-03 11:40:57 +00:00
</div>