help-gotoso-en.md aktualisiert

This commit is contained in:
simonpipe 2025-08-12 15:51:46 +02:00
parent c93b345ddb
commit 13ec413a5e

View file

@ -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*.