Dodatak nije testiran s zadnje 3 glavna izdanja WordPressa. Možda ga se više ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama WordPressa.

Sharing is Caring

Opis

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).

Snimke zaslona

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

Instalacija

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.

ČPP

Where can I get support for this plugin?

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

Recenzije

Nema recenzija za ovaj dodatak.

Suradnici i Programeri

“Sharing is Caring” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

Prevedite “Sharing is Caring” na svoj jezik.

Zainteresirani ste za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Dnevnik promjena

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