>
Download This Plugin | |
Download Elegant Themes | |
Name | WP Facebook Like Posts Order |
Version | 1.0 |
Author | Luca Martincigh |
Rating | 0 |
Last updated | 2011-07-13 05:34:00 |
Downloads |
2962
|
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 0%
WP Facebook Like Posts Order plugin added 15 bytes of resources to the Home page and 27 bytes of resources to the sample Post page.
WP Facebook Like Posts Order plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! WP Facebook Like Posts Order plugin ads no tables to your Wordpress blog database.On WordPress you can order posts by date, title, random ecc. but imagine you set a Facebook Like button on your posts and you want them to be ordered by the total lkes number.
This plugin allows you to order WordPress posts by their Facebook Likes number.
Once installed the plugin, on every new entry you create, will be added a "facebook_likes" custom field.
When you call <?php the_content(); ?>
function, the plugin checks the number of likes of the post and updates this number.
If you don't use <?php the_content(); ?>
function, place this funcion inside your LOOP: <?php update_facebook_likes(); ?>
To list the posts ordered by facebook likes, your posts query (see the official reference) must be something like this: <?php query_posts('meta_key=facebook_likes&orderby=meta_value'); ?>