WordPress

Shorten Links
Inside WordPress

Integrate our URL shortener directly into your WordPress site. Use our free plugin or a simple shortcode function to automatically shorten any link in your posts, pages, and themes — no copy-paste needed.

WordPress Editor
[shorturl]https://very-long-url.com/article/2026[/shorturl]
https://minzo.link/ab3x9

Simple Setup

Two Ways to Integrate

Choose the method that works best for you — both take less than 5 minutes to set up.

WordPress Plugin

Download a pre-configured plugin from your dashboard and upload it to WordPress. Your API key is already built in — no configuration needed.

  • Download from your dashboard
  • Upload & activate in WordPress
  • Start using [shorturl] shortcode
Recommended

PHP Function

Copy a unique snippet into your theme's functions.php file. Works with any WordPress theme, no plugin needed. Perfect for developers.

  • Copy your unique code
  • Paste into functions.php
  • Start using [shorturl] shortcode
Developer Friendly

Features

Everything You Need

Instant Shortening
Links are shortened on the fly when your page loads. No manual steps.
Smart Caching
Shortened URLs are cached for 24 hours — no repeated API calls for the same link.
Full Analytics
Every click tracked in your dashboard. Country, device, browser and more.
Secure & Private
Your API key is embedded securely. All requests use HTTPS.
Custom Domains
Use your own branded domain for shortened links.
Auto Fallback
If the API is unreachable, the original URL is returned transparently.

Usage

Shortcode Examples

Use [shorturl] anywhere WordPress supports shortcodes.

In a post or page
[shorturl]https://your-very-long-url.com/article/title[/shorturl]
Inside an anchor tag
<a href="[shorturl]https://your-url.com[/shorturl]">Click here</a>
In a PHP template
<?php echo do_shortcode('[shorturl]' . get_permalink() . '[/shorturl]'); ?>

Ready to Get Started?

Create a free account, then download your pre-configured plugin from the integrations page.