Wordpress plugins
Webshare

Webshare

Version : 1.2.7
Tested up to : 4.2.16
Number of download : 1714
Author : Sami Keijonen
Average rating : 5 / 5 on 3 votes 3 votes, 5 avg.rating

Screenshots

Webshare
Webshare
Webshare
Webshare

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.

Download now