BACK TO DIRECTORY

Webshare

by Sami Keijonen

5.0
(3 ratings)

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

Webshare after content

Webshare after content

Plugin Details

Active Installs
30
Total Downloads
4,612
Version
1.2.7
Requires WP
3.9
Requires PHP
Tested Up To
4.2.39
Added
2014-03-08
Last Updated
2015-05-06 5:01pm GMT

Ratings

5
3
4
0
3
0
2
0
1
0