Updating theme - version 4.0.0 - fonts, conditional comments, prev & next posts,...
[ghost-theme-willow.git] / partials / post-share.hbs
1 <div class="c-post-view-share">
2 <a class="c-post-view-share__item c-post-view-share__item--twitter" href="https://twitter.com/intent/tweet?text={{encode title}}&amp;url={{url absolute="true"}}"
3 onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
4 Share on Twitter
5 </a>
6 <a class="c-post-view-share__item c-post-view-share__item--facebook" href="https://www.facebook.com/sharer/sharer.php?u={{url absolute="true"}}"
7 onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
8 Share on Facebook
9 </a>
10 <a class="c-post-view-share__item c-post-view-share__item--google" href="https://plus.google.com/share?url={{url absolute="true"}}"
11 onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
12 Share on Google+
13 </a>
14 </div>