

Likes settings: post types, archives and query loops, one-way likes, logged-in-only mode.
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:
Block and shortcodes:
[oacsspl] — the like button. Arguments: post_id, counter=off to hide the count for that instance.[oacsspltop count=5 post_type=post] — the most-liked posts, with counts. Add days=7 for trending (most likes in the last 7 days).[oacsspllist] — the posts the current user likes. Add user_id=123 to show a specific user’s likes.[oacs_spl_profile] — same list, table style.Control who likes:
Design:
For admins:
For developers:
GET /wp-json/spl/v1/likes/<id> and POST /wp-json/spl/v1/likes/<id>/toggle — for headless and mobile use (Application Passwords supported).before_oacs_spl_button / after_oacs_spl_button filters for custom content around the button.