mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-03-01 06:20:32 +00:00
* setup md/mdx * add test page * setup mdx provider * Add breadcrumbs * links -> routes * add information box * add more remark plugins * text InformationBox * setup contentlayer * add testing docs folder * setup docs static generation * add ssg to blog too * add Shortcut component * add SearchButton * add hook for keyboard shortcuts * update main docs page * update main learn page content * side-bar -> sidebar-menu * rename docs pages * add heading anchors, use new components * add table of contents to docs * move styling to breadcrumbs * cleanup markdown examples * change slugify fn * update getting-started.md * add highlight matches component * update learn pages * rename website InformationBox to Admonition * ?enable user-select * add static helpers to epics * simplify components structure * update insights layout * add link tree utils * add search engine * update docs import * update contenlayer * add docs indexer * support code block highlighting * search index * fix types * remove supporting files * update tree builder * make build work * update docs * update label * update toc * add config.json * update menu * search index import * learn -> help * fix md file * update toc * fix code snippets * add help index route * remove testing files * add original docs * migrate getting started * migrate messaging-and-web3-browser docs * migrate network-nodes-and-statistics docs * handle empty content * add navigation config * wip * migrate status-wallet docs * migrate to new admonitions format * migrate your-profile-and-preferences docs * migrate part of status-communities docs * mv * rm log * index * fix lint * fix warn * fix title * fix docs layout * udpate next.config * use lowercase lang * generate contentlayer types before typechecking * update docs images * update help routes --------- Co-authored-by: Felicio Mununga <felicio@users.noreply.github.com>
53 lines
3.0 KiB
Markdown
53 lines
3.0 KiB
Markdown
---
|
|
id: 425
|
|
revision: '0'
|
|
language: en
|
|
title: Invite people to a Status Community
|
|
---
|
|
|
|
Whether you are a community member or not, you can tell people about the community and invite them to join.
|
|
|
|
:::info
|
|
People you invite still need to meet the requirements to join private communities.
|
|
:::
|
|
|
|
## Invite options
|
|
|
|
There are three approaches to inviting someone.
|
|
|
|
| Approach | Description | Works with |
|
|
| :----------------------- | :-------------------------------------------------------------------------------------------- | :----------------- |
|
|
| Share to Status contacts | Use this option to share the community with people in your Status contact list. | Mobile and desktop |
|
|
| Show QR code | Use this option to show the community QR code to people to scan. | Mobile |
|
|
| Share a link | Use this option to share a link via your other social media or copy it and share it manually. | Mobile and desktop |
|
|
|
|
## Invite people to a community
|
|
|
|
=== "Mobile"
|
|
|
|
1. From the tab bar, tap :mobile-communities: **Communities**.
|
|
1. In the **Communities** list, long press the community you want to share. If you don't see the community, enter the name in the search bar.
|
|
1. In the action sheet, choose an option and proceed as follows:
|
|
|
|
| Option | Steps |
|
|
|:---|:---|
|
|
| Share to Status contacts | 1. Select :mobile-add-user: **Invite people from contacts list**. <br/> 2. Check the boxes next to the contacts you want to share with. <br/> 3. Tap **Invite users**. |
|
|
| Show QR code | 1. Select :moblie-qr-code: **Show QR code**. <br/> 2. Show or send the QR code to people you want to invite. |
|
|
| Share a link | 1. Select :mobile-share: **Share community**. <br/> 2. To share the link via another app on your phone, tap a profile picture or an app icon. To copy the link, tap **Copy**. |
|
|
|
|
=== "Desktop"
|
|
|
|
1. From the navigation sidebar, click :desktop-communities: **Communities**.
|
|
1. Choose the community you want to share. If you don't see the community, enter the name in the search bar.
|
|
1. From the navigation sidebar, right click the community logo and then select :desktop-share: **Share**.
|
|
1. Choose the contacts or copy the link and proceed as follows:
|
|
|
|
| Option | Steps |
|
|
|:---|:---|
|
|
| Share to Status contacts | 1. In the **Invite Contacts** pop-up window, type the names of your contacts in the search bar or check the boxes next to the names. <br/> 2. Click **Next**. <br/> 3. Optionally, type an invitation message. <br/> 4. Click **Send Invites**. |
|
|
| Share a link | 1. In the **Invite Contacts** pop-up window, click :desktop-copy: **Copy** next to the link. <br/> 2. Switch to the app or platform where you want to share the link and paste it there.
|
|
|
|
:::tip
|
|
After opening the link or scanning the QR code, people can [install Status][download-status] Status if they haven't already.
|
|
:::
|