Solid Post Likes
A like button for all post types. Solid and simple.
The facts
- Rating
- 4.9★ from 8
- Active installs
- 500+
- Price
- Free
- Last updated
- 15 Jul 2026
- Added
- Feb 2021
- Requires WP
- 5.9
- Tested up to
- WP 7.0.4
- Requires PHP
- 7.4
- Downloads
- 11,292
Our analysis
AI-assistedSolid Post Likes is a WordPress plugin that adds a customizable like button to various content types, including posts, pages, custom post types, and WooCommerce products. The plugin requires no configuration; you simply activate it and choose which post types to enable the like feature for. Visitors can like content anonymously or, if configured, only logged-in users can participate in liking.
Best for: This plugin suits WordPress site owners looking to add a simple like feature to their content without complex setup.
What it does well
- ✓Customizable like button for multiple content types
- ✓Zero configuration required for activation
- ✓Supports both anonymous and logged-in user likes
- ✓Includes shortcode and block options for placement
- ✓REST API support for developers
Where it falls short
- •Limited information on advanced features or support
- •No details on compatibility with specific themes or other plugins
Verdict
Solid Post Likes offers a straightforward solution for adding a like button across various content types. It is suitable for users who want to enhance visitor engagement with minimal effort.
From the developer
oacstudio's own description of Solid Post Likes, lightly tidied.
Solid Post Likes adds a customizable like button to your posts, pages, custom post types, WooCommerce products and comments. Zero configuration required — activate, pick your post types and go.
The same button likes and unlikes. Visitors can like too (stored anonymized), or restrict liking to logged-in users.
Where it shows:
- All post types, selectable per post type.
- Single posts, and optionally archives, search results and query loops.
- WooCommerce products — all product types (Subscriptions, Bookings, …).
- Post comments, also on custom post types.
- Anywhere you want via shortcode.
Block and shortcodes:
- Like Button block — drop it anywhere, including inside Query Loops. Counter toggle in the sidebar.
[oacsspl]— the like button. Arguments:post_id,counter=offto hide the count for that instance.[oacsspltop count=5 post_type=post]— the most-liked posts, with counts. Adddays=7for trending (most likes in the last 7 days).[oacsspllist]— the posts the current user likes. Adduser_id=123to show a specific user’s likes.[oacs_spl_profile]— same list, table style.
Control who likes:
- Visitors can like. Since 1.2.0 visitors are remembered via an anonymous browser cookie (no personal data, works behind shared/mobile networks); before that via anonymized IP — the stored address always ends in .0.
- Or logged-in users only: the button and count stay visible, clicking sends visitors to the login page (or a custom URL).
- One-way likes: optionally disable unliking to prevent accidental removals.
Design:
- 29 icons for the liked and unliked state, individually selectable.
- Custom text for like and unlike.
- Color, size and padding controls for icon, text and counter.
For admins:
- Sortable “Likes” column on the post list of every enabled post type.
- Liked posts shown in the backend user profile.
- Set or reset like counts manually.
- Disable likes per post ID.
For developers:
- REST API:
GET /wp-json/spl/v1/likes/<id>andPOST /wp-json/spl/v1/likes/<id>/toggle— for headless and mobile use (Application Passwords supported). - Every like is stored as its own database row with a timestamp (since 1.2.0) — no more lost likes under concurrent clicks, and trending queries become possible.
- Place the button via your own theme hook (posts and WooCommerce separately).
before_oacs_spl_button/after_oacs_spl_buttonfilters for custom content around the button.- Full page cache support: like state and counts load via Ajax, including a fresh nonce, so cached pages keep working.