WebCut - URL Shortener
A Wordpress plugin that provide url shortcuts like tinyurl or bitly.
★ 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/fishdan-plugins/webcut/archive/refs/heads/main.zipDescription
WebCut is a WordPress plugin that lets site administrators create branded short links with a configurable prefix.
Installation
- Copy the
webcutdirectory into your site’swp-content/pluginsfolder. - Activate WebCut - URL Shortener from Plugins → Installed Plugins.
- On activation the plugin will create a
wp_webcuttable (prefix will adjust to your site).
Configuration
- Navigate to Settings → WebCut to choose the prefix applied to every short URL. The default prefix is
webcut. - The settings screen also lists every existing WebCut with options to open or delete entries.
Usage
- Add the
[webcut]shortcode to any page or post. - Visit the page while logged in with a role that can manage options (typically Administrator).
- Enter the long destination URL and a custom slug, then select Make WebCut.
- Share the generated short URL shown in the success message.
Managing WebCuts
- Review all existing short links from Settings → WebCut.
- Use the Delete button alongside an entry to remove it; the slug becomes available again immediately.
Notes
- Only users with the
manage_optionscapability can create or delete WebCuts. - Short URLs follow the pattern
https://yoursite.com/<prefix>/<slug>and redirect with a 301 status code.