WP Manifestindependent plugin directory
manifest / utilities / link-shortener

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.zip

A 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

  1. Download or clone this repository
  2. Upload the link-shortener folder to /wp-content/plugins/
  3. Activate the plugin from WordPress dashboard
  4. 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