mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 15:55:03 -04:00
25 lines
1.2 KiB
HTML
25 lines
1.2 KiB
HTML
<div class="sharing">
|
|
{% if site.twitter_tweet_button %}
|
|
{% if site.respectfully_social %}
|
|
<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" data-url="{{ site.url }}{{ page.url }}" data-via="{{ site.twitter_user }}" data-counturl="{{ site.url }}{{ page.url }}" target="_blank" >Tweet</a>
|
|
{% endif %}
|
|
{% endif %}
|
|
{% if site.google_plus_one %}
|
|
{% if site.respectfully_social %}
|
|
<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 %}
|
|
{% endif %}
|
|
{% if site.facebook_like %}
|
|
{% if site.respectfully_social %}
|
|
<a title="Share on Facebook" class="facebook-share" href="http://www.facebook.com/sharer.php?u={{site.url}}{{page.url}}" target="_blank">Share</a>
|
|
{% else %}
|
|
<div class="fb-like" data-send="true" data-width="450" data-show-faces="false"></div>
|
|
{% endif %}
|
|
{% endif %}
|
|
{% include custom/sharing.html %}
|
|
</div>
|