aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap2/templates/twitter.html
blob: b75885382b4160c8e9e74d63060a220b36257ee0 (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 %}