Skip to content

Instantly share code, notes, and snippets.

View BallParkWS's full-sized avatar

BallPark Web Solutions BallParkWS

View GitHub Profile
@BallParkWS
BallParkWS / FontAwesome Share Bar for WordPress
Created May 25, 2014 19:31
A floating share bar for WordPress, using FontAwesome - As seen on BallPark.ws
########
#The CSS
#Adjust colors, sizes, padding accordingly.
#######
.share .fa {
font-size: 16px;
}
.leftshare {
position: fixed;
@BallParkWS
BallParkWS / Style 'AddThis' buttons
Last active August 29, 2015 14:01
Style 'AddThis' buttons
/* How to create a styled AddThis vertical button bar to your WordPress site.
/* This assumes you already have an AddThis account.
/* Header Notes:
/* - notice the classname 'bpws_addthis'. This will go into CSS in a moment.
/* - in the javascript, you'll need to use your ID
/* - you can modify which buttons show as you deem necessary - see http://www.addthis.com/services/list
/* - to use small buttons, change 32x32 to 16x16
/* CSS Notes:
/* - You should change your padding and borders - this is designed to look like our header area (blue, red)