Webshare

plugin banner

Adds social sharing icons.

Author:Sami Keijonen (profile at wordpress.org)
WordPress version required:3.9
WordPress version tested:4.2.1
Plugin version:1.2.7
Added to WordPress repository:08-03-2014
Last updated:06-05-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:3
Plugin URI:https://foxland.fi/downloads/webshare
Total downloads:3 717
Active installs:50+
plugin download
Click to start download

Webshare is another social sharing plugin but it only displays sharing links with Genericon fonts. So it's lightweight.

Plugin usage

When you activate the plugin social sharing appears after singular post. You can drag and drop social icons in different order under Settings >> Webshare.

There you can choose under which post types you want social icons to appear or do you want to disable some of them.

Add Twitter username in your profile page (called Twitter Username) if you want to show it when sharing to twitter.

Theme support

If you want to set location where social sharing appears, load Genericons and handle the CSS in your theme, add this code in your themes functions.php.

/* Webshare plugin support. This means that theme handles the CSS and location of websharing already. */
add_theme_support( 'webshare', array( 'styles' => true ) );

Then add this code in your themes template file where you want webshare to appear.

<?php 
if ( function_exists( 'webshare' ) ) {
    webshare(); // Sharing icons.
}
?>

Demo

You can see the demo in Mina olen demosite. You can get Mina olen theme from here.


Screenshots
FAQ
ChangeLog