thibaultferaux / like
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/thibaultferaux/like
This package is auto-updated.
Last update: 2025-10-16 00:44:18 UTC
README
Like
Like is a simple addon for Statamic that allows you to add a like button to your content that tracks how many likes the content or post has.
You'll be surprised how much this little feature can increase engagement on your site.
Installation
-
Install the addon using Composer:
composer require thibaultferaux/statamic-like
Usage
Displaying the like button
It's simple! Just add this to where you want your like button to appear in your antlers template:
{{ like }}
If you want to manage the likes in the dashboard, you can add an integer field to your blueprint (in the sidebar is the cleanest way to do it):