Merge pull request #210 from najela/patch-1
Updated the twitter web share API
This commit is contained in:
commit
1a3dd91f81
2
post.hbs
2
post.hbs
|
@ -58,7 +58,7 @@
|
|||
|
||||
<section class="share">
|
||||
<h4>Share this post</h4>
|
||||
<a class="icon-twitter" href="https://twitter.com/share?text={{encode title}}&url={{url absolute="true"}}"
|
||||
<a class="icon-twitter" href="https://twitter.com/intent/tweet?text={{encode title}}&url={{url absolute="true"}}"
|
||||
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
|
||||
<span class="hidden">Twitter</span>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue