A simple like button for your blog
likeslikes counts likes on your posts. No accounts for your readers, no tracking, no frameworks — one script tag and a heart. Visitors are deduplicated with salted IP hashes, so raw IPs are never stored.
Try it
This is the real widget, and this page can like itself. Go on:
The whole integration
Drop these two lines where you want the like button to appear:
<div id="likes"></div>
<script src="http://likeslikes.net/likes.js" defer></script>
The widget picks up the current page URL, shows the heart with the like count,
and lets each visitor like the page once. Style it with the
--likeslikes-color CSS variable. Prefer your own frontend?
There is a small JSON API too — see the docs.
1. Register
Create a free account and a project for your blog.
2. Verify your domain
Prove the domain is yours with a DNS TXT record or an HTML meta tag.
3. Paste the snippet
Add the two lines above to your templates and watch the hearts arrive.