Plugin info

Total downloads: 6,059
Active installs: 100
Total reviews: 2
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 11/12/2018 (2606 days ago)
Added to WordPress: 4/6/2016 (9 years old)
Minimum WordPress version: 3.9
Tested up to WordPress version: 4.7.31
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2606 days ago • 2 reviews

22/100

Is CS Likes Counter abandoned?

Possibly abandoned (last update 2606 days ago).

Compatibility

Requires WordPress: 3.9
Tested up to: 4.7.31
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

Counter allows you to count the likes and dislikes.

Counting is carried out using AJAX.

Limitation of cheating over IP (from one IP can vote with 10 minutes intervals).

Usage

Simply place the template single.php function call inside the loop


    

Or use ID of post, if function call outside the loop


To obtain the number of likes, use the function:


To obtain the number of dislikes, use the function:


Installation

  1. Upload cs-likes-counter directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. Place function in your template inside the loop

or

  1. Install plugin directly in WordPress through the Plugins, Add New -> Search panel
  2. Search for CS Likes Counter
  3. Place function in your template inside the loop

Frequently Asked Questions

I’m having issues getting the plugin to work what should I do?

See the FAQs page for a detailed rundown of common issues

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.0

  • First stable release.

1.0.2

  • Add Russian Language support
  • Add likes metabox to page

1.0.3

  • Add support function outside the loop

1.0.4

  • Update for wordpress 4.5

1.0.5

  • Update for wordpress 4.7.4
  • function CS_Likes::show_buttons_like($post_id = NULL, $show = false) add parameter $show for display vote form

1.0.6

  • Update for wordpress 4.9.8

Example 1: CS_Likes::show_buttons_like(”, true) for display inside post loop
Example 2: CS_Likes::show_buttons_like($post_id, true) for display outside post loop