The link can be generated manually by using a shortcode, or automatically by using a short WP function.
The shortcode is:
[facebook]Share on Facebook[/facebook]
The WP function is:
<?php if (function_exists('artiss_facebook_link')) : ?>
<a href="<?php artiss_facebook_link(); ?>">Share on Facebook</a>
<?php endif; ?>
For Twitter and Google, replace the facebook term with twitter or google.
Installation:
Unpack and upload it to the /wp-content/plugins/ directory.
Activate the plugin through the 'Plugins' menu in WordPress.
Here are some key features of "Artiss Social Share":
· Fully XHTML compliant output
· Use a PHP function call in your theme or a shortcode in your post or page
· Twitter URLs can be shortened using Artiss URL Shortener plugin - choose from over 100 shortening services
· Grabs the current URL and title - or override them to your own if you wish
· Using the shortcode you can add a sharing link directly in the middle of a post
· Automatic caching ensures minimal performance impact
Requirements:
· WordPress 2.5 or higher
What's New in This Release: [ read full changelog ]
Fixed bugs:
· No longer have to specify all the parameters for the artiss_twitter_link function.
· Fixed issue with conversion of characters in titles.
Enhancements:
· Added basic Google Analytics tracking.