Just installed the plugin and so far it is fantastic! However there is a bug on page load. (resizing works fine)
In your sharebar_init() function:
changing
if(w < o.width && o.horizontal) jQuery(sharebarx).slideDown();
to
if(w < o.minwidth && o.horizontal) jQuery(sharebarx).slideDown();
fixed problems with both bars not being visible / invisible depending on the page width.
