aboutsummaryrefslogtreecommitdiffstats
path: root/new-bootstrap2/templates/twitter.html
blob: b7a5fd8f0e6eeb69355e475ced406da1b1677b95 (plain)
1
2
3
4
5
6
{% if TWITTER_USERNAME %}
<a href="http://twitter.com/share" class="twitter-share-button"
   data-count="horizontal" data-via="{{ TWITTER_USERNAME }}">Tweet</a>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js">
</script>
{% endif %}