diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-12-03 12:07:34 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-12-03 12:07:34 -0500 |
commit | 853c67cca66c720026d95a185058f097996eeae4 (patch) | |
tree | 804f3c725621fc9e3b2d653c7926d03c2173b6d4 | |
parent | 4db5bf22ea130613ed0080981814db45fa27997c (diff) |
improve twitter button loading
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -94,9 +94,9 @@ <iframe id="gh-fork" src="https://ghbtns.com/github-btn.html?user=thomaspark&repo=bootswatch&type=fork" allowtransparency="true" frameborder="0" scrolling="0" width="53" height="20"></iframe> <iframe id="gh-star" src="https://ghbtns.com/github-btn.html?user=thomaspark&repo=bootswatch&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe> </span> - <span> - <a href="https://twitter.com/bootswatch" class="twitter-follow-button" data-show-count="false" data-show-screen-name="true">Follow @bootswatch</a> - <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://bootswatch.com" data-via="bootswatch">Tweet</a> + <span style="display: inline-block; width: 210px;"> + <a href="https://twitter.com/bootswatch" class="twitter-follow-button" data-show-count="false" data-show-screen-name="true"></a> + <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://bootswatch.com" data-via="bootswatch"></a> </span> </div> <div class="row"> |