I want to add a group chatter feed to a record.
I used the solution detailed in this community post which got the group feed in the record.
Users can view the feed, post on the feed, download content from the feed but are unable to follow the group from here.
When they do so, they get the following error message.
I used the following code in the template:
<iframe frameborder="0" width="100%" height="800px" src="/apex/skuid__Social?id=0F937000000HByQ"></iframe>
0F937000000HByQ is the id of the Group.
How can I get users to follow a Chatter group from within a record?