This is a WordPress plugin that displays the official social sharing buttons from Facebook, Twitter, Google+ and Pinterest with your posts. It also adds some meta tags for opengraph and schema.org as recommended by Facebook and Google. The standard method to do this is by filtering the content of the posts, which is controlled by the options in the admin menu. Buttons can also be displayed by the shortcode [sic] with ability to disable individual buttons for that instance of the shortcode. You can also add it to your theme with do_action(‘sic_sharing’); where you want it to render.
Allows some custom text and css insertion as well as most options for the buttons in the admin page. Compatible with html5 (optional).
Current Version: 1.4.3
It is in use on this page.
Your questions and comments are welcome.
Download the Sharing is Caring plugin
Shortcode Use
[sic] will display the buttons as set in the option menu
You can also add the optional parameters f=0, t=0, g=0, and p=0 to disable specific buttons for that instance of the shortcode.
[sic f=0] will display the buttons as set in the option menu, except Facebook
[sic t=0 g=0 p=0] will display only the Facebook button


