forked from litao-buptsse/litao-buptsse.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathshare.html
executable file
·15 lines (15 loc) · 1.15 KB
/
share.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<section class="share">
<h3>Share</h3>
<a aria-label="Share on Twitter" href="https://twitter.com/intent/tweet?text="{{ page.twitter_text }}"%20{{ site.url }}{{ page.url }}%20via%20@{{ site.twitter_username }}&hashtags={% for tag in page.tags %}{{tag}},{% endfor %}"
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;" title="Share on Twitter">
<svg class="icon icon-twitter"><use xlink:href="#icon-twitter"></use></svg>
</a>
<a aria-label="Share on Facebook"href="https://www.facebook.com/sharer/sharer.php?u={{ site.url }}{{ page.url }}"
onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;" title="Share on Facebook">
<svg class="icon icon-facebook"><use xlink:href="#icon-facebook"></use></svg>
</a>
<a aria-label="Share on Google Plus" href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}"
onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;" title="Share on Google+">
<svg class="icon icon-google-plus"><use xlink:href="#icon-google-plus"></use></svg>
</a>
</section>