URL-shortener & linkbeheer-handleidingen
Handleidingen, vergelijkingen en how-to's over linkbeheer, klikanalyses, QR-codes en EU-first privacy - van de mensen die Elido bouwen.
Browse all articlesBegin hier: kernhandleidingen
- URL shorteners for ecommerce: the funnel data plane
- GDPR for URL shorteners: what your DPO actually wants to see
- Sentry/GlitchTip across 12 Go services on the hot path
- URL shorteners for marketers: the 2026 comparison matrix
- Hitting p95 < 15ms for redirects from FRA, ASH, and SGP
- Migrate from Bitly without breaking links: a failure-modes playbook
- Functies
Wat is een QR-code en hoe werkt scannen eigenlijk?
Een QR-code is een 2D-barcode die tekst opslaat die een camera kan lezen. Dit is wat de vierkantjes betekenen, wat een code kan bevatten, en wat er gebeurt tussen scan en pagina.
5 min leestijdwhat is a qr code · how do qr codes work · qr code meaning - Tutorials
UTM-parameters niet zichtbaar in GA4: oorzaken en oplossingen
Waarom UTM-parameters ontbreken in GA4, hoe DebugView een taggingprobleem scheidt van een attributieprobleem, en de redirect die de query string stilletjes laat vallen.
5 min leestijdutm parameters not showing in ga4 · ga4 source medium not set · ga4 unassigned traffic - Tutorials
UTM Parameters for TikTok and LinkedIn Ads: A Guide
TikTok fills UTM values with macros, LinkedIn makes you type them. That asymmetry decides your naming convention. Templates and the syntax each platform uses.
4 min leestijdutm parameters for tiktok ads · linkedin ads utm tracking · tiktok utm macros - Engineering
URL Shortener CLI: Shorten Links From the Terminal
Shorten a URL from the command line with curl and jq, wrap it in a shell function, copy to the clipboard, and shorten a whole file with xargs in parallel.
5 min leestijdurl shortener cli · shorten url command line · curl url shortener - Tutorials
Hoe je een YouTube-link verkort (en de tijdstempel behoudt)
Verkort een YouTube-link met de knop Delen, houd de ?t=-tijdstempel intact, en ontdek wanneer een merkgebonden korte link youtu.be verslaat bij het bijhouden van een campagne.
5 min leestijdhow to shorten a youtube link · youtu.be short link · youtube link with timestamp - Tutorials
Hoe je een LinkedIn-link verkort (profiel en posts)
Twee verschillende taken delen dezelfde vraag: je LinkedIn-profiel-URL aanpassen, en links die je post verkorten zonder dat LinkedIn ze omzet naar lnkd.in.
4 min leestijdshorten a linkedin link · linkedin url shortener · customize linkedin profile url - Tutorials
Hoe je een Google Maps-link verkort voor een locatie of route
Verkort een Google Maps-link met de knop Delen, ontdek wat maps.app.goo.gl wel en niet kan, en zet in plaats daarvan een traceerbare merkgebonden link op print.
4 min leestijdhow to shorten a google maps link · google maps short link · maps.app.goo.gl - Tutorials
Hoe je een Google Drive-link verkort zonder hem te breken
Verkort een deel-link van Google Drive voor een document, spreadsheet, of map. Wat de korte link verandert, wat hij niet kan veranderen, en de rechtencontrole die mensen overslaan.
5 min leestijdshorten a google drive link · google drive short link · share drive file link - Tutorials
Korte link werkt niet? Diagnosticeer het met één commando
Een korte link die een 404 geeft, een certificaatwaarschuwing toont, of in de ene app opent en niet in de andere, heeft vier mogelijke oorzaken. Lees de response headers en los de juiste op.
6 min leestijdshort link not working · short url 404 · short link certificate error - Compliance
QR Codes and GDPR: What a Scan Collects and What You Owe
The printed code collects nothing. The redirect behind it processes an IP address, which is personal data. What that means for lawful basis and retention.
5 min leestijdqr codes and gdpr · qr code privacy · is a qr scan personal data - Tutorials
QR-code scant niet? Vier oorzaken en hun oplossingen
Een QR-code die niet scant, faalt bijna altijd op grootte, stille zone, contrast, of een payload die te lang is. Test ze in die volgorde en los het juiste probleem op.
5 min leestijdqr code not scanning · qr code won't scan · qr code too small - Tutorials
Hoe je een URL verkort op iPhone met de Opdrachten-app
Verkort een URL op iPhone in twee tikken: bouw een Opdrachten-actie die naar een shortener-API post, voeg hem toe aan het deelpaneel, en kopieer de korte link automatisch.
5 min leestijdhow to shorten a url on iphone · iphone url shortener · shortcuts app shorten link - Tutorials
Hoe je een URL verkort op Android vanuit het deelpaneel
Verkort een link op Android in twee tikken via het deelpaneel, of automatiseer het met een HTTP-shortcut-app. Wat Android biedt dat een iPhone niet heeft.
4 min leestijdhow to shorten a url on android · android url shortener · shorten link android share sheet - Engineering
How to Shorten a URL in Ruby With Net::HTTP and Faraday
Shorten a URL in Ruby with Net::HTTP and no gems, then add timeouts, retries, and idempotency, or hand the whole job to Faraday in a Rails app.
5 min leestijdhow to shorten a url in ruby · ruby url shortener · shorten url ruby net http - Engineering
How to Shorten a URL in PowerShell With Invoke-RestMethod
Shorten a URL in PowerShell with one cmdlet, then handle 429s, keep the API key out of the script, and shorten a whole CSV column with ForEach-Object -Parallel.
5 min leestijdhow to shorten a url in powershell · powershell url shortener · invoke-restmethod post json - Engineering
How to Shorten a URL in PHP With curl, Guzzle, or WordPress
Shorten a URL in PHP with a short curl block, the same call in Guzzle or Laravel, a WordPress version with wp_remote_post, plus retries and bulk shortening.
7 min leestijdhow to shorten a url in php · php url shortener · shorten url php curl - Engineering
How to Shorten a URL in JavaScript With fetch and Node
Shorten a URL in JavaScript with one fetch call, then add a timeout, retries, and idempotency - and see why the browser is the wrong place to hold the key.
7 min leestijdhow to shorten a url in javascript · url shortener node js · shorten url javascript fetch - Engineering
How to Shorten a URL in Java With the Built-in HttpClient
Shorten a URL in Java with java.net.http and no dependencies, then add a timeout, retries with an Idempotency-Key, and bulk shortening on virtual threads.
5 min leestijdhow to shorten a url in java · java url shortener api · java httpclient post json - Engineering
How to Shorten a URL in Go With net/http and errgroup
Shorten a URL in Go with net/http and a JSON body, then add a context deadline, retries with an Idempotency-Key, and bounded bulk shortening via errgroup.
7 min leestijdhow to shorten a url in go · golang url shortener api · shorten url go net/http - Engineering
How to Shorten URLs in Excel: Four Routes That Work
Excel's WEBSERVICE formula cannot POST, so shortening links needs Office Scripts, Power Automate, or a bulk import. Which route fits how often the sheet runs.
5 min leestijdhow to shorten urls in excel · excel url shortener · webservice function excel