We received a letter asking how to make the buttons oriented in a column instead of a row. This can be done by placing <br />s between the buttons:
<div class="likely">
<div class="facebook">Share</div><br />
<div class="twitter">Tweet</div><br />
</div>
This should be documented in README.