Group links
Every group has a Links section — a shared shelf for the web pages your group keeps coming back to, like a syllabus, a shared drive, or a sign-up sheet.
- 🖥 Web
- 📱 Mobile
-
Open the group from your Chat list and find the Links section.
-
Click Add a new link.
-
Enter the URL and a Name for the link. Optionally tie it to a course with Associated course.
Screenshot coming soonThe Add a new link dialog with the URL and Name for the link fields filled inCapture spec (for maintainers)
{ "id": "web.groups.group-links.add-link-dialog", "platform": "web", "route": "/chats/groups/{groupId}", "actions": [ { "pom": { "page": "GroupPage", "call": "openAddLinkDialog" } }, { "fill": { "testId": "group-url-input", "value": "https://moodle.example.edu/ma-101" } }, { "fill": { "testId": "group-url-label-input", "value": "Course Moodle" } } ], "clip": { "testId": "create-group-url-dialog", "pad": 16 } } -
Click Add. The link appears in the group's Links section for everyone.
-
Drag links to reorder them, or delete one and confirm in the Delete the link? prompt.
-
Open the group from the Chat tab and open its Links screen.
Screenshot coming soonThe mobile group Links screen showing saved links and the add-link actionCapture spec (for maintainers)
{ "id": "mobile.groups.group-links.links-list", "platform": "mobile", "route": "/chats/groups/{groupId}/urls", "actions": [] } -
Add a link, then enter the URL and a Name for the link (and an Associated course if it's course-related).
-
Tap Add to save it. Tap any link to open it.
Links tied to an Associated course only show for members who follow that course, so a busy group's link list stays relevant to each person.