Plugin info

Total downloads: 1,247
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 10/19/2017 (2995 days ago)
Added to WordPress: 10/19/2017 (8 years old)
Minimum WordPress version: 4.8.2
Tested up to WordPress version: 4.8.27
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2995 days ago

20/100

Is Post Likerator abandoned?

Possibly abandoned (last update 2995 days ago).

Compatibility

Requires WordPress: 4.8.2
Tested up to: 4.8.27
Requires PHP: f

Languages

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

Enables a simple like/unlike feature to be added to posts, pages, etc. There is no dislike feature. You are expected to style it however you like so it matches your theme; it has none of its own CSS. There is also no admin page or options for this plugin.

Add the like button to your template using the included PHP function:


By default it will use the current post ID and echo the like button’s markup. You can change this by passing (integer) Post ID and (boolean) echo arguments to the function:


The above will attribute likes to post ID 2501 and will assign the string of markup to the $like_button variable instead of echoing it.

Once you’ve got it looking awesome, click to like the post. Clicking again will unlike it. You can go back and forth as much as you want, but it will probably get boring after a little while.

Installation

  1. Go to Plugins in your admin and click Add New.
  2. Search for “Post Likerator”.
  3. Install it and activate.
  4. Add the post_likerator() function to your post or page templates.

When you activate the plugin, it will create a new database table for keeping track of the likes on posts. This table will use your database prefix, so if you use the default prefix the table will be called wp_post_likerator_likes. You’ll need to delete this table manually if you want to completely uninstall the plugin.

Frequently Asked Questions

Installation Instructions

  1. Go to Plugins in your admin and click Add New.
  2. Search for “Post Likerator”.
  3. Install it and activate.
  4. Add the post_likerator() function to your post or page templates.

When you activate the plugin, it will create a new database table for keeping track of the likes on posts. This table will use your database prefix, so if you use the default prefix the table will be called wp_post_likerator_likes. You’ll need to delete this table manually if you want to completely uninstall the plugin.

I don’t see my like button!

The markup is there, you need to create your own CSS to make it look however you want.

Where are the plugin’s options or settings?

There aren’t any, it’s really simple and just does its thing.

Why can’t I dislike something?

You really want people disliking your own posts? Brave. Well, this isn’t the plugin for you then.

What makes this better than all the other ones?

It’s simple and developer friendly. All the other ones had too many features or had CSS that was a pain to override, so we made our own that only did what we needed. Now we’re sharing it so you can enjoy it too.

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.0.0

  • Initial release.