11-02-2012, 02:48
W miejscu w którym chcesz, żeby przyciski były widoczne umieszczasz:
Kod:
<div class="social-buttons">
<div class="fb-like"> WKLEJ KOD PRZYCISKU FB </div>
<div class="google"> WKLEJ KOD PRZYCISKU GOOGLE+ </div>
</div>
CSS
.social-buttons { width: ...; height: ...; overflow:hidden;}
.fb-like, .google { float: left;}