Is it possible to surface a "like" button instead of the up/down voting on discussion forums?
Is it possible to surface a "like" button instead of the up/down voting on discussion forums?
Yes, liking will still work with replies, you would just need to refactor the widget to show/save likes instead of votes. There are probably older versions of Community that have reply liking that you could reference.
Thanks Steven!
Just to add to this, the comments widget already supports showing likes as well as voting. It's just a matter of adding usage of core_v2_ui.Like(). I'd recommend, however, that voting also remain, as it's essential for the UX of visually nested threads.
Just to add to this, the comments widget already supports showing likes as well as voting. It's just a matter of adding usage of core_v2_ui.Like(). I'd recommend, however, that voting also remain, as it's essential for the UX of visually nested threads.