S
by Robert Chapin
0 (0 reviews)
Simple Short Links
Adjust the WordPress shortlinks format with an extra settings page.
Tested up to WP 3.9.40 (Current: 6.9.4)
v1.6.1
Current Version v1.6.1
Updated 11 years ago
Last Update on 11 Apr, 2014
Refreshed 6 hours ago
Last Refreshed on
Rank
#23,556
—
No change
Active Installs
30+
—
No change
KW Avg Position
112
—
No change
Downloads
6.4K
+1 today
Support Resolved
0%
—
No change
Rating
0%
Review 0 out of 5
0
(0 reviews)
Next Milestone 40
30+
40+
2,096
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
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
Need 4 more installs to reach 40+
Rank Changes
Current
#23,556
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
0.0
0 reviews
Overall
0%
5
0
(0%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 2 of 2| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| shortlinks | 80 | — | Tag | 12 hours ago |
| shortlink | 144 | — | Tag | 12 hours 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.6.1
- Last Updated
- Apr 11, 2014
- Requires WP
- 3.0+
- Tested Up To
- 3.9.40
- PHP Version
- N/A
- Author
- Robert Chapin
Support & Rating
- Rating
- ☆ ☆ ☆ ☆ ☆ 0
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,711
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#953
InfiniteWP Client
200K+ installs
#253
Optimole – Optimize Images in Real Time
200K+ installs
#254
Firelight Lightbox
200K+ installs
#257
Frequently Asked Questions
Common questions about Simple Short Links
Yes. You can see this plugin live on my personal blog. For example: miqrogroove.com?p=1122 That short link will forward to a specific post permalink from a January 2013 article. Here is an example of a category short link: miqrogroove.com?cat=12 This plugin is also compatible with qTranslate, so you can see paths like /zh/?p=4517 when both plugins are installed. http://blogyul.miqrogroove.com/zh/?p=4517 Notice how much longer the permalinks may become when the short links are clicked!
Short Links are extra URLs that get forwarded to the normal URLs. The existing URLs stay the same. This does work for: Posts Pages Attachments Categories This particular plugin does not make short links for: Tags Image files Other websites
Activating this plugin adds two invisible links to each post. That part of the protocol does not involve descriptions. The template tag, when added to your theme, does use a normal hyperlink with a title description. The template tag is customizable.
You can add something as simple as this inside the single post template and/or the post loop: <?php the_shortlink('Short Link'); ?>