Skip to content

Instantly share code, notes, and snippets.

@andershaig
andershaig / default.liquid
Last active August 29, 2015 13:56 — forked from nitishn/app.js
<!-- This would go within the {% if sweeps_settings.completed %} section -->
<div id="ref-id" data-id="{{ sweeps_settings.referral_id }}"></div>
@andershaig
andershaig / buttons.css
Last active December 14, 2015 04:59 — forked from anonymous/buttons.css
Social Sharing Buttons
.sharing-method {
position:relative;
display: inline-block;
padding:0 8px 0 46px;
border:1px solid #CCC;
font-size:13px;
line-height:28px;
color:#666;
min-width:120px;
text-align:center;
@andershaig
andershaig / FB.init.detector.js
Created November 21, 2011 19:12 — forked from GCheung55/FB.init.detector.js
Facebook Init detector!
// Sample of usage
$(document).bind('FB.ready',function(){
console.log('FB is ready');
FB.api('/me',function(response){
console.log(response);
});
});
// Init Detector
var _FB = {