Attached is a copy of a "virgin" template- it has very minimal custom spacing edits.
Use this template if you want to customize the order of the various share buttons.
Each share button is between START and END code comments such as:
HTML Code:
<!-- Google+1 START -->
<vb:if condition="$bopgoog">
<td>
<div>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<g:plusone size="medium" style="width:70px;" count="<vb:if condition="$bopgoog == 2">false<vb:else />true</vb:if>" href="{vb:raw bophref}"></g:plusone>
</div>
</td>
<vb:if condition="$bopgoog == 2"><td> </td></vb:if>
</vb:if>
<!-- Google+1 END -->
That is the Google +1 block. You should copy and move all of it above any other block(s) you want to change the order.
Most share code blocks are small and simple but some like Facebook Like and AddThis are very long and complicated. Make sure you moved the ENTIRE block when changing orders, from the START to the END tags. Do not edit parts of the template marked "Do Not Edit."
Going forward I will include this template file in the zip file of the mod but for version 2.20 it was not included.
You open the text file and copy the entire code into your more_share_options template on any style(s) you want.