Short Links
Moodle URL shortener. Create short links that redirect to a destination URL.
Link Types
| Type | Code length | Description |
|---|---|---|
| Short | 6 chars | Standard short link |
| Long | 12 chars | More entropy |
| Unguessable | 12 chars + 16-char base62 ?c= param | Cannot be easily guessed or crawled |
Pages
| Page | Description |
|---|---|
| Installation | Requirements, setup, capabilities |
| Usage | Web UI, API, creating/managing links |
| Architecture | Data flow, DB, router, events, handler |
| Development | JS build, CI, extending |
Quick Start
- Install plugin.
- Navigate to
/local_shortlinks/. - Click “Create short link” -> enter URL -> choose type -> submit.
- Share the generated short URL.