diff options
Diffstat (limited to 'bootstrap2/templates/twitter.html')
-rw-r--r-- | bootstrap2/templates/twitter.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap2/templates/twitter.html b/bootstrap2/templates/twitter.html index b758853..ada18ff 100644 --- a/bootstrap2/templates/twitter.html +++ b/bootstrap2/templates/twitter.html @@ -1,5 +1,5 @@ {% if TWITTER_USERNAME %} -<a href="http://twitter.com/share" class="twitter-share-button" +<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> |