Fix twitter follow button to be properly styled, but have it do so without JS

This commit is contained in:
Joseph Schorr 2014-04-28 16:19:57 -04:00
parent ad8b72b3aa
commit bec95a9d26

View file

@ -181,7 +181,9 @@
<div class="row">
<div class="col-md-12 follow-button">
<a href="https://twitter.com/quayio" class="twitter-follow-button" data-show-count="false" data-lang="en" data-size="large">Follow @quayio</a>
<iframe allowtransparency="true" frameborder="0" scrolling="no"
src="//platform.twitter.com/widgets/follow_button.html?screen_name=quayio&show_count=false"
style="width:120px; height:20px;"></iframe>
</div>
</div>
</div>