Updated the twitter web share API

New API can be found here https://dev.twitter.com/web/tweet-button/web-intent
This commit is contained in:
Acho Arnold 2015-05-26 10:21:36 +01:00
parent c1443a6e04
commit 01c46dd225
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
<section class="share">
<h4>Share this post</h4>
<a class="icon-twitter" href="https://twitter.com/share?text={{encode title}}&amp;url={{url absolute="true"}}"
<a class="icon-twitter" href="https://twitter.com/intent/tweet?text={{encode title}}&amp;url={{url absolute="true"}}"
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<span class="hidden">Twitter</span>
</a>