Voter Plugin free WordPress plugin
Description
Voter Plugin free WordPress plugin
Voter plugin adds voting options for pages, posts, custom post types, comments, BuddyPress activity, groups, member profiles, WooCommerce products, bbPress topics and posts, and more.
Adds a recommendation system on your wordpress blog site:
Supports posts, pages, custom post types and comments.
Supports BuddyPress – Groups, Profiles, Activities and more.
Supports bbPress Posts
Supports WooCommerce Products and Reviews.
Voting options:
FaceBook style simple Like and Unlike
Up and Down buttons
Thumbs buttons
Custom Text, HTML or Image buttons
Features :
Multiple voting options
Uses AJAX for best experience
Widgets ready
ShortCodes ready
Fast and Lightweight. Works on shared hosting.
Enable or disable voting options for posts, pages, BuddyPress activity, groups, member profiles, WooCommerce products and more.
Optimized code for best performance
API for custom use in AJAX or Mobile apps.
Localisation ready.
Widgets
Go to WordPress Admin > Appearance > Widgets > Top Listings Voter Plugin (drag & drop) as per you want to display.
Top voted Shotcode
Shortcode for top voted listing for posts,pages,products,profile & groups.
Get shortcode examples ::
shortcode for posts : [voter_plugin_top_voted type=post num=5]
shortcode for pages : [voter_plugin_top_voted type=page num=5]
shortcode for custom: [voter_plugin_top_voted type=custom_post_type num=5]
where:: “custom_post_type” will be your custom post type like “movie”,’ads’,’listing’
you will get from wp-admin url like: “wp-admin/edit.php?post_type=movie”
“post_type=movie” is your custom type you should user here.
shortcode for author : [voter_plugin_top_voted type=top_voted_profile num=5 display=titleimage] — It will consider sum of all votes for post,pages,products and custom post type posted by the author. — you can also add “cats” to restricts output count total votes for specific categories/tags only. eg: cats=6,7,8 eg : [voter_plugin_top_voted type=top_voted_profile num=5 display=titleimage cats=6,7,8] role=administrator – for user administrator type, you can use this with type=top_voted_profile role=author – for user author type, you can use this with type=top_voted_profile role=subscriber – for user subscriber type, you can use this with type=top_voted_profile shortcode for products : [voter_plugin_top_voted type=product num=5] shortcode for profile : [voter_plugin_top_voted type=profile num=5 display=titleimage] shortcode for groups : [voter_plugin_top_voted type=groups num=5] shortcode for members : [voter_plugin_top_voted type=profile num=5 display=titleimage]
Shortcode for author/member — total votes
Example shotcode :: [vote_count author=id] where author = User ID
Shortcode Options:
type :: post / page / custom_post_type / product / profile / groups / top_voted_profile
role :: administrator / author / editor / subscriber –> you can use this with type=top_voted_profile
period :: [voter_plugin_top_voted type=post display=title num=5 period=7days]
where period from :: 7days,15days,30days,90days,180days,365days
display :: Display format for listing, value may be title/image/titleimage — default is “title”
cats :: Restricts output to a comma seperated list of ids of tags/categories.
[voter_plugin_top_voted type=post num=5 cats=6,7,8]
Note: To display top voted of specific category “type” & “cats” both should be added in shortcode otherwise it will not work.
Example shortcode with all possible options –>
[voter_plugin_top_voted type=post num=5 display=titleimage period=30days cat=3,4]
How to use Voter API
Get voter details for post/page/product/group/member….. http://YOUR-SITE.com/?voterapi=1&pid=ID&username=USERNAME if try to get comment vote details you should add –> “&type=comment” in above link Type will apply for all like: type=post type=page type=custom_post type=product type=profile type=groups type=comment
Voting Button Shotcode
The shortcode which can be added in any post,product,page or cutom post type content.
Get shortcode examples ::
[voter]
Showcase
benefitmusic.org
Any problems? Contact Us
Configuration
Go to wp-admin > Settings(left menu) > VOTER, manage settings as per you want.
Default will be up & down voting system so you can change it to like/unlike voting
new database table will be added to manage voting data, make sure you should add it manually in case of user security permission.
Get translate your plugin to another language by google tutorial :: http://barry.coffeesprout.com/translating-po-files-using-google-translate/