help-gotoso-en.md aktualisiert
This commit is contained in:
parent
c93b345ddb
commit
13ec413a5e
1 changed files with 4 additions and 1 deletions
|
|
@ -2,7 +2,10 @@
|
||||||
|
|
||||||
## Find your Account ID
|
## Find your Account ID
|
||||||
1. Open your profile (`https://YOUR_INSTANCE_URL/@YOUR_USERNAME`)
|
1. Open your profile (`https://YOUR_INSTANCE_URL/@YOUR_USERNAME`)
|
||||||
2. View the page source and search for this line in the `<head>` section: `<meta property="og:image" content="`
|
2. View the page source and search for this line in the `<head>` section:
|
||||||
|
```html
|
||||||
|
<meta property="og:image" content=".../fileserver/ACCOUNT_ID/attachment/...">
|
||||||
|
```
|
||||||
3. You will find your account ID in this line between `fileserver` and `attachment`: `.../fileserver/ACCOUNT_ID/attachment/...`
|
3. You will find your account ID in this line between `fileserver` and `attachment`: `.../fileserver/ACCOUNT_ID/attachment/...`
|
||||||
4. Copy your account ID and enter it in Yellow's `yellow-system.ini` under *MastodonapiAccountId*.
|
4. Copy your account ID and enter it in Yellow's `yellow-system.ini` under *MastodonapiAccountId*.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue