Tiny URL Manager
π’ Introducing Tiny URL Manager for WordPress
Need clean, trackable short links within your WordPress site? Meet Tiny URL Manager, a lightweight plugin that lets you create, manage, and track short URLs right from your WordPress admin panel. Whether you want to shorten custom URLs or redirect to specific posts/pages, this plugin makes it easy β with click tracking built-in!
π§ What is Tiny URL Manager?
Tiny URL Manager is a custom WordPress plugin that allows you to:
- Create short URLs like
yourdomain.com/tiny/sale
- Redirect users to any custom long URL or a WordPress post/page by its ID
- Track clicks with IP address, timestamp, and user-agent
- Manage everything from a user-friendly admin interface
This is great for:
- Sharing links on social media
- Internal redirects
- Marketing campaigns
- Custom landing page URLs
- Tracking link performance
π Key Features
β
Shorten any long URL
β
Use numeric short URLs to link to WordPress post/page by ID
β
Track each visit (IP, browser, date/time)
β
Admin UI to manage links and logs
β
Redirects via /tiny/{short}
β
Works out of the box β no external service needed
π§© How It Works
1. Custom Redirect Structure
All short URLs follow this structure:https://yourdomain.com/tiny/{short}
Examples:
https://example.com/tiny/blackfriday
β redirects to your full landing page URLhttps://example.com/tiny/123
β redirects to the WordPress post/page with ID 123
2. Click Tracking
Each time a short link is accessed, the plugin logs:
- Short URL used
- Visitor’s IP address
- Browser/User-Agent
- Date and time
These logs are available in the admin panel.
π₯ Installation
Step 1: Upload the Plugin
- Download or create the plugin file
tiny-url-manager.php
- Upload to your siteβs
wp-content/plugins/
folder - Or, zip the plugin and upload it via Plugins > Add New > Upload Plugin
Step 2: Activate the Plugin
- Go to Plugins in your WordPress dashboard
- Click Activate on Tiny URL Manager
Step 3: Flush Permalinks (If Needed)
If the /tiny/{short}
path gives a 404:
- Go to Settings > Permalinks
- Click Save Changes (even without changes)
This resets WordPress rewrite rules.
π How to Create a Short URL
- In the WordPress admin sidebar, go to Tiny URLs
- Click Add New
- Enter:
Short URL
: e.g.,offer2025
Long URL
: e.g.,https://example.com/landing-page
- Click Create Tiny URL
- Your new link:
https://yourdomain.com/tiny/offer2025
π― Use numeric short links to redirect to post/page
Want a short link like /tiny/123
? It will automatically redirect to the permalink of post/page ID 123.
π View Click Logs
- Go to Tiny URLs > Click Logs
- See the latest 100 click entries
- Each log includes:
- Short URL used
- IP address
- User-Agent (browser)
- Timestamp
π License
Tiny URL Manager is released under the GPLv2 or later license. This means you are free to use, modify, and distribute it as long as your changes remain GPL-compatible.
π Final Thoughts
Tiny URL Manager is a simple yet powerful tool for anyone who wants to:
- Create short links without relying on third-party services
- Track link clicks from marketing campaigns
- Simplify internal redirection in WordPress
It’s fully self-hosted, privacy-friendly, and works perfectly within your WordPress ecosystem.