Bitly URL Shortener
Bitly URL Shortener uses the functionality of Bitly API to generate Bitly short link without leaving your WordPress site.
Next Milestone 700
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Rank Changes
Downloads Growth
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
Tracked Keywords
Showing 4 of 4| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| bitly | 5 | — | Tag | 1 day ago |
| url shortener | 7 | — | Tag | 1 day ago |
| short url | 81 | — | Tag | 1 day ago |
| connector | 91 | — | Tag | 1 day ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.5.1
- Last Updated
- Jan 29, 2026
- Requires WP
- 5.6+
- Tested Up To
- 6.9.4
- PHP Version
- 7.4 or higher
- Author
- Codehaveli
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 5
- Reviews
- 5
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
Frequently Asked Questions
Common questions about Bitly URL Shortener
If no post ID is provided, it will use the current post in the loop:
$link = get_wbitly_short_url(); // Uses current post
Add the block to your post or page
Customize which social icons to display (Facebook, LinkedIn, X/Twitter, Telegram, WhatsApp)
Adjust icon size and styling as needed
wp wbitly generate --ids=1,2,3 - Generate for specific post IDs
wp wbitly generate --first=10 - Generate for first 10 posts
wp wbitly generate --all --post_type=page - Generate for all pages
GET /wp-json/wbitly/v1/meta/{post_id} - Get existing short URL for a post
Both endpoints require authentication and appropriate permissions. You need to:
* Be logged in as a user with edit_posts capability
* Include a valid WordPress nonce in the request header (X-WP-Nonce)