2011-07-12 19:40:57 -04:00
< div class = "sharing" >
{% if site.twitter_tweet_button %}
2012-06-05 13:39:23 -04:00
{% if site.respectfully_social %}
2012-06-05 01:07:23 -04:00
< a href = "http://twitter.com/share" title = "Tweet this" class = "twitter-share" target = "_blank" > Tweet< / a >
{% else %}
2012-06-05 13:39:23 -04:00
< a href = "http://twitter.com/share" title = "Tweet this" class = "twitter-share-button" data-url = "{{ site.url }}{{ page.url }}" data-via = "{{ site.twitter_user }}" data-counturl = "{{ site.url }}{{ page.url }}" target = "_blank" > Tweet< / a >
2012-06-05 01:07:23 -04:00
{% endif %}
2011-07-12 19:40:57 -04:00
{% endif %}
{% if site.google_plus_one %}
2012-06-05 13:39:23 -04:00
{% if site.respectfully_social %}
2012-06-05 01:07:23 -04:00
< 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-12 19:40:57 -04:00
{% endif %}
2011-10-09 04:29:02 -04:00
{% if site.facebook_like %}
2012-06-05 13:39:23 -04:00
{% if site.respectfully_social %}
2012-06-05 01:25:04 -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:07:23 -04:00
{% else %}
< div class = "fb-like" data-send = "true" data-width = "450" data-show-faces = "false" > < / div >
{% endif %}
2011-10-09 04:29:02 -04:00
{% endif %}
2012-06-05 01:07:23 -04:00
{% include custom/sharing.html %}
2011-07-12 19:40:57 -04:00
< / div >