
Webshare is another social sharing plugin but it only displays sharing links with Genericon fonts. So it’s lightweight.
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.
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.
}
?>
You can see the demo in Mina olen demosite. You can
get Mina olen theme from here.
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.