Thank you for the plug-in.
I certainly appreciate the time you put into it.
One quick note, however:
I noticed the plugin broke my site’s W3C compliance so I found the offending lines in socializer-socialbuttons.php and changed them. There might be more but I only fixed the ones that I saw.
changed line 24:
else if(window.opera && window.print) // Opera
to:
else if(window.opera && window.print) // Opera
and self closed all the tags i found
used
/>
instead of
>
you might want to recheck your code before the next release 🙂
Just a thought.
Thanks again
Leo