let's share

This commit is contained in:
Colin Mitchell 2013-06-13 15:00:29 -04:00
parent 7cc0f05ffe
commit 59140f3256
3 changed files with 29 additions and 2 deletions

View File

@ -102,3 +102,7 @@ html.oldschool body {
}
}
#footer .social {
margin-top: 9px
}

View File

@ -6795,3 +6795,8 @@ html.oldschool body #gopher a, html.oldschool body #gopher label, html.oldschool
html.oldschool body #gopher a:hover, html.oldschool body #intro a:hover {
color: #f00;
}
/* line 106, ../sass/_gophper.scss */
#footer .social {
margin-top: 9px;
}

View File

@ -90,13 +90,31 @@ if ( ! array_key_exists('result', $this->data) && ! array_key_exists('file', $th
<footer id="footer">
<div class="row fill-width">
<div class="small-10">
<div class="small-8 columns">
<p>Gophper &copy; 2013 <a href="http://muffinlabs.com/">Colin
Mitchell</a>. Content delivered via Gophper belongs to its
original authors. Enjoy!</p>
original authors. Enjoy!
</p>
</div>
<div class="small-4 columns">
<div class="social">
<div class="fb-like" data-href="http://gopher.muffinlabs.com/" data-send="false" data-layout="button_count" data-width="200" data-show-faces="false"></div>
<a href="https://twitter.com/share" class="twitter-share-button">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div>
</div>
</div>
</footer>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=457571957665670";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>