Esta como que muy desordenado el código, haré un tutorial sencillo.
Primero, necesito que agregues estas lineas a tu css:
Insertar CODE, HTML o PHP:
#boxSocialWeb{display:scroll;position:fixed;bottom:60px;right:20px;border: 3px solid #A4A4A4;background:#ffffff;width:90px;height:240px; -moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;}
#boxSocialWeb .itemSocialWeb {float:left;margin:1px;width:73px;heigth:100px;padding:6px;}
#boxSocialWeb .itemSocialWebGoogle {float:left;margin:1px 15px;width:73px;heigth:100px;padding:6px;}
#boxSocialWeb .itemSocialWebTwitter {float:left;margin:1px 4px;width:73px;heigth:100px;padding:6px;}
Luego de eso, agrega en el Footer, antes del
</body>, éste codigo:
HTML:
<div id="boxSocialWeb">
<div class="itemSocialWeb">
<iframe src="http://www.facebook.com/plugins/like.php?href=TU URL AQUI&send=false&layout=box_count&width=95&show_faces=false&action=like&colorscheme=light&font=tahoma&height=75" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:95px; height:75px;"></iframe>
</div>
<div class="itemSocialWebGoogle">
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<g:plusone size="tall" href="TU URL AQUI"></g:plusone>
</div>
<div class="itemSocialWebTwitter">
<a rel="nofollow" href="http://twitter.com/share" class="twitter-share-button" data-url="TU URL AQUI" data-via="TU USUARIO TWITTER AQUI" data-text="TEXTO DE REFERENCIA AQUI" data-count="vertical" data-lang="es">Tweet</a>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</div>
</div>
No olvides editar las parte que te puse como : "TU URL AQUI, TU USUARIO TWITTER AQUI... etc"