This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Sharing is Caring

Description

Displays the social widgets 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).

Screenshots

  • Buttons
  • Admin page options part 1: basic and extended settings
  • Admin page options part 2: controls for the individual buttons

Installation

This section describes how to install the plugin and get it working.

Manual Install

  • Download the plugin from the wordpress plugin directory
  • Unzip the plugin
  • Upload /sharing-is-caring/ directory to the /wp-content/plugins/ directory
  • Activate the plugin through the ‘Plugins’ menu in WordPress

Automatic Install

  • Go to the admin page and select the ‘Plugins’ menu, use the ‘Add new’ menu item
  • Search for the plugin
  • Press the “Install Now” button
  • Activate the plugin

Administer it from the ‘Sharing is Caring’ submenu of the ‘Settings’ menu.

FAQ

Where can I get support for this plugin?

Comment on the post at http://michaelbea.com/sharing-is-caring/

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Sharing is Caring” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Sharing is Caring” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0

  • Initial release

1.1

  • Fixed: meta tags for each post were listed on pages with multiple posts
  • Fixed: apostrophes and quotes were improperly escaped in description meta tags

1.1.1

  • Fixed: Pinterest button only displayed horizontal count
  • Updated screenshots

1.1.2

  • Fixed: Fatal Error on conflict with duplicate funtion name in another plugin

1.1.3

  • Fixed: html tags in post titles causing problems with closing quotes

1.2

  • Added: support for custom post type index pages

1.3

  • Added: optional title for button box
  • Added: sic-box, sic-title, and sic-button classes for better css flexibility

1.4

  • Added: [sic] shortcode for manual display

1.4.1

  • Added: [sic] shortcode options to disable display of specific buttons
  • Added: classes sic-facebook, sic-twitter, sic-gplus, sic-pinterest for better css flexibility
  • Added: check for existence of sic_sharing hook for theme integration

1.4.2

  • Fixed: using the last post in the loop when on homepage in some instances.

1.4.3

  • Fixed: using the homepage url for every post on the homepage