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:
- Code: Select all
else if(window.opera && window.print) // Opera
- Code: Select all
else if(window.opera && window.print) // Opera
and self closed all the <img> tags i found
used
- Code: Select all
/>
- Code: Select all
>
you might want to recheck your code before the next release
Just a thought.
Thanks again
Leo

