I feel bad about my first comment and I’ll clarify to apologize.
I’m a part of a development team, and although I’m not very into third party plugins, someone in my team installed yours just to avoid wasting time on the social sharing features.
Since I’m always suspicious with catchy plugins, I got pissed off when this one didn’t work within minutes. At this moment, it didn’t look ultimate to me.
I will not open any issue because we couldn’t get it to work out of the box in our theme that is still under development. Maybe it was a theme issue, I didn’t have enough time to investigate.
On this project, we only need Facebook, Twitter and LinkedIn share buttons. That’s why I ended up with developing it myself.
As a developer, I always prefer plugins that provide an API, for yours it could be functions like the_share_buttons();
or the_facebook_share_button();
. We need full control over the HTML and such functions make it a lot easier than hooks (when available) to customize HTML.
The UI is not a big deal, but it could look more professional with the look and feel of WordPress core UI. For example, I never saw an accordion in the WordPress core admin UI, nor those custom checkboxes and radio buttons.