Nepsus Link Shortener
A lightweight WordPress link shortener that quickly converts long URLs into clean, shareable short links.
by Nepsus Tech · github.com/uzzal-koirala/link-shortener · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/uzzal-koirala/link-shortener/archive/refs/heads/main.zipA lightweight and fast URL shortener plugin for WordPress using the is.gd API.
🚀 Features
- Convert long URLs into short links
- Clean and modern UI
- Copy & clear buttons
- No database usage
- Secure form handling
- Lightweight & fast
📌 Shortcode Usage
Add this shortcode anywhere in WordPress: [nepsus_url_shortener]
markdown Copy code
🛠 Installation
- Download or clone this repository
- Upload the
link-shortenerfolder to/wp-content/plugins/ - Activate the plugin from WordPress dashboard
- Use the shortcode on any page or post
📁 Plugin Structure
link-shortener/ ├── link-shortener.php ├── uninstall.php ├── includes/ │ └── shortcode.php ├── assets/ │ ├── css/ │ │ └── shortener.css │ └── js/ │ └── shortener.js ├── readme.txt └── readme.md
yaml Copy code
🔐 Security
- Nonce protected forms
- Sanitized input
- Escaped output
📄 License
GPL v2 or later
Made with ❤️ by Nepsus Tech