Short links
A short link is a tidy, clickable address like sosya.bot/abc that you can put in your posts.
Why use it
Long web addresses look messy in a post and are hard to share. A short link looks clean, and Sosyabot counts how many people click it.
Step by step
Paste your long link
Open Short links and paste the long web address you want to share into the box.
Get your short link
Click create. Sosyabot gives you a short link like sosya.bot/abc. Copy it.
Use it in a post
Paste the short link into a post and publish. Every click is counted for you.
TIP
You can reuse the same short link in many posts and still see one clean click count for it.
Good to know
- Each short link counts how many times it was clicked.
- A short link sends people straight to your original long address.
- Your links are private to your own workspace.
Related
For developers
Endpoints (all require auth):
GET /api/v1/short-links list
POST /api/v1/short-links create
GET /api/v1/short-links/:slug/stats per-link stats
DELETE /api/v1/short-links/:slug deleteStored fields: slug (unique), url (target), user, team_id, click_count, last_clicked_at.
The redirect base is set by SHORT_LINK_BASE_URL (e.g. https://sosya.bot). A hit on <base>/<slug> logs a click, increments click_count, and 302s to url.