2023-07-08 10:36:02 +02:00
# 공유 양식
2023-07-10 17:44:03 +02:00
:::tip
2023-07-08 10:36:02 +02:00
본 기능은 Misskey v13에서 이용할 수 없습니다. 다만 링크는 살아있는 것으로 확인되어 있습니다.
:::
When you open `/share` in Misskey Web, you can open a sharing submission form. This sharing form is useful if you want users to share the content of your page with Misskey from an external web page.
You can specify a number of options for the URL, including the shared content as a query parameter.
## Query parameters
2023-07-10 17:44:03 +02:00
:::tip
2023-07-08 10:36:02 +02:00
All parameters are **optional** .
:::
| name | description |
| ---- | ---- |
| `title` | title, will be inserted before the main body in brackets |
| `text` | main body |
| `url` | URL, inserted after the main body |
### Reply information
You can make the note being composed a reply to a given note by specifying one of the following.
| name | description |
| ---- | ---- |
| `replyId` | ID of the note you are replying to |
| `replyUri` | URL to reply to (specify the remote note object) |
### Renote information
You can make the note being composed a renote of a given note by specifying one of the following.
| name | description |
| ---- | ---- |
| `renoteId` | ID of the note to renote |
| `renoteUri` | URL of the note to renote(specify the remote note object) |
### Publication Scope
The following options allow to select a scope.
| name | description |
| ---- | ---- |
| `visibility` | one of `public` , `home` , `followers` , `specified` |
| `localOnly` | 0(false) or 1(true) |
| `visibleUserIds` | target user IDs |
| `visibleAccts` | target user [acct ](../glossary.md#acct )s (comma separated) |
2023-07-10 17:44:03 +02:00
:::warning
2023-07-08 10:36:02 +02:00
If `visibility` is set to `specified` , either `visibleUserIds` or `visibleAccts` must be set too.
:::
### Attachments
You can specify attachments with the following options.
| name | description |
| ---- | ---- |
| `fileIds` | IDs of files to be attached (comma separated) |