Easily integrate Facebook social plugins to your WordPress blog/site with simple template functions.
Easily integrate Facebook social plugins to your WordPress blog/site with simple template functions. See below for full list of features, and how to use the plugin.
For more information, please read the Facebook documentations at http://developers.facebook.com/docs/plugins/
Display the Facebook Like button on any page.
Note: The Open Graph description tag will default to the site's Tagline if their is no excerpt.
To use, add <?php fb_likebutton(); ?> within the Loop.
Parameters
Display the Facebook Send button on any page.
Note: The Open Graph description tag will default to the site's Tagline if their is no excerpt.
To use, add <?php fb_sendbutton(); ?> within the Loop.
Parameters
Display the Facebook comment box for the current page/post. To retrieve the comment count, please see Comment Count.
To use, add <?php fb_comments(); ?> within the Loop.
Parameters
Display the comment count for the current page/post.
To use, add <?php fb_commentcount(); ?> within the Loop.
Parameters
Retrieve all comments in a standard PHP object
To use, add <?php fb_get_comments(); ?> within the Loop.
Parameters
Requires: 3.0.2 or higher
Compatible up to: 3.2.1
Last Updated: 2011-4-29
Downloads: 14,131
Got something to say? Need help?