开发者 | kolev |
---|---|
更新时间 | 2009年8月16日 08:21 |
捐献地址: | 去捐款 |
PHP版本: | 2.7 及以上 |
WordPress版本: | 2.8 |
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:
shorturl.zip
to the /wp-content/plugins/
directoryRevCanonical 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.
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.
Yes and this will also eliminate the dash in the URLs.
Yes. The dash-based one will continue to be the default one though.
[shorturl]
shortcodethe_shorturl()
and get_shorturl()
functions for use in themesrel="shortlink"
similarly to WP.me