FB Share

Adds a Facebook Share button to your WordPress posts

Author:Jesse Stay (profile at wordpress.org)
WordPress version required:2.8
WordPress version tested:2.8.4
Plugin version:.1
Added to WordPress repository:30-10-2009
Last updated:30-10-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://staynalive.com/fbshare
Total downloads:12 897
Active installs:200+
plugin download
Click to start download

FB Share is a WordPress Plugin, which lets you add a Facebook Share button for your WordPress posts, together with the total number of share.

Usage

There are three ways you can add the facebook share button. Automatic way, manual way and using shortcodes

Automatic way

Install the Plugin and choose the type and position of the button from the Plugin’s settings page. You can also specifically enable/disable the button for each post or page from the write post/page screen.

Manual way

If you want more control over the way the button should be positioned, then you can manually call the button using the following code.

if (function_exists('fbshare_button')) echo fbshare_button();

Using shortcodes

You can also place the shortcode [fbshare] anywhere in your post. This shortcode will be replaced by the button when the post is rendered.

More information available at the Plugins home page.