Facebook Like Social Widget

This plugin lets you place a Facebook Like button on your WordPress blog as a widget and/or using shortcode.

Author:Marijn Rongen (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.1.4
Plugin version:1.4
Added to WordPress repository:17-03-2011
Last updated:17-06-2011
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, %:20
Rated by:1
Plugin URI:http://www.marijnrongen.com/wordpress-plugins...
Total downloads:12 906
Active installs:400+
plugin download
Click to start download

To use the widget just drag it to a sidebar and choose one of three button styles. You can also choose to show faces, faces will then be shown when using the standard button style. It is also possible to choose between the captions "Like" and "Recommend" and choose between a light and a dark color scheme.

From version 1.3 on you can enter your own title to be displayed above the widget. It is now also possible to use the XFBML version of the Facebook Like button.

Using shortcode: From version 1.4 on you can add a Facebook Like button to your page or post using shortcode. The simplest version is [like/] which will add a button using the standard colors and the permalink of the page or post. To use the XFBML mode instead of the default frame you add the attribute method="XFBML" to the short code. It could look like [like method="XFBML"/]

To further customize the button you can use the following attributes: * caption: valid options are "like" and "recommend" (like is default) * color: valid options are "light" and "dark" (light is default) * url: Any valid url will do

Some examples of correct usage of this shortcode are: [like/] [like method="XFBML"/] [like caption="recommend"/] [like color="dark"/] [like method="XFBML" url="http://www.wordpress.org"/]

Using the XFBML mode: Depending on your setup, you may need to load the Javascript SDK to be able to use the XFBML mode in the widget and shortcode. Please refer to Javascript SDK on Facebook for more information.