=== Share This === Tags: email, e-mail, bookmark, social, network, digg, del.icio.us, ma.gnolia, technorati, reddit, tailrank, furl, blinklist, blogmarks, newsvine, netscape Contributors: alexkingorg Requires at least: 1.5 Tested up to: 2.0.5 Stable tag: 1.2 Share This is a plugin that provides an unobtrusive way for your visitors to add your post to various social bookmarking sites, or send a link via e-mail to a friend. == Installation == 1. Download the plugin archive and expand it (you've likely already done this). 2. Put the 'share-this' folder into your wp-content/plugins/ directory. 3. Go to the Plugins page in your WordPress Administration area and click 'Activate' for Share This. 4. If you are using a version of WP prior to 2.1, upload the included prototype.js to your wp-includes/js/ directory == Template Tags == By default, the Share This link will be added to the end of your content and the Share This form will be added to your footer. If you would like to control exactly where these go in your template, you can do so by disabling the auto-output and using the following template tags: The link: `` The form: `` To disable the auto-output of the link and form, you can edit the .php file and change the following settings from: `@define('AKST_ADDTOCONTENT', true);` `@define('AKST_ADDTOFOOTER', true);` to: `@define('AKST_ADDTOCONTENT', false);` `@define('AKST_ADDTOFOOTER', false);` If you don't want to edit the .php file, you can add this to your WordPress index.php file or your own plugin (which must be loaded before Share This): `@define('AKST_ADDTOCONTENT', false);` `@define('AKST_ADDTOFOOTER', false);` == Known Issues == If your theme does not include a wp_footer() call, you will need to add the akst_share_form template tag to your footer manually: `` or add the `` tag to your theme footer. == Frequently Asked Questions == = How do I add or remove social sites? = You can add or remove social sites by editing the share-this.php file. Use {url} and {title} in the URL to represent your post URL and title as you see done in the examples. = Anything else? = That about does it - enjoy! --Alex King http://alexking.org/projects/wordpress