disqus / disqus-react

A React component for Disqus
MIT License
365 stars 46 forks source link

Document how to disable reactions #146

Open dandv opened 1 year ago

dandv commented 1 year ago

The DiscussionEmbed code from the README shows reactions as well as the comment widget. Would be good to document how to disable reactions per widget instance, if that setting exists.

image
LiveLifeWithLove commented 2 months ago

I figured out how to hide the emojis without using CSS display: none. You can set the settings in *.disqus.com/admin/settings/reactions/ and disable the reactions from there.