Fix twitter follow button to be properly styled, but have it do so without JS
This commit is contained in:
parent
ad8b72b3aa
commit
bec95a9d26
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue