這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Short URL Generator

外掛說明

With this Plugin you optimize your workflow as it enables you to auto-generate a shortened URL to your blog posts. So neither you nor your readers have to do it. These Short URLs are particular useful for twitter and alike as these services limit the messages of their users to a certain amount of characters – which leads to the situation that their users are forced to have an eye on what exactly they want to write. And by providing a very short URL it’s easier for them to spread the word on your blog article as they have more characters left for personal remarks.

Compared to other solutions this plugin caches the generated shortened URL – this makes it faster. If the permalink of the article changes, a new Short URL will be automatically generated. It also allows you to choose your favorite from a couple of Short URL Providers and lets you insert the shortened URL via a handy shortcode.

Usage:

  • Place [shorturl] in your article where you want to display the shortened url.
  • Add optional info with parameters (see below)
  • If you don’t like shortcodes you can use the complete auto mode – that way the shortened URL gets always auto-added at the end of your articles.

Features:

  • Automatic generation of a Short URL to the blog post.
  • Caches the Short URL – So it’s only generated once.
  • Offers 6 different URL Shorteners to choose from (bit.ly, tr.im, is.gd, u.nu, snurl.com, tinyurl.com).
  • Provides optional parameters to further increase workflow.
  • Can add self-defined labels in front (or around) the URL(s).

Options:

Possible values are “1” for active and “0” for disabled

  • txt => Will add a label in front of the URL(s) (default: 0).
  • full => The permalink will also be displayed (default: 0).
  • link => Displays the URL(s) as HTML link (default: 0).
  • short => Displays the Short URL (default: 1).

Additional info

For more information, examples, questions and previews – please have a look on the plugins website.

There is also a german version of the plugins page.

螢幕擷圖

  • The Settings-Panel of this plugin
  • An example output of this plugin

安裝方式

  1. Download the Plugin
  2. Upload the shorturl.php into your “wp-content/plugins” folder of your blog
  3. Activate the plugin (“Automatic Short URL”) in your WordPress-Admin Plugins page
  4. Start using the shortcode in your articles where ever you like
  5. If you like you can optimize the settings in the “Short URL” Settings-Page.

常見問題集

Do I need to set any parameters?

Nope, you can simply use [shorturl] to insert just the short url.

Does the order of the parameters matter?

Nope, you can use the optional parameters in any order – just like for all shortcodes.

The labels added by the parameter “txt” suck, what can I do?

You can define the labels in the “Short URL” Settings page, which can be found in the “Settings Box” in your WordPress Admin Interface.

What is that “short” option for?

It defaults to “1”, so by default the Short URL will be displayed (thats what this whole thing is for). But maybe you want to post your permalink at the beginning of your article and the Short URL at the end, so you can use the shortcode twice – the first time with short=0 and full=1 and the second time without any options.

I found this plugin very useful, how can i show my appreciation?

Spread the word and maybe write an blog post on this plugin with a link to the original post at the autors page.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Short URL Generator〉的開發相關工作。

參與者

將〈Short URL Generator〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.1.1

  • Store Settings Bug (unknown action “empty2zero”) solved
  • The “pretty” permalink is now used
  • From now on Short URLs get generated after the post is published, this way the URL Shorteners Databases don’t get spammed by Draft URLs.

1.1

  • Short URL Provider “tr.im” has been added

1.0

  • A Settings Page is added.
  • Support for 6 different URL Shortener Services (tr.im, is.gd, bit.ly, u.nu, snurl.com, tinyurl.com).
  • Auto-Add functionality (optional!) – no need to write the shortcode by hand anymore.
  • Auto added Short URLs support HTML code, so you can tweak their appearance with CSS classes and more.
  • The Labels added by the “txt” parameter are now editable.
  • A “Reset Settings” function, which removes Settings and URL Caches from posts.

0.1

  • Inital release.