이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

ShortURL

설명

The ShortURL plugin allows you to use your blog as your own URL shorterning service by implementing the Short URL Auto-Discovery specification. Your short URLs will be in the form of http://domain/-code.

The auto-discovery feature allows third-party services that honor it to use your own short URLs instead of generating new ones using services such as TinyURL, bit.ly, and others. This gives your posts and pages canonical short URLs that give you all SEO benefits and don’t leak traffic out to external domains and will prevent linkrot. The homepage short URLs is set to just http://domain/ as a unique feature.

The other great benefit of the ShortURL plugin is that the generated short URLs won’t break if you change the permalink structure of your blog or rename the slug of a particular post or page.

Due to the recent choice of both the Microformats community and WordPress.com to use rel="shortlink" vs the alternative proposals, the ShortURL plugin is also using it now.

More on the topic:

To Do

설치

  1. Upload shorturl.zip to the /wp-content/plugins/ directory
  2. Unzip the archive
  3. Activate the plugin through the ‘Plugins’ menu in WordPress Admin
  4. Update the settings

FAQ

Why did you choose Short URL vs RevCanonical or shortlink specifications?

RevCanonical is not supported by HTML 5 and it seems that Short URL is getting wider support by big blogs such as Ars Technica and other sites such as PHP. We will closely monitor the developments and implement the winning specification.

Are you planning to provide third-party URL shorteners?

Yes, in the near future. Actually, third-party providers are already supported by the Short URL custom field, but it’s not automatic and you have to shorten the URLs manually.

Are you planning to support alternative domains for short URLs?

Yes and this will also eliminate the dash in the URLs.

Will you add support for custom short URL patterns?

Yes. The dash-based one will continue to be the default one though.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“ShortURL”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “ShortURL”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.4.2

  • Minor plugin info cleanup

0.4.1

  • Minor plugin info cleanup

0.4

  • Added [shorturl] shortcode
  • Added the_shorturl() and get_shorturl() functions for use in themes
  • Switched to rel="shortlink" similarly to WP.me

0.3

  • Replaced the tilde (~) with dash (-) in the short URLs similarly to FriendFeed & Ginx, but the tilde is still supported for backward compatibility

0.2

  • Added a short URL for the homepage

0.1.1

  • Fixed a versioning issue

0.1

  • First release. Yay!