theread.me/_includes/share.html

8 lines
576 B
HTML
Raw Normal View History

2015-04-12 16:30:11 +00:00
<div class="share-page">
2017-02-23 12:38:14 +00:00
Share in
2015-04-12 16:30:11 +00:00
<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 12:38:14 +00:00
</div>