Skip to content

Commit

Permalink
updating the twitter share URL now that it has moved locations
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Patt committed Apr 6, 2011
1 parent e82fbd9 commit 1dd807d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion future/templates/common/share.tpl
Expand Up @@ -15,7 +15,7 @@
<a class="sharelink" href="http://m.facebook.com/sharer.php?u={$shareURL}&t={$shareRemark}"><img src="/common/images/button-facebook.png" alt="" width="32" height="32" />Facebook</a>
</li>
<li>
<a class="sharelink" href="http://m.twitter.com/share?url={$shareURL}&amp;text={$shareRemark}&amp;Via=Harvard"><img src="/common/images/button-twitter.png" alt="" width="32" height="32" />Twitter</a>
<a class="sharelink" href="http://twitter.com/intent/tweet?url={$shareURL}&amp;text={$shareRemark}&amp;Via=Harvard"><img src="/common/images/button-twitter.png" alt="" width="32" height="32" />Twitter</a>
</li>
{/if}
</ul>
Expand Down

0 comments on commit 1dd807d

Please sign in to comment.