Download This Plugin | |
Download Elegant Themes | |
Name | Facebook Tools |
Version | 1.2.1 |
Author | The Uprising Creative |
Rating | 0 |
Last updated | 2011-04-29 11:44:00 |
Downloads |
14652
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 1%
Facebook Tools plugin added 224 kB of resources to the Home page and 224 kB of resources to the sample Post page.
Facebook Tools plugin added 3 new host(s) to the Home page and 3 new host(s) to the sample Post page.
Great! Facebook Tools plugin ads no tables to your Wordpress blog database.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