Description
WPU.IR is a powerful and Free URL Shortener Service.
- Generate shortlinks with bulk action
- Request shortlinks with admin bar shortcut
- Adds very simple social sharing buttons for Twitter, Facebook, Google+, Linkedin, Tumblr, Pinterest, Reddit, Telegram, Skype, WhatsApp, Pocket and Email to the end of your posts
- Get free API key
Screenshots
Installation
- Upload
wpu-shortlinks
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
FAQ
- Shortcode (use in post editor):
-
[wpu]Post ShortLink[/wpu]
- Specific Post
-
[wpu id=74]Wordpress for life :)[/wpu]
- Function:
-
wpu_shortlink(post_id,display)
- Use in post loop:
-
<a href="”>ShortLink
- Specific Post:
-
<a href="”>ShortLink
- Request custom URI:
-
$ShortLink = wpu_get_shortlink(“http://www.google.com”);
- Social Sharing (Use in post loop)
-
wpu_social_sharing(display)
Contributors & Developers
“WPU ShortLinks” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WPU ShortLinks” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.1
Optimize for old WordPress version
2.0
- Optimize plugin for new wpu.ir API
- Speed up for get shortlink
- New social sharing buttons
1.1.1
Remove BOM Character from plugin files.
1.1
- Fixed Bug Request ShortLink With Admin Bar Menu
- Fixed Bug ShortCode Generator Post Editor Button
- Two Method Show Automatic ShortLink of Post
- Adds Social Sharing Buttons
1.0
- Generate ShortLinks from Post Content URLs
- Generate ShortLinks with Bulk Action
- Request ShortLink With Admin Bar Menu
0.3
validate url fixed
0.2
Webservice bug fixed
0.1.4
- Add languages file
- Show ShortLink in admin posts
0.1.3
Fix bug for get post link
0.1.2
Fix bug for get post link
0.1.1
Add new function for custom request
$ShortLink = wpu_get_shortlink(“www.google.com”);
0.1
Start the project…