aboutsummaryrefslogtreecommitdiffstats
path: root/photowall/templates/twitter.html
blob: 7247a0c60d0c989f37e1d7ea522af247c9e19c13 (plain)
1
2
3
{% 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="//platform.twitter.com/widgets.js"></script>
{% endif %}