This is a voting plugin with love ( heart ) sign for WordPress. It allows users to add voting functionality to any template or custom post type they can think off.
It has several level of protection algorithm against fake voters. That means you can have more confidence in your voting statistics.
Includes shortcode to display top voted posts.
For support please contact me via my
Website
See Demo :
http://codemorning.xyz/
- Upload
/love-vote-count/
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Place
<?=function_exists('lvc_love_button') ? lvc_love_button() : ''?>
in your post template file ( sinlge.php or other) to display the voting button
Note: To echo a list of top voted posts, place '[lvc_show_top_votes]' in your sidebar or anywhere you wish to display a list of top voters