Skip to content

Commit

Permalink
Add twitter follow button.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjNford committed Mar 13, 2012
1 parent 15f26d4 commit d5203fb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1005,6 +1005,11 @@ button.positive:active {
text-align: center;
}

.twitter {
padding-top: 6px;
padding-left: 60px;
}

.user_links {
z-index: 50;
position: relative;
Expand Down
7 changes: 6 additions & 1 deletion popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,12 @@ <h1>Log in <a href="https://github.com/plans" target="_blank">(Pricing and Signu
<p class="description">Contribute to this open source project.</p>
</li>
</ul>
<footer class="settings_footer"></footer>
<footer class="settings_footer">
<div class="twitter">
<a href="https://twitter.com/jjNford" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @jjNford</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</footer>
</article>
<!-- end settings -->

Expand Down

0 comments on commit d5203fb

Please sign in to comment.