Example how to align Facebook and Google Plus Share buttons

Instruction for creating Facebook share button ... Facebook share button
Instruction for creating Google Plus share button ... Google Plus share button

<div style="float:right">
       <div class="fb-share-button" data-href="http://www.katalpa.cz" data-layout="button"></div>
       <div class="g-plus" data-action="share"></div>
</div>

If you want to place both share button in the same line and align them, add following css style:

.fb-share-button > span {
	vertical-align: top !important;
}