theread.me/_includes/share.html

8 lines
576 B
HTML
Raw Normal View History

2015-04-12 21:00:11 +04:30
<div class="share-page">
2017-02-23 16:08:14 +03:30
Share in
2015-04-12 21:00:11 +04:30
<a href="https://twitter.com/intent/tweet?text={{ page.title }}&url={{ site.url }}{{ page.url }}&via={{ site.twitter_username }}&related={{ site.twitter_username }}" rel="nofollow" target="_blank" title="Share on Twitter">Twitter</a>
<a href="https://facebook.com/sharer.php?u={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Facebook">Facebook</a>
<a href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Google+">Google+</a>
2017-02-23 16:08:14 +03:30
</div>