2011-07-19 22:28:48 -04:00
< div class = "sharing" >
{% if site.twitter_tweet_button %}
2012-06-05 01:08:10 -04:00
{% if site.do_not_track %}
< a href = "http://twitter.com/share" title = "Tweet this" class = "twitter-share" target = "_blank" > Tweet< / a >
{% else %}
< a href = "http://twitter.com/share" title = "Tweet this" class = "twitter-share-button twitter-share" data-url = "{{ site.url }}{{ page.url }}" data-via = "{{ site.twitter_user }}" data-counturl = "{{ site.url }}{{ page.url }}" target = "_blank" > Tweet< / a >
{% endif %}
2011-07-19 22:28:48 -04:00
{% endif %}
{% if site.google_plus_one %}
2012-06-05 01:08:10 -04:00
{% if site.do_not_track %}
< a title = "+1 on Google Plus" class = "googleplus-share" href = "https://plusone.google.com/_/+1/confirm?hl=en&url={{site.url}}{{page.url}}" target = "_blank" > +1< / a >
{% else %}
< div class = "g-plusone" data-size = "{{ site.google_plus_one_size }}" > < / div >
{% endif %}
2011-07-19 22:28:48 -04:00
{% endif %}
2011-12-10 11:40:10 -05:00
{% if site.facebook_like %}
2012-06-05 01:08:10 -04:00
{% if site.do_not_track %}
2012-06-05 01:25:28 -04:00
< a title = "Share on Facebook" class = "facebook-share" href = "http://www.facebook.com/sharer.php?u={{site.url}}{{page.url}}" target = "_blank" > Share< / a >
2012-06-05 01:08:10 -04:00
{% else %}
< div class = "fb-like" data-send = "true" data-width = "450" data-show-faces = "false" > < / div >
{% endif %}
2011-12-10 11:40:10 -05:00
{% endif %}
2012-06-05 01:08:10 -04:00
{% include custom/sharing.html %}
2011-07-19 22:28:48 -04:00
< / div >