Hi Matt,
Thank you for your question! Yes, it's definitely possible. While embedding the widget, you will need to use the following code-
<div id="post-widget"></div>
<script>
window.Tribe('post', {
id: 'post-widget',
postId: '5e34aa3949858b2fdcba9ef7',
components: ['topics', 'post', 'share', 'responses'] })
</script>
As long as we just keep 'responses' in the components, it will only show comments under the post and nothing else.
Regards
CJ
Join the community of community managers!
Hi Eddie,
Thank you for your question. You will be able to achieve it with the help of Zapier.
Here's the zap link that you can use- https://zapier.com/shared/c260191085be4e5cc83e267b8047e2b8e48bf2a518
Here's a video tutorial wherein I've covered the same in detail-
Hope this helps!
Regards
CJ
Hi Stefan,
Thank you for reaching out! In order to subscribe users to topics, you will need to send a POST request to this endpoint- Follow a topic – API Reference (tribe.so)20
In order to add all users to a specific group when they join, you can set that up through our Groups App as well. To know more about it, please read here- Groups 15
If you need to add a user to multiple groups, please send a POST request to this endpoint- Add A User to Multiple Groups – API Reference (tribe.so)12
Hope this answers your questions!
Regards
CJ