@KarlPro123 Yeah, just make sure you don't have them turned off in post settings and use markdown to add an image there:  (you can skip the alt-text obviously)
Hook for group.join and group.leave
-
Hi Devs,
Is it possible to get an event for groups, identifying who (uid) joined and who left?
thanks!
JJ. -
It already exists, check out
action:group.join
&action:group.leave
-
Thank you @baris !
For anyone else looking for the same, action:group.join and action:group.leave provide a single uid, and one or more group names (as array).
Have fun developing