Gotta go, but you can do something like in my fiddle.
$(document).ready(function(){
$('.slide').click(function(){
$('.social').animate({width:'toggle'},350);
});
});
0
solved How to make a slider element that hide/shows other elements [closed]