shadcn / next-contentlayer

A template with Next.js 13 app dir, Contentlayer, Tailwind CSS and dark mode.

Home Page:https://next-contentlayer.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integration with user signals(Likes, upvotes,...) and feedback components

giuseppelt opened this issue · comments

Hi, I created an react plugin to easily integrate Like buttons, Emoji reactions, "Is this page useful?" widgets with up/downvote or custom feedback forms to receive signals from users.

Are you open to integrate it in your template? I can create a PR to setup the integration. It will be just a few line of code. I will make the integration optional, meaning that if the setting_key is missing (the user doesn't want to use the plugin), nothing is affected and nothing will change.

In general, the plugin allows to receive any kind of feedback, but I think a Like button for blog posts it the most appropriate. Nonetheless, it's very easy and customizable.

Let me know.
Thanks.