Bitly-style short links for WordPress with advanced routing, dual redirect modes, click statistics, and seamless Gutenberg integration. No external services required.
/go/{slug}Create short links in the format your-domain.com/go/{slug}. Auto-generate unique slugs or use custom ones. Supports alphanumeric characters and underscores.
Backend Mode: Fast HTTP 302 redirects for API integrations and campaigns. UI Mode: Customizable countdown page with skip button or use any WordPress page as template.
Daily aggregated statistics track total clicks, last click date, and daily counts. All data stored in dedicated database tables with automatic aggregation.
Comprehensive admin interface with sortable tables, real-time search, bulk operations, and direct links to short URLs. Enable/disable links individually or in bulk.
Insert short links directly in posts and pages with the LINO Link block. Dropdown selector of all active links with optional custom labels. Server-side rendering for optimal performance.
Export all links to CSV (UTF-8 with BOM for Excel). Import with duplicate handling options. Perfect for migrating between sites or backing up your links.
Upload and activate the plugin in WordPress admin.
Go to Settings → Permalinks → Save Changes to register the custom route.
Add short links via LINO → Links. Auto-generate slugs or create custom ones.
Share your short links and monitor click statistics in the admin interface.
Slug format: 1-50 alphanumeric characters (a-z, A-Z, 0-9) and underscores.
wp_sl_links – Stores link definitionswp_sl_stats – Daily aggregated click statisticsBoth tables are created automatically on plugin activation.
[wp_sl_redirect] shortcode).
wp-sl/short-link)Track affiliate links with click statistics and manage campaigns through the admin interface.
Create memorable short URLs for marketing campaigns and monitor their performance with daily statistics.
Use the Gutenberg block to insert short links directly in posts and pages for seamless content creation.
/go/{slug} route to work.
manage_options)$wpdb->prepare()esc_html(), esc_url(), esc_attr()esc_url_raw()The complete source code, build script, and documentation are available on GitHub.
View Repository on GitHubTo create the plugin ZIP file from source:
build_script directorynpm installnpm run buildbuild_script/release/