Small Dynamic in Static Website

I have a website which is fully static. Now in my blog posts which is also static I want to have likes (or number of likes user gave to that article) type of small dynamic thing.
But I don't want to give the static website just for this small dynamic thing and don't want to implement the site in React or Nextjs
How can I do this?

I am thinking of creating a whole different site and adding that small part as iframe to my static site.
Do you have any other suggestions?
Was this page helpful?