forked from hmfaysal/Notepad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshare.html
16 lines (16 loc) · 1.13 KB
/
share.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div class="row text-center">
<section class="notepad-post-share">
<a class="twitter-icon" href="https://twitter.com/intent/tweet?text="{{ page.title }}"%20{{ site.url }}{{ page.url }}%20via%20@{{ site.owner.twitter }}"
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;" title="Share on Twitter">
<i class="fa fa-twitter"></i>
</a>
<a class="facebook-icon" 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">
<i class="fa fa-facebook"></i>
</a>
<a class="google-icon" 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+">
<i class="fa fa-google-plus"></i>
</a>
</section>
</div>