Trending deals you don’t want to miss.

Create stunning scheduling pages and manage your bookings with advanced, enterprise-grade features

deal thumbnail
Lunacal
$59.00 $360.00
4.8 (27)
Best for Consultants

Develop full-stack apps and websites with AI prompts and ready-made UI components

deal thumbnail
Greta
$59.00 $240.00
4.2 (97)
Best for Freelancers

Effortless SEO automation to boost rankings without plugins or technical headaches

deal thumbnail
ClickRank
$79.00 $690.00
4.7 (253)
Best for Bloggers

WP ULike Pro

Use this all-in-one engagement toolkit to track, analyze, and grow your WordPress site

Sold out

Without the right tools, understanding how your audience interacts with your content feels like a weird guessing game. (“Might as well blindfold me and spin me around.”)

It’s impossible to optimize your content when you can’t track what’s working or what needs to be tweaked to drive more engagement.

If only there was an all-in-one toolkit that gave you detailed insights into user actions to help you boost engagement and improve your website’s performance.

Meet WP ULike Pro.

TL;DR

too long didn't read
Track and analyze user engagement with detailed insights on likes, dislikes, comments, and engagement metrics
Showcase top-performing content with advanced filtering, comparison metrics, and user activity tracking

At-a-glance

Overview

WP ULike Pro is a WordPress plugin that enables voting, user profiles, schema generations, and detailed analytics to enhance engagement.

Track and optimize user engagement

  • Track real-time interactions such as likes, dislikes, and comments
  • Add social share buttons to increase brand awareness, boost social signals, and improve SEO
  • Customize interaction elements by changing colors, shapes, and sizes with the intuitive editor
  • Access 7+ unique widgets compatible with Elementor

And with WP ULike Pro’s rich snippets generator, you’ll be able to attract more organic traffic to all of your content.

Elementor widgets

WP ULike Pro even offers 7+ unique widgets that are compatible with Elementor websites.

Powerful, data-driven statistics panel

You’ll get access to a data-rich statistics panel, making it easy to understand how to fine-tune and optimize your content strategy.

  • Calculate consistent growth over time to reliably measure your site’s overall impact
  • Monitor daily performance to quickly make strategic changes
  • Discover your top-performing content and filter large datasets by date, status, and post type

Statistics panel

Evaluate trends and site performance to make better marketing decisions.

In-depth user engagement analytics

Even better, you’ll be able to see how users engage with your content and then tailor campaigns to drive consistent interaction.

  • Identify the most active user segments with user engagement segmented by week, month, year, and overall performance
  • Generate detailed linear charts that you can filter by date range and reaction status
  • Pinpoint patterns and evaluate long-term trends to refine your content strategy according to audience behavior

Most active users

Discover your most active user segments by week, month, year, and overall performance.

Customize the end-to-end user experience

  • Showcase voting history, engagement stats, and custom badges
  • Protect user accounts with reCAPTCHA and two-factor authentication for enhanced security
  • Enable social login options like Google, Facebook, and GitHub, along with AJAX login forms

Plus, you can customize just about anything—like button designs, typography, toast messages, before-and-after content suggestions, dark mode, and so much more.

Custom login

Customize the login experience with social login options, AJAX forms, reCAPTCHA, and more.

WP ULike Pro has everything you need to track user interactions, analyze trends, and optimize your site’s content strategy over time.

Amplify engagement on WordPress.

Get lifetime access to WP ULike Pro today!

award-badge

60 day money-back guarantee. Try it out for 2 months to make sure it's right for you!

Deal terms and conditions: Lifetime access to WP ULike Pro. All future Advanced Plan updates. If Plan name changes, deal will be mapped to the new Plan name with all accompanying updates. No codes, no stacking—just choose the plan that’s right for you. You must activate your license within 60 days of purchase. Ability to upgrade between 3 license tiers while the deal is available. Ability to downgrade between 3 license tiers within 60 days of purchase. GDPR compliant. Only for new WP ULike Pro users who do not have existing accounts.
WP ULike Pro

WP ULike Pro

Wpulike.com
FoundedFounded
February 2013
HeadquartersHeadquarters
Berlin, Germany
Company sizeCompany size
1-10 employees
Product stageProduct stage
Growth
Financial stageFinancial stage
Bootstrapped
Verified by Persona

In addition to our internal vetting process, we use Persona, to validate each company and founder's identity. Learn more

Updates from WP ULike Pro

First post from the founder

Posted Dec 12, 2024

Company product and FAQs

Posted Dec 12, 2024

Appsumo Originals

Grow your audience with viral giveaways that cut marketing costs

deal thumbnail
KingSumo
$0.00
3.8 (62)
Best for Ecommerce

Book more customizable meetings using this powerful scheduling software with calendar integrations

deal thumbnail
TidyCal
$29.00 $144.00
4.4 (774)

Schedule and automate your email growth with this affordable email marketing tool

deal thumbnail
SendFox
$49.00 $480.00
4.0 (311)
Questions
Reviews

Questions & Reviews

Log in to ask a question
Showing 5 of 26 questions

Q: Using REST API: Posting a Dislike vote registers it as a Like, whereas using PUT correctly records the Dislike.

Hello WP ULike team,
I’m using the WP ULike Pro REST API to submit votes. When creating a new “Dislike” vote via POST to /wp-json/wp-ulike-pro/v1/vote, the plugin incorrectly registers it as a Like (or “unlike”). Updating that same vote with PUT correctly logs the Dislike. This prevents first‑time Dislike votes from being recorded properly via the API.

Whenever I send a POST request to /wp-json/wp-ulike-pro/v1/vote with:
{
"item_id": 90363,
"user_id": 89,
"type": "post",
"status": "Dislike"
}
the vote is logged as a Like (or “unlike”) instead of a Dislike. However, sending the identical payload via PUT updates it correctly to a Dislike.
Is this a known issue? What’s the recommended way to create a new Dislike vote via the API?

Thanks for your help!

tim822Mar 26, 2025
See detail
Share
Helpful?

Q: Clogged entire CPU

Hello, what is happening with the plugin since it has filled the entire CPU with a million processes, making it impossible to work on the server? Only disabling the plugins brought relief from the background processes that were consuming the entire processor and allowed work to continue. The operator restarted the server and it did nothing; only disabling both plugins enabled further work. Is this huge problem known to you?
Best regards, AdAlbert

GVMarketingFeb 22, 2025
See detail
Founder Team
wpulike

wpulike

Feb 23, 2025

A: Hello,

Thank you for reaching out. We’re really sorry to hear about this issue, and we understand how frustrating it must be. Please know that we take performance very seriously, and we'd love to get to the bottom of this as soon as possible.

So far, we haven't received similar reports, and WP ULike is designed to be lightweight and efficient—in fact, all queries in the plugin are cached to avoid excessive database load. However, high CPU usage can sometimes be triggered by:

* A conflict with another plugin that might be running queries or hooks unexpectedly.
* A caching issue, where processes are being repeated due to cache conflicts.
* A large number of simultaneous requests (e.g., bots or unexpected traffic spikes).
* Server-side configurations that may not be optimized for handling certain background processes.

To investigate further, we’d really appreciate it if you could submit a support request with more details. If possible, sending us server logs would help identify whether this is related to SQL performance, a specific function in WP ULike, or an external conflict.

Looking forward to your response. :)

Share
Helpful?

Q: Opening up to other builders and themes?

Is the plan to open up to other builders and themes with integration other than Elementor? I'm not interested in an Elementor only plugin or one than needs to use shortcodes unless it's with Elementor.
Can you explain if you're only going to integrate with Elementor and shortcodes for th rest or ypu plan proper integration with other top builders and themes?

ansuprPLUSFeb 12, 2025
See detail
Founder Team
wpulike

wpulike

Feb 14, 2025

A: It’s on our roadmap, but some other features have a bit more priority right now. If you have a specific builder in mind, though, let us know—we’d love to hear your thoughts!

Share
Helpful?

Q: Reviews System

Hi, I’m considering purchasing WP ULike Pro for my WordPress site, which features both games and stories. I know that like/dislike functionality can be applied to comments, but I’d like to know if it’s possible to separate the rating system per CPT. Specifically:

Can I have likes/dislikes for one CPT (e.g., games) and a star rating/review system for another CPT (e.g., stories)?
Is it possible to integrate the star rating system into the comments while keeping the like/dislike system separate?
Can this be achieved using hooks, shortcodes, or custom implementation methods?
I’d like to ensure that I can isolate these rating types for different content structures and also incorporate the star rating into comments alongside or instead of likes/dislikes.

Thank you in advance

FueradelineaFeb 13, 2025
See detail
Founder Team
wpulike

wpulike

Feb 14, 2025

A: Great questions!

Just to clarify—when you mention “star rating,” do you mean our single star rating template or a full 5-star rating/review system? If it’s the 5-star system, we don’t support that at the moment.

However, you can definitely specify different templates for each CPT, so you can have likes/dislikes for one and a star rating for another. Plus, we’re about to release a new feature that lets users share feedback, including pros and cons!

If you have more questions or need help setting it up, feel free to ask!

Share
Helpful?

Q: You don't have agency plan, right? with Unlimited websites ?

WonderSEOPLUSFeb 12, 2025
See detail
Founder Team
wpulike

wpulike

Feb 14, 2025

A: Not yet, but if anything changes, we’ll let you know!

Share
Helpful?
Skarbe
Skarbe
Plus access ends in 10 hours
AppSumo Select
Skarbein CRM
Use this AI sales assistant to track sales activity, automate follow-ups, and close more deals
$69/lifetime$280
xPDF AI
xPDF AI
Plus access ends in 10 hours
AppSumo Select
xPDF AIin Productivity
Sift through PDF files in seconds with an AI companion capable of answering any question
$59/lifetime$240
Vzy
Vzy
Plus access ends in 10 hours
AppSumo Select
Vzyin Web builders
Use this AI-powered website builder to create stunning sites in minutes
$69/lifetime$120
Leadsourcing
Leadsourcing
Plus access ends in 10 hours
AppSumo Select
Leadsourcingin Lead generation
Turn web traffic into B2B leads with this AI-powered visitor tracking engine
$79/lifetime$288
Push Lap Growth
Push Lap Growth
Deal ends in a day
AppSumo Select
Push Lap Growthin Lead generation
Launch your affiliate program in 10 minutes—manage, track and find affiliates
$59/lifetime$372

Sign up

All our deals are time-sensitive! Make sure you don't miss any of our awesome limited-time offers.